| java.lang.Object com.sun.jsr239.GL10Impl com.sun.jsr239.GL11Impl
Method Summary | |
void | IglClipPlanef(int plane, float[] equation, int offset) | void | IglClipPlanex(int plane, int[] equation, int offset) | void | IglDeleteBuffers(int n, int[] buffers, int offset) | void | IglDeleteFramebuffersOES(int n, int[] framebuffers, int offset) | void | IglDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset) | void | IglDrawTexfvOES(float[] coords, int offset) | void | IglDrawTexivOES(int[] coords, int offset) | void | IglDrawTexsvOES(short[] coords, int offset) | void | IglDrawTexxvOES(int[] coords, int offset) | void | IglGenBuffers(int n, int[] buffers, int offset) | void | IglGenFramebuffersOES(int n, int[] framebuffers, int offset) | void | IglGenRenderbuffersOES(int n, int[] renderbuffers, int offset) | void | IglGetBufferParameteriv(int target, int pname, int[] params, int offset, int length) | void | IglGetClipPlanef(int pname, float[] equation, int offset) | void | IglGetClipPlanex(int pname, int[] equation, int offset) | void | IglGetFixedv(int pname, int[] params, int offset, int length) | void | IglGetFloatv(int pname, float[] params, int offset, int length) | void | IglGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset, int length) | void | IglGetLightfv(int light, int pname, float[] params, int offset, int length) | void | IglGetLightxv(int light, int pname, int[] params, int offset, int length) | void | IglGetMaterialfv(int face, int pname, float[] params, int offset, int length) | void | IglGetMaterialxv(int face, int pname, int[] params, int offset, int length) | void | IglGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset, int length) | void | IglGetTexEnvfv(int env, int pname, float[] params, int offset, int length) | void | IglGetTexEnviv(int env, int pname, int[] params, int offset, int length) | void | IglGetTexEnvxv(int env, int pname, int[] params, int offset, int length) | void | IglGetTexGenfv(int coord, int pname, float[] params, int offset, int length) | void | IglGetTexGeniv(int coord, int pname, int[] params, int offset, int length) | void | IglGetTexGenxv(int coord, int pname, int[] params, int offset, int length) | void | IglGetTexParameterfv(int target, int pname, float[] params, int offset, int length) | void | IglGetTexParameteriv(int target, int pname, int[] params, int offset, int length) | void | IglGetTexParameterxv(int target, int pname, int[] params, int offset, int length) | void | IglTexGenfv(int coord, int pname, float[] params, int offset) | void | IglTexGeniv(int coord, int pname, int[] params, int offset) | void | IglTexGenxv(int coord, int pname, int[] params, int offset) | void | check_1_1() Utility for common error checking. | void | check_fbo() Utility for common error checking. | void | check_texture_cube_map() Utility for common error checking. | public synchronized void | glBindBuffer(int target, int buffer) | public synchronized void | glBindFramebufferOES(int target, int framebuffer) | public synchronized void | glBindRenderbufferOES(int target, int renderbuffer) | public synchronized void | glBlendEquation(int mode) | public synchronized void | glBlendEquationSeparate(int modeRGB, int modeAlpha) | public synchronized void | glBlendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) | public synchronized void | glBufferData(int target, int size, Buffer data, int usage) | public synchronized void | glBufferSubData(int target, int offset, int size, Buffer data) | public synchronized int | glCheckFramebufferStatusOES(int target) | public synchronized void | glClipPlanef(int plane, float[] equation, int offset) | public synchronized void | glClipPlanef(int plane, FloatBuffer equation) | public synchronized void | glClipPlanex(int plane, int[] equation, int offset) | public synchronized void | glClipPlanex(int plane, IntBuffer equation) | public synchronized void | glColorPointer(int size, int type, int stride, int offset) | public synchronized void | glCurrentPaletteMatrixOES(int matrixpaletteindex) | public synchronized void | glDeleteBuffers(int n, int[] buffers, int offset) | public synchronized void | glDeleteBuffers(int n, IntBuffer buffers) | public synchronized void | glDeleteFramebuffersOES(int n, int[] framebuffers, int offset) | public synchronized void | glDeleteFramebuffersOES(int n, IntBuffer framebuffers) | public synchronized void | glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset) | public synchronized void | glDeleteRenderbuffersOES(int n, IntBuffer renderbuffers) | public synchronized void | glDrawElements(int mode, int count, int type, int offset) | public synchronized void | glDrawTexfOES(float x, float y, float z, float width, float height) | public synchronized void | glDrawTexfvOES(float[] coords, int offset) | public synchronized void | glDrawTexfvOES(FloatBuffer coords) | public synchronized void | glDrawTexiOES(int x, int y, int z, int width, int height) | public synchronized void | glDrawTexivOES(int[] coords, int offset) | public synchronized void | glDrawTexivOES(IntBuffer coords) | public synchronized void | glDrawTexsOES(short x, short y, short z, short width, short height) | public synchronized void | glDrawTexsvOES(short[] coords, int offset) | public synchronized void | glDrawTexsvOES(ShortBuffer coords) | public synchronized void | glDrawTexxOES(int x, int y, int z, int width, int height) | public synchronized void | glDrawTexxvOES(int[] coords, int offset) | public synchronized void | glDrawTexxvOES(IntBuffer coords) | public synchronized void | glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer) | public synchronized void | glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level) | public synchronized void | glGenBuffers(int n, int[] buffers, int offset) | public synchronized void | glGenBuffers(int n, IntBuffer buffers) | public synchronized void | glGenFramebuffersOES(int n, int[] framebuffers, int offset) | public synchronized void | glGenFramebuffersOES(int n, IntBuffer framebuffers) | public synchronized void | glGenRenderbuffersOES(int n, int[] renderbuffers, int offset) | public synchronized void | glGenRenderbuffersOES(int n, IntBuffer renderbuffers) | public synchronized void | glGenerateMipmapOES(int target) | public synchronized void | glGetBufferParameteriv(int target, int pname, int[] params, int offset) | public synchronized void | glGetBufferParameteriv(int target, int pname, IntBuffer params) | public synchronized void | glGetClipPlanef(int pname, float[] equation, int offset) | public synchronized void | glGetClipPlanef(int pname, FloatBuffer equation) | public synchronized void | glGetClipPlanex(int pname, int[] equation, int offset) | public synchronized void | glGetClipPlanex(int pname, IntBuffer equation) | public synchronized void | glGetFixedv(int pname, int[] params, int offset) | public synchronized void | glGetFixedv(int pname, IntBuffer params) | public synchronized void | glGetFloatv(int pname, float[] params, int offset) | public synchronized void | glGetFloatv(int pname, FloatBuffer params) | public synchronized void | glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset) | public synchronized void | glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params) | public synchronized void | glGetLightfv(int light, int pname, float[] params, int offset) | public synchronized void | glGetLightfv(int light, int pname, FloatBuffer params) | public synchronized void | glGetLightxv(int light, int pname, int[] params, int offset) | public synchronized void | glGetLightxv(int light, int pname, IntBuffer params) | public synchronized void | glGetMaterialfv(int face, int pname, float[] params, int offset) | public synchronized void | glGetMaterialfv(int face, int pname, FloatBuffer params) | public synchronized void | glGetMaterialxv(int face, int pname, int[] params, int offset) | public synchronized void | glGetMaterialxv(int face, int pname, IntBuffer params) | public synchronized void | glGetPointerv(int pname, Buffer[] params) | public synchronized void | glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset) | public synchronized void | glGetRenderbufferParameterivOES(int target, int pname, IntBuffer params) | public synchronized void | glGetTexEnvfv(int env, int pname, float[] params, int offset) | public synchronized void | glGetTexEnvfv(int env, int pname, FloatBuffer params) | public synchronized void | glGetTexEnviv(int env, int pname, int[] params, int offset) | public synchronized void | glGetTexEnviv(int env, int pname, IntBuffer params) | public synchronized void | glGetTexEnvxv(int env, int pname, int[] params, int offset) | public synchronized void | glGetTexEnvxv(int env, int pname, IntBuffer params) | public synchronized void | glGetTexGenfv(int coord, int pname, float[] params, int offset) | public synchronized void | glGetTexGenfv(int coord, int pname, FloatBuffer params) | public synchronized void | glGetTexGeniv(int coord, int pname, int[] params, int offset) | public synchronized void | glGetTexGeniv(int coord, int pname, IntBuffer params) | public synchronized void | glGetTexGenxv(int coord, int pname, int[] params, int offset) | public synchronized void | glGetTexGenxv(int coord, int pname, IntBuffer params) | public synchronized void | glGetTexParameterfv(int target, int pname, float[] params, int offset) | public synchronized void | glGetTexParameterfv(int target, int pname, FloatBuffer params) | public synchronized void | glGetTexParameteriv(int target, int pname, int[] params, int offset) | public synchronized void | glGetTexParameteriv(int target, int pname, IntBuffer params) | public synchronized void | glGetTexParameterxv(int target, int pname, int[] params, int offset) | public synchronized void | glGetTexParameterxv(int target, int pname, IntBuffer params) | public synchronized boolean | glIsFramebufferOES(int framebuffer) | public synchronized boolean | glIsRenderbufferOES(int renderbuffer) | public synchronized void | glLoadPaletteFromModelViewMatrixOES() | public synchronized void | glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer) | public synchronized void | glMatrixIndexPointerOES(int size, int type, int stride, int offset) | public synchronized void | glNormalPointer(int type, int stride, int offset) | public synchronized void | glPointSizePointerOES(int type, int stride, Buffer pointer) | public synchronized void | glPointSizePointerOES(int type, int stride, int offset) | public synchronized void | glRenderbufferStorageOES(int target, int internalformat, int width, int height) | public synchronized void | glTexCoordPointer(int size, int type, int stride, int offset) | public synchronized void | glTexGenf(int coord, int pname, float param) | public synchronized void | glTexGenfv(int coord, int pname, float[] params, int offset) | public synchronized void | glTexGenfv(int coord, int pname, FloatBuffer params) | public synchronized void | glTexGeni(int coord, int pname, int param) | public synchronized void | glTexGeniv(int coord, int pname, int[] params, int offset) | public synchronized void | glTexGeniv(int coord, int pname, IntBuffer params) | public synchronized void | glTexGenx(int coord, int pname, int param) | public synchronized void | glTexGenxv(int coord, int pname, int[] params, int offset) | public synchronized void | glTexGenxv(int coord, int pname, IntBuffer params) | public synchronized void | glVertexPointer(int size, int type, int stride, int offset) | public synchronized void | glWeightPointerOES(int size, int type, int stride, Buffer pointer) | public synchronized void | glWeightPointerOES(int size, int type, int stride, int offset) |
IglClipPlanef | void IglClipPlanef(int plane, float[] equation, int offset)(Code) | | |
IglClipPlanex | void IglClipPlanex(int plane, int[] equation, int offset)(Code) | | |
IglDeleteBuffers | void IglDeleteBuffers(int n, int[] buffers, int offset)(Code) | | |
IglDeleteFramebuffersOES | void IglDeleteFramebuffersOES(int n, int[] framebuffers, int offset)(Code) | | |
IglDeleteRenderbuffersOES | void IglDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset)(Code) | | |
IglDrawTexfvOES | void IglDrawTexfvOES(float[] coords, int offset)(Code) | | |
IglDrawTexivOES | void IglDrawTexivOES(int[] coords, int offset)(Code) | | |
IglDrawTexsvOES | void IglDrawTexsvOES(short[] coords, int offset)(Code) | | |
IglDrawTexxvOES | void IglDrawTexxvOES(int[] coords, int offset)(Code) | | |
IglGenBuffers | void IglGenBuffers(int n, int[] buffers, int offset)(Code) | | |
IglGenFramebuffersOES | void IglGenFramebuffersOES(int n, int[] framebuffers, int offset)(Code) | | |
IglGenRenderbuffersOES | void IglGenRenderbuffersOES(int n, int[] renderbuffers, int offset)(Code) | | |
IglGetBufferParameteriv | void IglGetBufferParameteriv(int target, int pname, int[] params, int offset, int length)(Code) | | |
IglGetClipPlanef | void IglGetClipPlanef(int pname, float[] equation, int offset)(Code) | | |
IglGetClipPlanex | void IglGetClipPlanex(int pname, int[] equation, int offset)(Code) | | |
IglGetFixedv | void IglGetFixedv(int pname, int[] params, int offset, int length)(Code) | | |
IglGetFloatv | void IglGetFloatv(int pname, float[] params, int offset, int length)(Code) | | |
IglGetFramebufferAttachmentParameterivOES | void IglGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset, int length)(Code) | | |
IglGetLightfv | void IglGetLightfv(int light, int pname, float[] params, int offset, int length)(Code) | | |
IglGetLightxv | void IglGetLightxv(int light, int pname, int[] params, int offset, int length)(Code) | | |
IglGetMaterialfv | void IglGetMaterialfv(int face, int pname, float[] params, int offset, int length)(Code) | | |
IglGetMaterialxv | void IglGetMaterialxv(int face, int pname, int[] params, int offset, int length)(Code) | | |
IglGetRenderbufferParameterivOES | void IglGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset, int length)(Code) | | |
IglGetTexEnvfv | void IglGetTexEnvfv(int env, int pname, float[] params, int offset, int length)(Code) | | |
IglGetTexEnviv | void IglGetTexEnviv(int env, int pname, int[] params, int offset, int length)(Code) | | |
IglGetTexEnvxv | void IglGetTexEnvxv(int env, int pname, int[] params, int offset, int length)(Code) | | |
IglGetTexGenfv | void IglGetTexGenfv(int coord, int pname, float[] params, int offset, int length)(Code) | | |
IglGetTexGeniv | void IglGetTexGeniv(int coord, int pname, int[] params, int offset, int length)(Code) | | |
IglGetTexGenxv | void IglGetTexGenxv(int coord, int pname, int[] params, int offset, int length)(Code) | | |
IglGetTexParameterfv | void IglGetTexParameterfv(int target, int pname, float[] params, int offset, int length)(Code) | | |
IglGetTexParameteriv | void IglGetTexParameteriv(int target, int pname, int[] params, int offset, int length)(Code) | | |
IglGetTexParameterxv | void IglGetTexParameterxv(int target, int pname, int[] params, int offset, int length)(Code) | | |
IglTexGenfv | void IglTexGenfv(int coord, int pname, float[] params, int offset)(Code) | | |
IglTexGeniv | void IglTexGeniv(int coord, int pname, int[] params, int offset)(Code) | | |
IglTexGenxv | void IglTexGenxv(int coord, int pname, int[] params, int offset)(Code) | | |
check_1_1 | void check_1_1()(Code) | | Utility for common error checking.
UnsupportedOperationException if theunderlying engine does not support OpenGL ES 1.1. |
check_fbo | void check_fbo()(Code) | | Utility for common error checking.
UnsupportedOperationException if theunderlying engine does not support theOES_framebuffer_object extension. |
check_texture_cube_map | void check_texture_cube_map()(Code) | | Utility for common error checking.
UnsupportedOperationException if theunderlying engine does not support theOES_texture_cube_map extension. |
glBindBuffer | public synchronized void glBindBuffer(int target, int buffer)(Code) | | |
glBindFramebufferOES | public synchronized void glBindFramebufferOES(int target, int framebuffer)(Code) | | |
glBindRenderbufferOES | public synchronized void glBindRenderbufferOES(int target, int renderbuffer)(Code) | | |
glBlendEquation | public synchronized void glBlendEquation(int mode)(Code) | | |
glBlendEquationSeparate | public synchronized void glBlendEquationSeparate(int modeRGB, int modeAlpha)(Code) | | |
glBlendFuncSeparate | public synchronized void glBlendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha)(Code) | | |
glBufferData | public synchronized void glBufferData(int target, int size, Buffer data, int usage)(Code) | | |
glBufferSubData | public synchronized void glBufferSubData(int target, int offset, int size, Buffer data)(Code) | | |
glCheckFramebufferStatusOES | public synchronized int glCheckFramebufferStatusOES(int target)(Code) | | |
glClipPlanef | public synchronized void glClipPlanef(int plane, float[] equation, int offset)(Code) | | |
glClipPlanef | public synchronized void glClipPlanef(int plane, FloatBuffer equation)(Code) | | |
glClipPlanex | public synchronized void glClipPlanex(int plane, int[] equation, int offset)(Code) | | |
glClipPlanex | public synchronized void glClipPlanex(int plane, IntBuffer equation)(Code) | | |
glColorPointer | public synchronized void glColorPointer(int size, int type, int stride, int offset)(Code) | | |
glCurrentPaletteMatrixOES | public synchronized void glCurrentPaletteMatrixOES(int matrixpaletteindex)(Code) | | |
glDeleteBuffers | public synchronized void glDeleteBuffers(int n, int[] buffers, int offset)(Code) | | |
glDeleteBuffers | public synchronized void glDeleteBuffers(int n, IntBuffer buffers)(Code) | | |
glDeleteFramebuffersOES | public synchronized void glDeleteFramebuffersOES(int n, int[] framebuffers, int offset)(Code) | | |
glDeleteFramebuffersOES | public synchronized void glDeleteFramebuffersOES(int n, IntBuffer framebuffers)(Code) | | |
glDeleteRenderbuffersOES | public synchronized void glDeleteRenderbuffersOES(int n, int[] renderbuffers, int offset)(Code) | | |
glDeleteRenderbuffersOES | public synchronized void glDeleteRenderbuffersOES(int n, IntBuffer renderbuffers)(Code) | | |
glDrawElements | public synchronized void glDrawElements(int mode, int count, int type, int offset)(Code) | | |
glDrawTexfOES | public synchronized void glDrawTexfOES(float x, float y, float z, float width, float height)(Code) | | |
glDrawTexfvOES | public synchronized void glDrawTexfvOES(float[] coords, int offset)(Code) | | |
glDrawTexiOES | public synchronized void glDrawTexiOES(int x, int y, int z, int width, int height)(Code) | | |
glDrawTexivOES | public synchronized void glDrawTexivOES(int[] coords, int offset)(Code) | | |
glDrawTexivOES | public synchronized void glDrawTexivOES(IntBuffer coords)(Code) | | |
glDrawTexsOES | public synchronized void glDrawTexsOES(short x, short y, short z, short width, short height)(Code) | | |
glDrawTexsvOES | public synchronized void glDrawTexsvOES(short[] coords, int offset)(Code) | | |
glDrawTexxOES | public synchronized void glDrawTexxOES(int x, int y, int z, int width, int height)(Code) | | |
glDrawTexxvOES | public synchronized void glDrawTexxvOES(int[] coords, int offset)(Code) | | |
glDrawTexxvOES | public synchronized void glDrawTexxvOES(IntBuffer coords)(Code) | | |
glFramebufferRenderbufferOES | public synchronized void glFramebufferRenderbufferOES(int target, int attachment, int renderbuffertarget, int renderbuffer)(Code) | | |
glFramebufferTexture2DOES | public synchronized void glFramebufferTexture2DOES(int target, int attachment, int textarget, int texture, int level)(Code) | | |
glGenBuffers | public synchronized void glGenBuffers(int n, int[] buffers, int offset)(Code) | | |
glGenBuffers | public synchronized void glGenBuffers(int n, IntBuffer buffers)(Code) | | |
glGenFramebuffersOES | public synchronized void glGenFramebuffersOES(int n, int[] framebuffers, int offset)(Code) | | |
glGenFramebuffersOES | public synchronized void glGenFramebuffersOES(int n, IntBuffer framebuffers)(Code) | | |
glGenRenderbuffersOES | public synchronized void glGenRenderbuffersOES(int n, int[] renderbuffers, int offset)(Code) | | |
glGenRenderbuffersOES | public synchronized void glGenRenderbuffersOES(int n, IntBuffer renderbuffers)(Code) | | |
glGenerateMipmapOES | public synchronized void glGenerateMipmapOES(int target)(Code) | | |
glGetBufferParameteriv | public synchronized void glGetBufferParameteriv(int target, int pname, int[] params, int offset)(Code) | | |
glGetBufferParameteriv | public synchronized void glGetBufferParameteriv(int target, int pname, IntBuffer params)(Code) | | |
glGetClipPlanef | public synchronized void glGetClipPlanef(int pname, float[] equation, int offset)(Code) | | |
glGetClipPlanef | public synchronized void glGetClipPlanef(int pname, FloatBuffer equation)(Code) | | |
glGetClipPlanex | public synchronized void glGetClipPlanex(int pname, int[] equation, int offset)(Code) | | |
glGetClipPlanex | public synchronized void glGetClipPlanex(int pname, IntBuffer equation)(Code) | | |
glGetFixedv | public synchronized void glGetFixedv(int pname, int[] params, int offset)(Code) | | |
glGetFixedv | public synchronized void glGetFixedv(int pname, IntBuffer params)(Code) | | |
glGetFloatv | public synchronized void glGetFloatv(int pname, float[] params, int offset)(Code) | | |
glGetFramebufferAttachmentParameterivOES | public synchronized void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset)(Code) | | |
glGetFramebufferAttachmentParameterivOES | public synchronized void glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, IntBuffer params)(Code) | | |
glGetLightfv | public synchronized void glGetLightfv(int light, int pname, float[] params, int offset)(Code) | | |
glGetLightfv | public synchronized void glGetLightfv(int light, int pname, FloatBuffer params)(Code) | | |
glGetLightxv | public synchronized void glGetLightxv(int light, int pname, int[] params, int offset)(Code) | | |
glGetLightxv | public synchronized void glGetLightxv(int light, int pname, IntBuffer params)(Code) | | |
glGetMaterialfv | public synchronized void glGetMaterialfv(int face, int pname, float[] params, int offset)(Code) | | |
glGetMaterialfv | public synchronized void glGetMaterialfv(int face, int pname, FloatBuffer params)(Code) | | |
glGetMaterialxv | public synchronized void glGetMaterialxv(int face, int pname, int[] params, int offset)(Code) | | |
glGetMaterialxv | public synchronized void glGetMaterialxv(int face, int pname, IntBuffer params)(Code) | | |
glGetPointerv | public synchronized void glGetPointerv(int pname, Buffer[] params)(Code) | | |
glGetRenderbufferParameterivOES | public synchronized void glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset)(Code) | | |
glGetRenderbufferParameterivOES | public synchronized void glGetRenderbufferParameterivOES(int target, int pname, IntBuffer params)(Code) | | |
glGetTexEnvfv | public synchronized void glGetTexEnvfv(int env, int pname, float[] params, int offset)(Code) | | |
glGetTexEnvfv | public synchronized void glGetTexEnvfv(int env, int pname, FloatBuffer params)(Code) | | |
glGetTexEnviv | public synchronized void glGetTexEnviv(int env, int pname, int[] params, int offset)(Code) | | |
glGetTexEnviv | public synchronized void glGetTexEnviv(int env, int pname, IntBuffer params)(Code) | | |
glGetTexEnvxv | public synchronized void glGetTexEnvxv(int env, int pname, int[] params, int offset)(Code) | | |
glGetTexEnvxv | public synchronized void glGetTexEnvxv(int env, int pname, IntBuffer params)(Code) | | |
glGetTexGenfv | public synchronized void glGetTexGenfv(int coord, int pname, float[] params, int offset)(Code) | | |
glGetTexGenfv | public synchronized void glGetTexGenfv(int coord, int pname, FloatBuffer params)(Code) | | |
glGetTexGeniv | public synchronized void glGetTexGeniv(int coord, int pname, int[] params, int offset)(Code) | | |
glGetTexGeniv | public synchronized void glGetTexGeniv(int coord, int pname, IntBuffer params)(Code) | | |
glGetTexGenxv | public synchronized void glGetTexGenxv(int coord, int pname, int[] params, int offset)(Code) | | |
glGetTexGenxv | public synchronized void glGetTexGenxv(int coord, int pname, IntBuffer params)(Code) | | |
glGetTexParameterfv | public synchronized void glGetTexParameterfv(int target, int pname, float[] params, int offset)(Code) | | |
glGetTexParameterfv | public synchronized void glGetTexParameterfv(int target, int pname, FloatBuffer params)(Code) | | |
glGetTexParameteriv | public synchronized void glGetTexParameteriv(int target, int pname, int[] params, int offset)(Code) | | |
glGetTexParameteriv | public synchronized void glGetTexParameteriv(int target, int pname, IntBuffer params)(Code) | | |
glGetTexParameterxv | public synchronized void glGetTexParameterxv(int target, int pname, int[] params, int offset)(Code) | | |
glGetTexParameterxv | public synchronized void glGetTexParameterxv(int target, int pname, IntBuffer params)(Code) | | |
glIsFramebufferOES | public synchronized boolean glIsFramebufferOES(int framebuffer)(Code) | | |
glIsRenderbufferOES | public synchronized boolean glIsRenderbufferOES(int renderbuffer)(Code) | | |
glLoadPaletteFromModelViewMatrixOES | public synchronized void glLoadPaletteFromModelViewMatrixOES()(Code) | | |
glMatrixIndexPointerOES | public synchronized void glMatrixIndexPointerOES(int size, int type, int stride, Buffer pointer)(Code) | | |
glMatrixIndexPointerOES | public synchronized void glMatrixIndexPointerOES(int size, int type, int stride, int offset)(Code) | | |
glNormalPointer | public synchronized void glNormalPointer(int type, int stride, int offset)(Code) | | |
glPointSizePointerOES | public synchronized void glPointSizePointerOES(int type, int stride, Buffer pointer)(Code) | | |
glPointSizePointerOES | public synchronized void glPointSizePointerOES(int type, int stride, int offset)(Code) | | |
glRenderbufferStorageOES | public synchronized void glRenderbufferStorageOES(int target, int internalformat, int width, int height)(Code) | | |
glTexCoordPointer | public synchronized void glTexCoordPointer(int size, int type, int stride, int offset)(Code) | | |
glTexGenf | public synchronized void glTexGenf(int coord, int pname, float param)(Code) | | |
glTexGenfv | public synchronized void glTexGenfv(int coord, int pname, float[] params, int offset)(Code) | | |
glTexGenfv | public synchronized void glTexGenfv(int coord, int pname, FloatBuffer params)(Code) | | |
glTexGeni | public synchronized void glTexGeni(int coord, int pname, int param)(Code) | | |
glTexGeniv | public synchronized void glTexGeniv(int coord, int pname, int[] params, int offset)(Code) | | |
glTexGeniv | public synchronized void glTexGeniv(int coord, int pname, IntBuffer params)(Code) | | |
glTexGenx | public synchronized void glTexGenx(int coord, int pname, int param)(Code) | | |
glTexGenxv | public synchronized void glTexGenxv(int coord, int pname, int[] params, int offset)(Code) | | |
glTexGenxv | public synchronized void glTexGenxv(int coord, int pname, IntBuffer params)(Code) | | |
glVertexPointer | public synchronized void glVertexPointer(int size, int type, int stride, int offset)(Code) | | |
glWeightPointerOES | public synchronized void glWeightPointerOES(int size, int type, int stride, Buffer pointer)(Code) | | |
glWeightPointerOES | public synchronized void glWeightPointerOES(int size, int type, int stride, int offset)(Code) | | |
Methods inherited from com.sun.jsr239.GL10Impl | void IglClipPlanef(int plane, float[] equation, int offset)(Code)(Java Doc) void IglClipPlanex(int plane, int[] equation, int offset)(Code)(Java Doc) void IglDeleteTextures(int n, int[] textures, int offset)(Code)(Java Doc) void IglFogfv(int pname, float[] params, int offset)(Code)(Java Doc) void IglFogxv(int pname, int[] params, int offset)(Code)(Java Doc) void IglGenTextures(int n, int[] textures, int offset)(Code)(Java Doc) void IglGetBooleanv(int pname, int[] params, int offset, int length)(Code)(Java Doc) void IglGetIntegerv(int pname, int[] params, int offset, int length)(Code)(Java Doc) void IglLightModelfv(int pname, float[] params, int offset)(Code)(Java Doc) void IglLightModelxv(int pname, int[] params, int offset)(Code)(Java Doc) void IglLightfv(int light, int pname, float[] params, int offset)(Code)(Java Doc) void IglLightxv(int light, int pname, int[] params, int offset)(Code)(Java Doc) void IglLoadMatrixf(float[] m, int offset)(Code)(Java Doc) void IglLoadMatrixx(int[] m, int offset)(Code)(Java Doc) void IglMaterialfv(int face, int pname, float[] params, int offset)(Code)(Java Doc) void IglMaterialxv(int face, int pname, int[] params, int offset)(Code)(Java Doc) void IglMultMatrixf(float[] m, int offset)(Code)(Java Doc) void IglMultMatrixx(int[] m, int offset)(Code)(Java Doc) void IglPointParameterfv(int pname, float[] params, int offset)(Code)(Java Doc) void IglPointParameterxv(int pname, int[] params, int offset)(Code)(Java Doc) void IglTexEnvfv(int target, int pname, float[] params, int offset)(Code)(Java Doc) void IglTexEnviv(int target, int pname, int[] params, int offset)(Code)(Java Doc) void IglTexEnvxv(int target, int pname, int[] params, int offset)(Code)(Java Doc) void IglTexParameterfv(int target, int pname, float[] params, int offset)(Code)(Java Doc) void IglTexParameteriv(int target, int pname, int[] params, int offset)(Code)(Java Doc) void IglTexParameterxv(int target, int pname, int[] params, int offset)(Code)(Java Doc) native void _execute(int[] queue, int count)(Code)(Java Doc) native static int _getNativeAddress(Buffer buffer, int offset)(Code)(Java Doc) native int _glCheckFramebufferStatusOES(int target)(Code)(Java Doc) native void _glGenBuffers(int n, int[] buffers, int offset)(Code)(Java Doc) native void _glGenFramebuffersOES(int n, int[] framebuffers, int offset)(Code)(Java Doc) native void _glGenRenderbuffersOES(int n, int[] renderbuffers, int offset)(Code)(Java Doc) native void _glGenTextures(int n, int[] textures, int offset)(Code)(Java Doc) native void _glGenerateError(int error)(Code)(Java Doc) native void _glGetBooleanv(int pname, int[] params, int offset, int length)(Code)(Java Doc) native void _glGetBufferParameteriv(int target, int pname, int[] params, int offset, int length)(Code)(Java Doc) native void _glGetClipPlanef(int pname, float[] eqn, int offset)(Code)(Java Doc) native void _glGetClipPlanex(int pname, int[] eqn, int offset)(Code)(Java Doc) native int _glGetError()(Code)(Java Doc) native void _glGetFixedv(int pname, int[] params, int offset, int length)(Code)(Java Doc) native void _glGetFloatv(int pname, float[] params, int offset, int length)(Code)(Java Doc) native void _glGetFramebufferAttachmentParameterivOES(int target, int attachment, int pname, int[] params, int offset, int length)(Code)(Java Doc) native void _glGetIntegerv(int pname, int[] params, int offset, int length)(Code)(Java Doc) native void _glGetLightfv(int light, int pname, float[] params, int offset, int length)(Code)(Java Doc) native void _glGetLightxv(int light, int pname, int[] params, int offset, int length)(Code)(Java Doc) native void _glGetMaterialfv(int face, int pname, float[] params, int offset, int length)(Code)(Java Doc) native void _glGetMaterialxv(int face, int pname, int[] params, int offset, int length)(Code)(Java Doc) native void _glGetRenderbufferParameterivOES(int target, int pname, int[] params, int offset, int length)(Code)(Java Doc) native String _glGetString(int name)(Code)(Java Doc) native void _glGetTexEnvfv(int env, int pname, float[] params, int offset, int length)(Code)(Java Doc) native void _glGetTexEnviv(int env, int pname, int[] params, int offset, int length)(Code)(Java Doc) native void _glGetTexEnvxv(int env, int pname, int[] params, int offset, int length)(Code)(Java Doc) native int _glGetTexGenfv(int coord, int pname, float[] params, int offset, int length)(Code)(Java Doc) native int _glGetTexGeniv(int coord, int pname, int[] params, int offset, int length)(Code)(Java Doc) native int _glGetTexGenxv(int coord, int pname, int[] params, int offset, int length)(Code)(Java Doc) native void _glGetTexParameterfv(int target, int pname, float[] params, int offset, int length)(Code)(Java Doc) native void _glGetTexParameteriv(int target, int pname, int[] params, int offset, int length)(Code)(Java Doc) native void _glGetTexParameterxv(int target, int pname, int[] params, int offset, int length)(Code)(Java Doc) native int _glIsBuffer(int buffer)(Code)(Java Doc) native int _glIsEnabled(int cap)(Code)(Java Doc) native int _glIsFramebufferOES(int framebuffer)(Code)(Java Doc) native int _glIsRenderbufferOES(int renderbuffer)(Code)(Java Doc) native int _glIsTexture(int texture)(Code)(Java Doc) native int _glQueryMatrixxOES(int[] mantissa, int mantissaOffset, int[] exponent, int exponentOffset)(Code)(Java Doc) native void _glReadPixelsByte(int x, int y, int width, int height, int format, int type, byte[] array, int offset)(Code)(Java Doc) native void _glReadPixelsInt(int x, int y, int width, int height, int format, int type, int[] array, int offset)(Code)(Java Doc) native void _glReadPixelsPtr(int x, int y, int width, int height, int format, int type, int pointer)(Code)(Java Doc) void addBuffer(int buffer)(Code)(Java Doc) boolean bufferExists(int buffer)(Code)(Java Doc) void bufferIndexData(Buffer data, int offset, int size, boolean removeOldData)(Code)(Java Doc) int bufferTypeSize(Buffer pointer)(Code)(Java Doc) void checkBounds(int last)(Code)(Java Doc) void checkDrawElementsBounds(byte[] indices)(Code)(Java Doc) void checkIndices(int[] indices)(Code)(Java Doc) void checkLength(boolean[] params, int length, int offset)(Code)(Java Doc) void checkLength(short[] params, int length, int offset)(Code)(Java Doc) void checkLength(int[] params, int length, int offset)(Code)(Java Doc) void checkLength(float[] params, int length, int offset)(Code)(Java Doc) void checkLength(Buffer params, int length)(Code)(Java Doc) void checkThread()(Code)(Java Doc) Buffer createDirectCopy(Buffer data)(Code)(Java Doc) public synchronized void dispose()(Code)(Java Doc) int floatToIntBits(float f)(Code)(Java Doc) byte[] getBufferIndices()(Code)(Java Doc) int getBufferSize(int target)(Code)(Java Doc) public synchronized void glActiveTexture(int texture)(Code)(Java Doc) public synchronized void glAlphaFunc(int func, float ref)(Code)(Java Doc) public synchronized void glAlphaFuncx(int func, int ref)(Code)(Java Doc) public synchronized void glBindTexture(int target, int texture)(Code)(Java Doc) public synchronized void glBlendFunc(int sfactor, int dfactor)(Code)(Java Doc) public synchronized void glClear(int mask)(Code)(Java Doc) public synchronized void glClearColor(float red, float green, float blue, float alpha)(Code)(Java Doc) public synchronized void glClearColorx(int red, int green, int blue, int alpha)(Code)(Java Doc) public synchronized void glClearDepthf(float depth)(Code)(Java Doc) public synchronized void glClearDepthx(int depth)(Code)(Java Doc) public synchronized void glClearStencil(int s)(Code)(Java Doc) public synchronized void glClientActiveTexture(int texture)(Code)(Java Doc) public synchronized void glColor4f(float red, float green, float blue, float alpha)(Code)(Java Doc) public synchronized void glColor4ub(byte red, byte green, byte blue, byte alpha)(Code)(Java Doc) public synchronized void glColor4x(int red, int green, int blue, int alpha)(Code)(Java Doc) public synchronized void glColorMask(boolean red, boolean green, boolean blue, boolean alpha)(Code)(Java Doc) public synchronized void glColorPointer(int size, int type, int stride, Buffer pointer)(Code)(Java Doc) public synchronized void glCompressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, int imageSize, Buffer data)(Code)(Java Doc) public synchronized void glCompressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int imageSize, Buffer data)(Code)(Java Doc) public synchronized void glCopyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border)(Code)(Java Doc) public synchronized void glCopyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height)(Code)(Java Doc) public synchronized void glCullFace(int mode)(Code)(Java Doc) public synchronized void glDeleteTextures(int n, int[] textures, int offset)(Code)(Java Doc) public synchronized void glDeleteTextures(int n, IntBuffer textures)(Code)(Java Doc) public synchronized void glDepthFunc(int func)(Code)(Java Doc) public synchronized void glDepthMask(boolean flag)(Code)(Java Doc) public synchronized void glDepthRangef(float zNear, float zFar)(Code)(Java Doc) public synchronized void glDepthRangex(int zNear, int zFar)(Code)(Java Doc) public synchronized void glDisable(int cap)(Code)(Java Doc) public synchronized void glDisableClientState(int array)(Code)(Java Doc) public synchronized void glDrawArrays(int mode, int first, int count)(Code)(Java Doc) public synchronized void glDrawElements(int mode, int count, int type, Buffer indices)(Code)(Java Doc) public synchronized void glEnable(int cap)(Code)(Java Doc) public synchronized void glEnableClientState(int array)(Code)(Java Doc) public synchronized void glFinish()(Code)(Java Doc) public synchronized void glFlush()(Code)(Java Doc) public synchronized void glFogf(int pname, float param)(Code)(Java Doc) public synchronized void glFogfv(int pname, float[] params, int offset)(Code)(Java Doc) public synchronized void glFogfv(int pname, FloatBuffer params)(Code)(Java Doc) public synchronized void glFogx(int pname, int param)(Code)(Java Doc) public synchronized void glFogxv(int pname, int[] params, int offset)(Code)(Java Doc) public synchronized void glFogxv(int pname, IntBuffer params)(Code)(Java Doc) public synchronized void glFrontFace(int mode)(Code)(Java Doc) public synchronized void glFrustumf(float left, float right, float bottom, float top, float zNear, float zFar)(Code)(Java Doc) public synchronized void glFrustumx(int left, int right, int bottom, int top, int zNear, int zFar)(Code)(Java Doc) public synchronized void glGenTextures(int n, int[] textures, int offset)(Code)(Java Doc) public synchronized void glGenTextures(int n, IntBuffer textures)(Code)(Java Doc) public synchronized void glGetBooleanv(int pname, boolean[] params, int offset)(Code)(Java Doc) public synchronized void glGetBooleanv(int pname, IntBuffer params)(Code)(Java Doc) public synchronized int glGetError()(Code)(Java Doc) public synchronized void glGetIntegerv(int pname, int[] params, int offset)(Code)(Java Doc) public synchronized void glGetIntegerv(int pname, IntBuffer params)(Code)(Java Doc) public synchronized String glGetString(int name)(Code)(Java Doc) public synchronized void glHint(int target, int mode)(Code)(Java Doc) public synchronized boolean glIsBuffer(int buffer)(Code)(Java Doc) public synchronized boolean glIsEnabled(int cap)(Code)(Java Doc) public synchronized boolean glIsTexture(int texture)(Code)(Java Doc) public synchronized void glLightModelf(int pname, float param)(Code)(Java Doc) public synchronized void glLightModelfv(int pname, float[] params, int offset)(Code)(Java Doc) public synchronized void glLightModelfv(int pname, FloatBuffer params)(Code)(Java Doc) public synchronized void glLightModelx(int pname, int param)(Code)(Java Doc) public synchronized void glLightModelxv(int pname, int[] params, int offset)(Code)(Java Doc) public synchronized void glLightModelxv(int pname, IntBuffer params)(Code)(Java Doc) public synchronized void glLightf(int light, int pname, float param)(Code)(Java Doc) public synchronized void glLightfv(int light, int pname, float[] params, int offset)(Code)(Java Doc) public synchronized void glLightfv(int light, int pname, FloatBuffer params)(Code)(Java Doc) public synchronized void glLightx(int light, int pname, int param)(Code)(Java Doc) public synchronized void glLightxv(int light, int pname, int[] params, int offset)(Code)(Java Doc) public synchronized void glLightxv(int light, int pname, IntBuffer params)(Code)(Java Doc) public synchronized void glLineWidth(float width)(Code)(Java Doc) public synchronized void glLineWidthx(int width)(Code)(Java Doc) public synchronized void glLoadIdentity()(Code)(Java Doc) public synchronized void glLoadMatrixf(float[] m, int offset)(Code)(Java Doc) public synchronized void glLoadMatrixf(FloatBuffer m)(Code)(Java Doc) public synchronized void glLoadMatrixx(int[] m, int offset)(Code)(Java Doc) public synchronized void glLoadMatrixx(IntBuffer m)(Code)(Java Doc) public synchronized void glLogicOp(int opcode)(Code)(Java Doc) public synchronized void glMaterialf(int face, int pname, float param)(Code)(Java Doc) public synchronized void glMaterialfv(int face, int pname, float[] params, int offset)(Code)(Java Doc) public synchronized void glMaterialfv(int face, int pname, FloatBuffer params)(Code)(Java Doc) public synchronized void glMaterialx(int face, int pname, int param)(Code)(Java Doc) public synchronized void glMaterialxv(int face, int pname, int[] params, int offset)(Code)(Java Doc) public synchronized void glMaterialxv(int face, int pname, IntBuffer params)(Code)(Java Doc) public synchronized void glMatrixMode(int mode)(Code)(Java Doc) public synchronized void glMultMatrixf(float[] m, int offset)(Code)(Java Doc) public synchronized void glMultMatrixf(FloatBuffer m)(Code)(Java Doc) public synchronized void glMultMatrixx(int[] m, int offset)(Code)(Java Doc) public synchronized void glMultMatrixx(IntBuffer m)(Code)(Java Doc) public synchronized void glMultiTexCoord4f(int target, float s, float t, float r, float q)(Code)(Java Doc) public synchronized void glMultiTexCoord4x(int target, int s, int t, int r, int q)(Code)(Java Doc) public synchronized void glNormal3f(float nx, float ny, float nz)(Code)(Java Doc) public synchronized void glNormal3x(int nx, int ny, int nz)(Code)(Java Doc) public synchronized void glNormalPointer(int type, int stride, Buffer pointer)(Code)(Java Doc) public synchronized void glOrthof(float left, float right, float bottom, float top, float zNear, float zFar)(Code)(Java Doc) public synchronized void glOrthox(int left, int right, int bottom, int top, int zNear, int zFar)(Code)(Java Doc) public synchronized void glPixelStorei(int pname, int param)(Code)(Java Doc) public synchronized void glPointParameterf(int pname, float param)(Code)(Java Doc) public synchronized void glPointParameterfv(int pname, float[] params, int offset)(Code)(Java Doc) public synchronized void glPointParameterfv(int pname, FloatBuffer params)(Code)(Java Doc) public synchronized void glPointParameterx(int pname, int param)(Code)(Java Doc) public synchronized void glPointParameterxv(int pname, int[] params, int offset)(Code)(Java Doc) public synchronized void glPointParameterxv(int pname, IntBuffer params)(Code)(Java Doc) public synchronized void glPointSize(float size)(Code)(Java Doc) public synchronized void glPointSizex(int size)(Code)(Java Doc) public synchronized void glPolygonOffset(float factor, float units)(Code)(Java Doc) public synchronized void glPolygonOffsetx(int factor, int units)(Code)(Java Doc) public synchronized void glPopMatrix()(Code)(Java Doc) public synchronized void glPushMatrix()(Code)(Java Doc) public synchronized int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, int[] exponent, int exponentOffset)(Code)(Java Doc) public synchronized void glReadPixels(int x, int y, int width, int height, int format, int type, Buffer pixels)(Code)(Java Doc) public synchronized void glRotatef(float angle, float x, float y, float z)(Code)(Java Doc) public synchronized void glRotatex(int angle, int x, int y, int z)(Code)(Java Doc) public synchronized void glSampleCoverage(float value, boolean invert)(Code)(Java Doc) public synchronized void glSampleCoveragex(int value, boolean invert)(Code)(Java Doc) public synchronized void glScalef(float x, float y, float z)(Code)(Java Doc) public synchronized void glScalex(int x, int y, int z)(Code)(Java Doc) public synchronized void glScissor(int x, int y, int width, int height)(Code)(Java Doc) public synchronized void glShadeModel(int mode)(Code)(Java Doc) public synchronized void glStencilFunc(int func, int ref, int mask)(Code)(Java Doc) public synchronized void glStencilMask(int mask)(Code)(Java Doc) public synchronized void glStencilOp(int fail, int zfail, int zpass)(Code)(Java Doc) public synchronized void glTexCoordPointer(int size, int type, int stride, Buffer pointer)(Code)(Java Doc) public synchronized void glTexEnvf(int target, int pname, float param)(Code)(Java Doc) public synchronized void glTexEnvfv(int target, int pname, float[] params, int offset)(Code)(Java Doc) public synchronized void glTexEnvfv(int target, int pname, FloatBuffer params)(Code)(Java Doc) public synchronized void glTexEnvi(int target, int pname, int param)(Code)(Java Doc) public synchronized void glTexEnviv(int target, int pname, int[] params, int offset)(Code)(Java Doc) public synchronized void glTexEnviv(int target, int pname, IntBuffer params)(Code)(Java Doc) public synchronized void glTexEnvx(int target, int pname, int param)(Code)(Java Doc) public synchronized void glTexEnvxv(int target, int pname, int[] params, int offset)(Code)(Java Doc) public synchronized void glTexEnvxv(int target, int pname, IntBuffer params)(Code)(Java Doc) public synchronized void glTexImage2D(int target, int level, int internalformat, int width, int height, int border, int format, int type, Buffer pixels)(Code)(Java Doc) public synchronized void glTexParameterf(int target, int pname, float param)(Code)(Java Doc) public synchronized void glTexParameterfv(int target, int pname, float[] params, int offset)(Code)(Java Doc) public synchronized void glTexParameterfv(int target, int pname, FloatBuffer params)(Code)(Java Doc) public synchronized void glTexParameteri(int target, int pname, int param)(Code)(Java Doc) public synchronized void glTexParameteriv(int target, int pname, int[] params, int offset)(Code)(Java Doc) public synchronized void glTexParameteriv(int target, int pname, IntBuffer params)(Code)(Java Doc) public synchronized void glTexParameterx(int target, int pname, int param)(Code)(Java Doc) public synchronized void glTexParameterxv(int target, int pname, int[] params, int offset)(Code)(Java Doc) public synchronized void glTexParameterxv(int target, int pname, IntBuffer params)(Code)(Java Doc) public synchronized void glTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, int type, Buffer pixels)(Code)(Java Doc) public synchronized void glTranslatef(float x, float y, float z)(Code)(Java Doc) public synchronized void glTranslatex(int x, int y, int z)(Code)(Java Doc) public synchronized void glVertexPointer(int size, int type, int stride, Buffer pointer)(Code)(Java Doc) public synchronized void glViewport(int x, int y, int width, int height)(Code)(Java Doc) public static void grabContext()(Code)(Java Doc) boolean isDirect(Buffer buf)(Code)(Java Doc) int offset(ByteBuffer buffer)(Code)(Java Doc) int offset(ShortBuffer buffer)(Code)(Java Doc) int offset(IntBuffer buffer)(Code)(Java Doc) int offset(FloatBuffer buffer)(Code)(Java Doc) int pointer(Buffer buffer)(Code)(Java Doc) void q(int cmd, int count)(Code)(Java Doc) void q(int i)(Code)(Java Doc) void q(float f)(Code)(Java Doc) void q(Buffer buf)(Code)(Java Doc) public void qflush()(Code)(Java Doc) void removeBuffer(int buffer)(Code)(Java Doc) void setBufferSize(int target, int size)(Code)(Java Doc) void throwIAE(String message)(Code)(Java Doc)
|
|
|