android.opengl.GLES11Ext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.opengl;
public class GLES11Ext
{
public GLES11Ext() { throw new RuntimeException("Stub!"); }
public static native void glBlendEquationSeparateOES(int modeRGB, int modeAlpha);
public static native void glBlendFuncSeparateOES(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha);
public static native void glBlendEquationOES(int mode);
public static native void glDrawTexsOES(short x, short y, short z, short width, short height);
public static native void glDrawTexiOES(int x, int y, int z, int width, int height);
public static native void glDrawTexxOES(int x, int y, int z, int width, int height);
public static native void glDrawTexsvOES(short[] coords, int offset);
public static native void glDrawTexsvOES(java.nio.ShortBuffer coords);
public static native void glDrawTexivOES(int[] coords, int offset);
public static native void glDrawTexivOES(java.nio.IntBuffer coords);
public static native void glDrawTexxvOES(int[] coords, int offset);
public static native void glDrawTexxvOES(java.nio.IntBuffer coords);
public static native void glDrawTexfOES(float x, float y, float z, float width, float height);
public static native void glDrawTexfvOES(float[] coords, int offset);
public static native void glDrawTexfvOES(java.nio.FloatBuffer coords);
public static native void glEGLImageTargetTexture2DOES(int target, java.nio.Buffer image);
public static native void glEGLImageTargetRenderbufferStorageOES(int target, java.nio.Buffer image);
public static native void glAlphaFuncxOES(int func, int ref);
public static native void glClearColorxOES(int red, int green, int blue, int alpha);
public static native void glClearDepthxOES(int depth);
public static native void glClipPlanexOES(int plane, int[] equation, int offset);
public static native void glClipPlanexOES(int plane, java.nio.IntBuffer equation);
public static native void glColor4xOES(int red, int green, int blue, int alpha);
public static native void glDepthRangexOES(int zNear, int zFar);
public static native void glFogxOES(int pname, int param);
public static native void glFogxvOES(int pname, int[] params, int offset);
public static native void glFogxvOES(int pname, java.nio.IntBuffer params);
public static native void glFrustumxOES(int left, int right, int bottom, int top, int zNear, int zFar);
public static native void glGetClipPlanexOES(int pname, int[] eqn, int offset);
public static native void glGetClipPlanexOES(int pname, java.nio.IntBuffer eqn);
public static native void glGetFixedvOES(int pname, int[] params, int offset);
public static native void glGetFixedvOES(int pname, java.nio.IntBuffer params);
public static native void glGetLightxvOES(int light, int pname, int[] params, int offset);
public static native void glGetLightxvOES(int light, int pname, java.nio.IntBuffer params);
public static native void glGetMaterialxvOES(int face, int pname, int[] params, int offset);
public static native void glGetMaterialxvOES(int face, int pname, java.nio.IntBuffer params);
public static native void glGetTexEnvxvOES(int env, int pname, int[] params, int offset);
public static native void glGetTexEnvxvOES(int env, int pname, java.nio.IntBuffer params);
public static native void glGetTexParameterxvOES(int target, int pname, int[] params, int offset);
public static native void glGetTexParameterxvOES(int target, int pname, java.nio.IntBuffer params);
public static native void glLightModelxOES(int pname, int param);
public static native void glLightModelxvOES(int pname, int[] params, int offset);
public static native void glLightModelxvOES(int pname, java.nio.IntBuffer params);
public static native void glLightxOES(int light, int pname, int param);
public static native void glLightxvOES(int light, int pname, int[] params, int offset);
public static native void glLightxvOES(int light, int pname, java.nio.IntBuffer params);
public static native void glLineWidthxOES(int width);
public static native void glLoadMatrixxOES(int[] m, int offset);
public static native void glLoadMatrixxOES(java.nio.IntBuffer m);
public static native void glMaterialxOES(int face, int pname, int param);
public static native void glMaterialxvOES(int face, int pname, int[] params, int offset);
public static native void glMaterialxvOES(int face, int pname, java.nio.IntBuffer params);
public static native void glMultMatrixxOES(int[] m, int offset);
public static native void glMultMatrixxOES(java.nio.IntBuffer m);
public static native void glMultiTexCoord4xOES(int target, int s, int t, int r, int q);
public static native void glNormal3xOES(int nx, int ny, int nz);
public static native void glOrthoxOES(int left, int right, int bottom, int top, int zNear, int zFar);
public static native void glPointParameterxOES(int pname, int param);
public static native void glPointParameterxvOES(int pname, int[] params, int offset);
public static native void glPointParameterxvOES(int pname, java.nio.IntBuffer params);
public static native void glPointSizexOES(int size);
public static native void glPolygonOffsetxOES(int factor, int units);
public static native void glRotatexOES(int angle, int x, int y, int z);
public static native void glSampleCoveragexOES(int value, boolean invert);
public static native void glScalexOES(int x, int y, int z);
public static native void glTexEnvxOES(int target, int pname, int param);
public static native void glTexEnvxvOES(int target, int pname, int[] params, int offset);
public static native void glTexEnvxvOES(int target, int pname, java.nio.IntBuffer params);
public static native void glTexParameterxOES(int target, int pname, int param);
public static native void glTexParameterxvOES(int target, int pname, int[] params, int offset);
public static native void glTexParameterxvOES(int target, int pname, java.nio.IntBuffer params);
public static native void glTranslatexOES(int x, int y, int z);
public static native boolean glIsRenderbufferOES(int renderbuffer);
public static native void glBindRenderbufferOES(int target, int renderbuffer);
public static native void glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset);
public static native void glDeleteRenderbuffersOES(int n, java.nio.IntBuffer renderbuffers);
public static native void glGenRenderbuffersOES(int n, int[] renderbuffers, int offset);
public static native void glGenRenderbuffersOES(int n, java.nio.IntBuffer renderbuffers);
public static native void glRenderbufferStorageOES(int target, int internalformat, int width, int height);
public static native void glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset);
public static native void glGetRenderbufferParameterivOES(int target, int pname, java.nio.IntBuffer params);
public static native boolean glIsFramebufferOES(int framebuffer);
public static native void glBindFramebufferOES(int target, int framebuffer);
public static native void glDeleteFramebuffersOES(int n, int[] framebuffers, int offset);
public static native void glDeleteFramebuffersOES(int n, java.nio.IntBuffer framebuffers);
public static native void glGenFramebuffersOES(int n, int[] framebuffers, int offset);
public static native void glGenFramebuffersOES(int n, java.nio.IntBuffer framebuffers);
public static native int glCheckFramebufferStatusOES(int target);
public static native void glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer);
public static native void glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level);
public static native void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset);
public static native void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, java.nio.IntBuffer params);
public static native void glGenerateMipmapOES(int target);
public static native void glCurrentPaletteMatrixOES(int matrixpaletteindex);
public static native void glLoadPaletteFromModelViewMatrixOES();
public static void glMatrixIndexPointerOES(int size, int type, int stride, java.nio.Buffer pointer) { throw new RuntimeException("Stub!"); }
public static void glWeightPointerOES(int size, int type, int stride, java.nio.Buffer pointer) { throw new RuntimeException("Stub!"); }
public static native void glDepthRangefOES(float zNear, float zFar);
public static native void glFrustumfOES(float left, float right, float bottom, float top, float zNear, float zFar);
public static native void glOrthofOES(float left, float right, float bottom, float top, float zNear, float zFar);
public static native void glClipPlanefOES(int plane, float[] equation, int offset);
public static native void glClipPlanefOES(int plane, java.nio.FloatBuffer equation);
public static native void glGetClipPlanefOES(int pname, float[] eqn, int offset);
public static native void glGetClipPlanefOES(int pname, java.nio.FloatBuffer eqn);
public static native void glClearDepthfOES(float depth);
public static native void glTexGenfOES(int coord, int pname, float param);
public static native void glTexGenfvOES(int coord, int pname, float[] params, int offset);
public static native void glTexGenfvOES(int coord, int pname, java.nio.FloatBuffer params);
public static native void glTexGeniOES(int coord, int pname, int param);
public static native void glTexGenivOES(int coord, int pname, int[] params, int offset);
public static native void glTexGenivOES(int coord, int pname, java.nio.IntBuffer params);
public static native void glTexGenxOES(int coord, int pname, int param);
public static native void glTexGenxvOES(int coord, int pname, int[] params, int offset);
public static native void glTexGenxvOES(int coord, int pname, java.nio.IntBuffer params);
public static native void glGetTexGenfvOES(int coord, int pname, float[] params, int offset);
public static native void glGetTexGenfvOES(int coord, int pname, java.nio.FloatBuffer params);
public static native void glGetTexGenivOES(int coord, int pname, int[] params, int offset);
public static native void glGetTexGenivOES(int coord, int pname, java.nio.IntBuffer params);
public static native void glGetTexGenxvOES(int coord, int pname, int[] params, int offset);
public static native void glGetTexGenxvOES(int coord, int pname, java.nio.IntBuffer params);
public static final int GL_BLEND_EQUATION_RGB_OES = 32777;
public static final int GL_BLEND_EQUATION_ALPHA_OES = 34877;
public static final int GL_BLEND_DST_RGB_OES = 32968;
public static final int GL_BLEND_SRC_RGB_OES = 32969;
public static final int GL_BLEND_DST_ALPHA_OES = 32970;
public static final int GL_BLEND_SRC_ALPHA_OES = 32971;
public static final int GL_BLEND_EQUATION_OES = 32777;
public static final int GL_FUNC_ADD_OES = 32774;
public static final int GL_FUNC_SUBTRACT_OES = 32778;
public static final int GL_FUNC_REVERSE_SUBTRACT_OES = 32779;
public static final int GL_ETC1_RGB8_OES = 36196;
public static final int GL_DEPTH_COMPONENT24_OES = 33190;
public static final int GL_DEPTH_COMPONENT32_OES = 33191;
public static final int GL_TEXTURE_CROP_RECT_OES = 35741;
public static final int GL_FIXED_OES = 5132;
public static final int GL_NONE_OES = 0;
public static final int GL_FRAMEBUFFER_OES = 36160;
public static final int GL_RENDERBUFFER_OES = 36161;
public static final int GL_RGBA4_OES = 32854;
public static final int GL_RGB5_A1_OES = 32855;
public static final int GL_RGB565_OES = 36194;
public static final int GL_DEPTH_COMPONENT16_OES = 33189;
public static final int GL_RENDERBUFFER_WIDTH_OES = 36162;
public static final int GL_RENDERBUFFER_HEIGHT_OES = 36163;
public static final int GL_RENDERBUFFER_INTERNAL_FORMAT_OES = 36164;
public static final int GL_RENDERBUFFER_RED_SIZE_OES = 36176;
public static final int GL_RENDERBUFFER_GREEN_SIZE_OES = 36177;
public static final int GL_RENDERBUFFER_BLUE_SIZE_OES = 36178;
public static final int GL_RENDERBUFFER_ALPHA_SIZE_OES = 36179;
public static final int GL_RENDERBUFFER_DEPTH_SIZE_OES = 36180;
public static final int GL_RENDERBUFFER_STENCIL_SIZE_OES = 36181;
public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE_OES = 36048;
public static final int GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME_OES = 36049;
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL_OES = 36050;
public static final int GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE_OES = 36051;
public static final int GL_COLOR_ATTACHMENT0_OES = 36064;
public static final int GL_DEPTH_ATTACHMENT_OES = 36096;
public static final int GL_STENCIL_ATTACHMENT_OES = 36128;
public static final int GL_FRAMEBUFFER_COMPLETE_OES = 36053;
public static final int GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT_OES = 36054;
public static final int GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT_OES = 36055;
public static final int GL_FRAMEBUFFER_INCOMPLETE_DIMENSIONS_OES = 36057;
public static final int GL_FRAMEBUFFER_INCOMPLETE_FORMATS_OES = 36058;
public static final int GL_FRAMEBUFFER_UNSUPPORTED_OES = 36061;
public static final int GL_FRAMEBUFFER_BINDING_OES = 36006;
public static final int GL_RENDERBUFFER_BINDING_OES = 36007;
public static final int GL_MAX_RENDERBUFFER_SIZE_OES = 34024;
public static final int GL_INVALID_FRAMEBUFFER_OPERATION_OES = 1286;
public static final int GL_WRITE_ONLY_OES = 35001;
public static final int GL_BUFFER_ACCESS_OES = 35003;
public static final int GL_BUFFER_MAPPED_OES = 35004;
public static final int GL_BUFFER_MAP_POINTER_OES = 35005;
public static final int GL_MODELVIEW_MATRIX_FLOAT_AS_INT_BITS_OES = 35213;
public static final int GL_PROJECTION_MATRIX_FLOAT_AS_INT_BITS_OES = 35214;
public static final int GL_TEXTURE_MATRIX_FLOAT_AS_INT_BITS_OES = 35215;
public static final int GL_MAX_VERTEX_UNITS_OES = 34468;
public static final int GL_MAX_PALETTE_MATRICES_OES = 34882;
public static final int GL_MATRIX_PALETTE_OES = 34880;
public static final int GL_MATRIX_INDEX_ARRAY_OES = 34884;
public static final int GL_WEIGHT_ARRAY_OES = 34477;
public static final int GL_CURRENT_PALETTE_MATRIX_OES = 34883;
public static final int GL_MATRIX_INDEX_ARRAY_SIZE_OES = 34886;
public static final int GL_MATRIX_INDEX_ARRAY_TYPE_OES = 34887;
public static final int GL_MATRIX_INDEX_ARRAY_STRIDE_OES = 34888;
public static final int GL_MATRIX_INDEX_ARRAY_POINTER_OES = 34889;
public static final int GL_MATRIX_INDEX_ARRAY_BUFFER_BINDING_OES = 35742;
public static final int GL_WEIGHT_ARRAY_SIZE_OES = 34475;
public static final int GL_WEIGHT_ARRAY_TYPE_OES = 34473;
public static final int GL_WEIGHT_ARRAY_STRIDE_OES = 34474;
public static final int GL_WEIGHT_ARRAY_POINTER_OES = 34476;
public static final int GL_WEIGHT_ARRAY_BUFFER_BINDING_OES = 34974;
public static final int GL_DEPTH_STENCIL_OES = 34041;
public static final int GL_UNSIGNED_INT_24_8_OES = 34042;
public static final int GL_DEPTH24_STENCIL8_OES = 35056;
public static final int GL_RGB8_OES = 32849;
public static final int GL_RGBA8_OES = 32856;
public static final int GL_STENCIL_INDEX1_OES = 36166;
public static final int GL_STENCIL_INDEX4_OES = 36167;
public static final int GL_STENCIL_INDEX8_OES = 36168;
public static final int GL_INCR_WRAP_OES = 34055;
public static final int GL_DECR_WRAP_OES = 34056;
public static final int GL_NORMAL_MAP_OES = 34065;
public static final int GL_REFLECTION_MAP_OES = 34066;
public static final int GL_TEXTURE_CUBE_MAP_OES = 34067;
public static final int GL_TEXTURE_BINDING_CUBE_MAP_OES = 34068;
public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_X_OES = 34069;
public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_X_OES = 34070;
public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Y_OES = 34071;
public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Y_OES = 34072;
public static final int GL_TEXTURE_CUBE_MAP_POSITIVE_Z_OES = 34073;
public static final int GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_OES = 34074;
public static final int GL_MAX_CUBE_MAP_TEXTURE_SIZE_OES = 34076;
public static final int GL_TEXTURE_GEN_MODE_OES = 9472;
public static final int GL_TEXTURE_GEN_STR_OES = 36192;
public static final int GL_MIRRORED_REPEAT_OES = 33648;
public static final int GL_3DC_X_AMD = 34809;
public static final int GL_3DC_XY_AMD = 34810;
public static final int GL_ATC_RGB_AMD = 35986;
public static final int GL_ATC_RGBA_EXPLICIT_ALPHA_AMD = 35987;
public static final int GL_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 34798;
public static final int GL_TEXTURE_MAX_ANISOTROPY_EXT = 34046;
public static final int GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT = 34047;
public static final int GL_BGRA = 32993;
public static final int GL_TEXTURE_EXTERNAL_OES = 36197;
public static final int GL_SAMPLER_EXTERNAL_OES = 36198;
public static final int GL_TEXTURE_BINDING_EXTERNAL_OES = 36199;
public static final int GL_REQUIRED_TEXTURE_IMAGE_UNITS_OES = 36200;
}