|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.media.opengl.TraceGLES2
public class TraceGLES2
Composable pipeline which wraps an underlying GL implementation,
providing tracing information to a user-specified PrintStream
before and after each OpenGL method call. Sample code which installs this pipeline:
GL gl = drawable.setGL(new TraceGL(drawable.getGL(), System.err));
| Field Summary | |
|---|---|
static boolean |
DEBUG
|
| Constructor Summary | |
|---|---|
TraceGLES2(GLES2 downstreamGLES2,
PrintStream stream)
|
|
| Method Summary | |
|---|---|
int |
getBoundFramebuffer(int arg0)
Return the framebuffer name bound to this context, see GL.glBindFramebuffer(int, int). |
GLContext |
getContext()
Returns the GLContext associated which this GL object. |
int |
getDefaultDrawFramebuffer()
Return the default draw framebuffer name. |
int |
getDefaultReadBuffer()
Returns the default color buffer within the current bound GLBase.getDefaultReadFramebuffer(), i.e. |
int |
getDefaultReadFramebuffer()
Return the default read framebuffer name. |
Object |
getExtension(String arg0)
Returns an object providing access to the specified OpenGL extension. |
GL |
getGL()
Casts this object to the GL interface. |
GL2 |
getGL2()
Casts this object to the GL2 interface. |
GL2ES1 |
getGL2ES1()
Casts this object to the GL2ES1 interface. |
GL2ES2 |
getGL2ES2()
Casts this object to the GL2ES2 interface. |
GL2GL3 |
getGL2GL3()
Casts this object to the GL2GL3 interface. |
GL3 |
getGL3()
Casts this object to the GL3 interface. |
GL3bc |
getGL3bc()
Casts this object to the GL3bc interface. |
GL4 |
getGL4()
Casts this object to the GL4 interface. |
GL4bc |
getGL4bc()
Casts this object to the GL4bc interface. |
GLES1 |
getGLES1()
Casts this object to the GLES1 interface. |
GLES2 |
getGLES2()
Casts this object to the GLES2 interface. |
GLProfile |
getGLProfile()
Returns the GLProfile associated with this GL object. |
int |
getMaxRenderbufferSamples()
Returns the maximum number of FBO RENDERBUFFER samples if full FBO is supported, otherwise false. |
Object |
getPlatformGLExtensions()
Returns an object through which platform-specific OpenGL extensions (EGL, GLX, WGL, etc.) may be accessed. |
int |
getSwapInterval()
Provides a platform-independent way to get the swap interval set by GLBase.setSwapInterval(int). |
void |
glActiveTexture(int arg0)
Entry point to C language function: void glActiveTexture(GLenum texture); Part of GL_VERSION_1_3, GL_ES_VERSION_2_0 |
void |
glAlphaFuncQCOM(int arg0,
float arg1)
Entry point to C language function: void glAlphaFuncQCOM(GLenum func, GLclampf ref); Part of GL_QCOM_alpha_test |
void |
glAttachShader(int arg0,
int arg1)
Entry point to C language function: void glAttachShader(GLuint program, GLuint shader); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glBeginPerfMonitorAMD(int arg0)
Entry point to C language function: void glBeginPerfMonitorAMD(GLuint monitor); Part of GL_AMD_performance_monitor |
void |
glBeginQuery(int arg0,
int arg1)
Entry point to C language function: void glBeginQueryEXT(GLenum target, GLuint id); Part of GL_VERSION_1_5; GL_EXT_occlusion_query_boolean |
void |
glBindAttribLocation(int arg0,
int arg1,
String arg2)
Entry point to C language function: void glBindAttribLocation(GLuint program, GLuint index, const GLchar * name); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glBindBuffer(int arg0,
int arg1)
Entry point to C language function: void glBindBuffer(GLenum target, GLuint buffer); Part of GL_VERSION_1_5, GL_ES_VERSION_2_0 |
void |
glBindFramebuffer(int arg0,
int arg1)
Entry point to C language function: void glBindFramebuffer(GLenum target, GLuint framebuffer); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glBindRenderbuffer(int arg0,
int arg1)
Entry point to C language function: void glBindRenderbuffer(GLenum target, GLuint renderbuffer); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glBindTexture(int arg0,
int arg1)
Entry point to C language function: void glBindTexture(GLenum target, GLuint texture); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glBindVertexArrayOES(int arg0)
Entry point to C language function: void glBindVertexArrayOES(GLuint array); Part of GL_OES_vertex_array_object |
void |
glBlendColor(float arg0,
float arg1,
float arg2,
float arg3)
Entry point to C language function: void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); Part of GL_VERSION_1_2, GL_ES_VERSION_2_0 |
void |
glBlendEquation(int arg0)
Entry point to C language function: void glBlendEquation(GLenum mode); Part of GL_VERSION_1_2, GL_ES_VERSION_2_0 |
void |
glBlendEquationSeparate(int arg0,
int arg1)
Entry point to C language function: void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glBlendFunc(int arg0,
int arg1)
Entry point to C language function: void glBlendFunc(GLenum sfactor, GLenum dfactor); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glBlendFuncSeparate(int arg0,
int arg1,
int arg2,
int arg3)
Entry point to C language function: void glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); Part of GL_VERSION_1_4, GL_ES_VERSION_2_0 |
void |
glBlitFramebufferANGLE(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9)
Entry point to C language function: void glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); Part of GL_ANGLE_framebuffer_blit |
void |
glBufferData(int arg0,
long arg1,
Buffer arg2,
int arg3)
Entry point to C language function: void glBufferData(GLenum target, GLsizeiptr size, const GLvoid * data, GLenum usage); Part of GL_VERSION_1_5, GL_ES_VERSION_2_0 |
void |
glBufferSubData(int arg0,
long arg1,
long arg2,
Buffer arg3)
Entry point to C language function: void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid * data); Part of GL_VERSION_1_5, GL_ES_VERSION_2_0 |
int |
glCheckFramebufferStatus(int arg0)
Entry point to C language function: GLenum glCheckFramebufferStatus(GLenum target); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glClear(int arg0)
Entry point to C language function: void glClear(GLbitfield mask); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glClearColor(float arg0,
float arg1,
float arg2,
float arg3)
Entry point to C language function: void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glClearDepth(double arg0)
Aliased entrypoint of void glClearDepth(GLclampd depth); and void glClearDepthf(GLclampf depth); . |
void |
glClearDepthf(float arg0)
Entry point to C language function: void glClearDepthf(GLclampf depth);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. |
void |
glClearStencil(int arg0)
Entry point to C language function: void glClearStencil(GLint s); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glColorMask(boolean arg0,
boolean arg1,
boolean arg2,
boolean arg3)
Entry point to C language function: void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glCompileShader(int arg0)
Entry point to C language function: void glCompileShader(GLuint shader); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glCompressedTexImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
Buffer arg7)
Entry point to C language function: void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data); Part of GL_VERSION_1_3, GL_ES_VERSION_2_0 |
void |
glCompressedTexImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
long arg7)
Entry point to C language function: void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data); Part of GL_VERSION_1_3, GL_ES_VERSION_2_0 |
void |
glCompressedTexImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
Buffer arg8)
Entry point to C language function: void glCompressedTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data); Part of GL_VERSION_1_3; GL_OES_texture_3D |
void |
glCompressedTexImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
Entry point to C language function: void glCompressedTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data); Part of GL_VERSION_1_3; GL_OES_texture_3D |
void |
glCompressedTexSubImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
Buffer arg8)
Entry point to C language function: void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data); Part of GL_VERSION_1_3, GL_ES_VERSION_2_0 |
void |
glCompressedTexSubImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
Entry point to C language function: void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data); Part of GL_VERSION_1_3, GL_ES_VERSION_2_0 |
void |
glCompressedTexSubImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
Buffer arg10)
Entry point to C language function: void glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data); Part of GL_VERSION_1_3; GL_OES_texture_3D |
void |
glCompressedTexSubImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
long arg10)
Entry point to C language function: void glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data); Part of GL_VERSION_1_3; GL_OES_texture_3D |
void |
glCopyTexImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7)
Entry point to C language function: void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glCopyTexSubImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7)
Entry point to C language function: void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glCopyTexSubImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8)
Entry point to C language function: void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); Part of GL_VERSION_1_2; GL_OES_texture_3D |
void |
glCoverageMaskNV(boolean arg0)
Entry point to C language function: void glCoverageMaskNV(GLboolean mask); Part of GL_NV_coverage_sample |
void |
glCoverageOperationNV(int arg0)
Entry point to C language function: void glCoverageOperationNV(GLenum operation); Part of GL_NV_coverage_sample |
int |
glCreateProgram()
Entry point to C language function: GLuint glCreateProgram(void); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
int |
glCreateShader(int arg0)
Entry point to C language function: GLuint glCreateShader(GLenum type); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glCullFace(int arg0)
Entry point to C language function: void glCullFace(GLenum mode); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glDeleteBuffers(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glDeleteBuffers(GLsizei n, const GLuint * buffers); Part of GL_VERSION_1_5, GL_ES_VERSION_2_0 |
void |
glDeleteBuffers(int arg0,
IntBuffer arg1)
Entry point to C language function: void glDeleteBuffers(GLsizei n, const GLuint * buffers); Part of GL_VERSION_1_5, GL_ES_VERSION_2_0 |
void |
glDeleteFencesNV(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glDeleteFencesNV(GLsizei, const GLuint * ); Part of GL_NV_fence |
void |
glDeleteFencesNV(int arg0,
IntBuffer arg1)
Entry point to C language function: void glDeleteFencesNV(GLsizei, const GLuint * ); Part of GL_NV_fence |
void |
glDeleteFramebuffers(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glDeleteFramebuffers(int arg0,
IntBuffer arg1)
Entry point to C language function: void glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glDeletePerfMonitorsAMD(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors); Part of GL_AMD_performance_monitor |
void |
glDeletePerfMonitorsAMD(int arg0,
IntBuffer arg1)
Entry point to C language function: void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors); Part of GL_AMD_performance_monitor |
void |
glDeleteProgram(int arg0)
Entry point to C language function: void glDeleteProgram(GLuint program); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glDeleteQueries(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glDeleteQueriesEXT(GLsizei n, const GLuint * ids); Part of GL_VERSION_1_5; GL_EXT_occlusion_query_boolean |
void |
glDeleteQueries(int arg0,
IntBuffer arg1)
Entry point to C language function: void glDeleteQueriesEXT(GLsizei n, const GLuint * ids); Part of GL_VERSION_1_5; GL_EXT_occlusion_query_boolean |
void |
glDeleteRenderbuffers(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glDeleteRenderbuffers(GLsizei n, const GLuint * renderbuffers); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glDeleteRenderbuffers(int arg0,
IntBuffer arg1)
Entry point to C language function: void glDeleteRenderbuffers(GLsizei n, const GLuint * renderbuffers); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glDeleteShader(int arg0)
Entry point to C language function: void glDeleteShader(GLuint shader); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glDeleteTextures(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glDeleteTextures(GLsizei n, const GLuint * textures); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glDeleteTextures(int arg0,
IntBuffer arg1)
Entry point to C language function: void glDeleteTextures(GLsizei n, const GLuint * textures); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glDeleteVertexArraysOES(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glDeleteVertexArraysOES(GLsizei n, const GLuint * arrays); Part of GL_OES_vertex_array_object |
void |
glDeleteVertexArraysOES(int arg0,
IntBuffer arg1)
Entry point to C language function: void glDeleteVertexArraysOES(GLsizei n, const GLuint * arrays); Part of GL_OES_vertex_array_object |
void |
glDepthFunc(int arg0)
Entry point to C language function: void glDepthFunc(GLenum func); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glDepthMask(boolean arg0)
Entry point to C language function: void glDepthMask(GLboolean flag); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glDepthRange(double arg0,
double arg1)
Aliased entrypoint of void glDepthRange(GLclampd depth); and void glDepthRangef(GLclampf depth); . |
void |
glDepthRangef(float arg0,
float arg1)
Entry point to C language function: void glDepthRangef(GLclampf zNear, GLclampf zFar);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. |
void |
glDetachShader(int arg0,
int arg1)
Entry point to C language function: void glDetachShader(GLuint program, GLuint shader); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glDisable(int arg0)
Entry point to C language function: void glDisable(GLenum cap); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glDisableDriverControlQCOM(int arg0)
Entry point to C language function: void glDisableDriverControlQCOM(GLuint driverControl); Part of GL_QCOM_driver_control |
void |
glDisableVertexAttribArray(int arg0)
Entry point to C language function: void glDisableVertexAttribArray(GLuint index); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glDiscardFramebufferEXT(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments); Part of GL_EXT_discard_framebuffer |
void |
glDiscardFramebufferEXT(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments); Part of GL_EXT_discard_framebuffer |
void |
glDrawArrays(int arg0,
int arg1,
int arg2)
Entry point to C language function: void glDrawArrays(GLenum mode, GLint first, GLsizei count); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glDrawBuffers(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glDrawBuffersNV(GLsizei n, const GLenum * bufs); Part of GL_VERSION_2_0; GL_NV_draw_buffers |
void |
glDrawBuffers(int arg0,
IntBuffer arg1)
Entry point to C language function: void glDrawBuffersNV(GLsizei n, const GLenum * bufs); Part of GL_VERSION_2_0; GL_NV_draw_buffers |
void |
glDrawElements(int arg0,
int arg1,
int arg2,
Buffer arg3)
Entry point to C language function: void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glDrawElements(int arg0,
int arg1,
int arg2,
long arg3)
Entry point to C language function: void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glEGLImageTargetRenderbufferStorageOES(int arg0,
long arg1)
Entry point to C language function: void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image); Part of GL_OES_EGL_image |
void |
glEGLImageTargetTexture2DOES(int arg0,
long arg1)
Entry point to C language function: void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image); Part of GL_OES_EGL_image |
void |
glEnable(int arg0)
Entry point to C language function: void glEnable(GLenum cap); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glEnableDriverControlQCOM(int arg0)
Entry point to C language function: void glEnableDriverControlQCOM(GLuint driverControl); Part of GL_QCOM_driver_control |
void |
glEnableVertexAttribArray(int arg0)
Entry point to C language function: void glEnableVertexAttribArray(GLuint index); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glEndPerfMonitorAMD(int arg0)
Entry point to C language function: void glEndPerfMonitorAMD(GLuint monitor); Part of GL_AMD_performance_monitor |
void |
glEndQuery(int arg0)
Entry point to C language function: void glEndQueryEXT(GLenum target); Part of GL_VERSION_1_5; GL_EXT_occlusion_query_boolean |
void |
glEndTilingQCOM(int arg0)
Entry point to C language function: void glEndTilingQCOM(GLbitfield preserveMask); Part of GL_QCOM_tiled_rendering |
void |
glExtGetBufferPointervQCOM(int arg0,
PointerBuffer arg1)
Entry point to C language function: void glExtGetBufferPointervQCOM(GLenum target, GLvoid * * params); Part of GL_QCOM_extended_get |
void |
glExtGetBuffersQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
Entry point to C language function: void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers); Part of GL_QCOM_extended_get |
void |
glExtGetBuffersQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers); Part of GL_QCOM_extended_get |
void |
glExtGetFramebuffersQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
Entry point to C language function: void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers); Part of GL_QCOM_extended_get |
void |
glExtGetFramebuffersQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers); Part of GL_QCOM_extended_get |
void |
glExtGetProgramBinarySourceQCOM(int arg0,
int arg1,
byte[] arg2,
int arg3,
int[] arg4,
int arg5)
Entry point to C language function: void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length); Part of GL_QCOM_extended_get2 |
void |
glExtGetProgramBinarySourceQCOM(int arg0,
int arg1,
ByteBuffer arg2,
IntBuffer arg3)
Entry point to C language function: void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length); Part of GL_QCOM_extended_get2 |
void |
glExtGetProgramsQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
Entry point to C language function: void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms); Part of GL_QCOM_extended_get2 |
void |
glExtGetProgramsQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms); Part of GL_QCOM_extended_get2 |
void |
glExtGetRenderbuffersQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
Entry point to C language function: void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers); Part of GL_QCOM_extended_get |
void |
glExtGetRenderbuffersQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers); Part of GL_QCOM_extended_get |
void |
glExtGetShadersQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
Entry point to C language function: void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders); Part of GL_QCOM_extended_get2 |
void |
glExtGetShadersQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders); Part of GL_QCOM_extended_get2 |
void |
glExtGetTexLevelParameterivQCOM(int arg0,
int arg1,
int arg2,
int arg3,
int[] arg4,
int arg5)
Entry point to C language function: void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params); Part of GL_QCOM_extended_get |
void |
glExtGetTexLevelParameterivQCOM(int arg0,
int arg1,
int arg2,
int arg3,
IntBuffer arg4)
Entry point to C language function: void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params); Part of GL_QCOM_extended_get |
void |
glExtGetTexSubImageQCOM(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
Buffer arg10)
Entry point to C language function: void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid * texels); Part of GL_QCOM_extended_get |
void |
glExtGetTexturesQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
Entry point to C language function: void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures); Part of GL_QCOM_extended_get |
void |
glExtGetTexturesQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures); Part of GL_QCOM_extended_get |
boolean |
glExtIsProgramBinaryQCOM(int arg0)
Entry point to C language function: GLboolean glExtIsProgramBinaryQCOM(GLuint program); Part of GL_QCOM_extended_get2 |
void |
glExtTexObjectStateOverrideiQCOM(int arg0,
int arg1,
int arg2)
Entry point to C language function: void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pname, GLint param); Part of GL_QCOM_extended_get |
void |
glFinish()
Entry point to C language function: void glFinish(void); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glFinishFenceNV(int arg0)
Entry point to C language function: void glFinishFenceNV(GLuint); Part of GL_NV_fence |
void |
glFlush()
Entry point to C language function: void glFlush(void); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glFramebufferRenderbuffer(int arg0,
int arg1,
int arg2,
int arg3)
Entry point to C language function: void glFramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glFramebufferTexture2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
Entry point to C language function: void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glFramebufferTexture2DMultisampleEXT(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
Entry point to C language function: void glFramebufferTexture2DMultisampleEXT(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei); Part of GL_EXT_multisampled_render_to_texture |
void |
glFramebufferTexture2DMultisampleIMG(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
Entry point to C language function: void glFramebufferTexture2DMultisampleIMG(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei); Part of GL_IMG_multisampled_render_to_texture |
void |
glFramebufferTexture3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
Entry point to C language function: void glFramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); Part of GL_ARB_framebuffer_object; GL_OES_texture_3D |
void |
glFrontFace(int arg0)
Entry point to C language function: void glFrontFace(GLenum mode); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGenBuffers(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glGenBuffers(GLsizei n, GLuint * buffers); Part of GL_VERSION_1_5, GL_ES_VERSION_2_0 |
void |
glGenBuffers(int arg0,
IntBuffer arg1)
Entry point to C language function: void glGenBuffers(GLsizei n, GLuint * buffers); Part of GL_VERSION_1_5, GL_ES_VERSION_2_0 |
void |
glGenerateMipmap(int arg0)
Entry point to C language function: void glGenerateMipmap(GLenum target); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glGenFencesNV(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glGenFencesNV(GLsizei, GLuint * ); Part of GL_NV_fence |
void |
glGenFencesNV(int arg0,
IntBuffer arg1)
Entry point to C language function: void glGenFencesNV(GLsizei, GLuint * ); Part of GL_NV_fence |
void |
glGenFramebuffers(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glGenFramebuffers(GLsizei n, GLuint * framebuffers); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glGenFramebuffers(int arg0,
IntBuffer arg1)
Entry point to C language function: void glGenFramebuffers(GLsizei n, GLuint * framebuffers); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glGenPerfMonitorsAMD(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glGenPerfMonitorsAMD(GLsizei n, GLuint * monitors); Part of GL_AMD_performance_monitor |
void |
glGenPerfMonitorsAMD(int arg0,
IntBuffer arg1)
Entry point to C language function: void glGenPerfMonitorsAMD(GLsizei n, GLuint * monitors); Part of GL_AMD_performance_monitor |
void |
glGenQueries(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glGenQueriesEXT(GLsizei n, GLuint * ids); Part of GL_VERSION_1_5; GL_EXT_occlusion_query_boolean |
void |
glGenQueries(int arg0,
IntBuffer arg1)
Entry point to C language function: void glGenQueriesEXT(GLsizei n, GLuint * ids); Part of GL_VERSION_1_5; GL_EXT_occlusion_query_boolean |
void |
glGenRenderbuffers(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glGenRenderbuffers(int arg0,
IntBuffer arg1)
Entry point to C language function: void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glGenTextures(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glGenTextures(GLsizei n, GLuint * textures); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glGenTextures(int arg0,
IntBuffer arg1)
Entry point to C language function: void glGenTextures(GLsizei n, GLuint * textures); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glGenVertexArraysOES(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glGenVertexArraysOES(GLsizei n, GLuint * arrays); Part of GL_OES_vertex_array_object |
void |
glGenVertexArraysOES(int arg0,
IntBuffer arg1)
Entry point to C language function: void glGenVertexArraysOES(GLsizei n, GLuint * arrays); Part of GL_OES_vertex_array_object |
void |
glGetActiveAttrib(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6,
int[] arg7,
int arg8,
byte[] arg9,
int arg10)
Entry point to C language function: void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetActiveAttrib(int arg0,
int arg1,
int arg2,
IntBuffer arg3,
IntBuffer arg4,
IntBuffer arg5,
ByteBuffer arg6)
Entry point to C language function: void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetActiveUniform(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6,
int[] arg7,
int arg8,
byte[] arg9,
int arg10)
Entry point to C language function: void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetActiveUniform(int arg0,
int arg1,
int arg2,
IntBuffer arg3,
IntBuffer arg4,
IntBuffer arg5,
ByteBuffer arg6)
Entry point to C language function: void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetAttachedShaders(int arg0,
int arg1,
int[] arg2,
int arg3,
int[] arg4,
int arg5)
Entry point to C language function: void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei * count, GLuint * shaders); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetAttachedShaders(int arg0,
int arg1,
IntBuffer arg2,
IntBuffer arg3)
Entry point to C language function: void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei * count, GLuint * shaders); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
int |
glGetAttribLocation(int arg0,
String arg1)
Entry point to C language function: int glGetAttribLocation(GLuint program, const GLchar * name); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetBooleanv(int arg0,
byte[] arg1,
int arg2)
Entry point to C language function: void glGetBooleanv(GLenum pname, GLboolean * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGetBooleanv(int arg0,
ByteBuffer arg1)
Entry point to C language function: void glGetBooleanv(GLenum pname, GLboolean * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
int |
glGetBoundBuffer(int arg0)
|
void |
glGetBufferParameteriv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params); Part of GL_VERSION_1_5, GL_ES_VERSION_2_0 |
void |
glGetBufferParameteriv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params); Part of GL_VERSION_1_5, GL_ES_VERSION_2_0 |
long |
glGetBufferSize(int arg0)
|
void |
glGetDriverControlsQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
Entry point to C language function: void glGetDriverControlsQCOM(GLint * num, GLsizei size, GLuint * driverControls); Part of GL_QCOM_driver_control |
void |
glGetDriverControlsQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetDriverControlsQCOM(GLint * num, GLsizei size, GLuint * driverControls); Part of GL_QCOM_driver_control |
void |
glGetDriverControlStringQCOM(int arg0,
int arg1,
int[] arg2,
int arg3,
byte[] arg4,
int arg5)
Entry point to C language function: void glGetDriverControlStringQCOM(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString); Part of GL_QCOM_driver_control |
void |
glGetDriverControlStringQCOM(int arg0,
int arg1,
IntBuffer arg2,
ByteBuffer arg3)
Entry point to C language function: void glGetDriverControlStringQCOM(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString); Part of GL_QCOM_driver_control |
int |
glGetError()
Entry point to C language function: GLenum glGetError(void); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGetFenceivNV(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glGetFenceivNV(GLuint, GLenum, GLint * ); Part of GL_NV_fence |
void |
glGetFenceivNV(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetFenceivNV(GLuint, GLenum, GLint * ); Part of GL_NV_fence |
void |
glGetFloatv(int arg0,
float[] arg1,
int arg2)
Entry point to C language function: void glGetFloatv(GLenum pname, GLfloat * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGetFloatv(int arg0,
FloatBuffer arg1)
Entry point to C language function: void glGetFloatv(GLenum pname, GLfloat * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGetFramebufferAttachmentParameteriv(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
Entry point to C language function: void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint * params); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glGetFramebufferAttachmentParameteriv(int arg0,
int arg1,
int arg2,
IntBuffer arg3)
Entry point to C language function: void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint * params); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
int |
glGetGraphicsResetStatus()
Entry point to C language function: GLenum glGetGraphicsResetStatusEXT(void); Part of GL_ARB_robustness; GL_EXT_robustness |
void |
glGetIntegerv(int arg0,
int[] arg1,
int arg2)
Entry point to C language function: void glGetIntegerv(GLenum pname, GLint * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGetIntegerv(int arg0,
IntBuffer arg1)
Entry point to C language function: void glGetIntegerv(GLenum pname, GLint * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGetnUniformfv(int arg0,
int arg1,
int arg2,
float[] arg3,
int arg4)
Entry point to C language function: void glGetnUniformfvEXT(GLuint program, GLint location, GLsizei bufSize, float * params); Part of GL_ARB_robustness; GL_EXT_robustness |
void |
glGetnUniformfv(int arg0,
int arg1,
int arg2,
FloatBuffer arg3)
Entry point to C language function: void glGetnUniformfvEXT(GLuint program, GLint location, GLsizei bufSize, float * params); Part of GL_ARB_robustness; GL_EXT_robustness |
void |
glGetnUniformiv(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
Entry point to C language function: void glGetnUniformivEXT(GLuint program, GLint location, GLsizei bufSize, GLint * params); Part of GL_ARB_robustness; GL_EXT_robustness |
void |
glGetnUniformiv(int arg0,
int arg1,
int arg2,
IntBuffer arg3)
Entry point to C language function: void glGetnUniformivEXT(GLuint program, GLint location, GLsizei bufSize, GLint * params); Part of GL_ARB_robustness; GL_EXT_robustness |
void |
glGetObjectLabelEXT(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
byte[] arg5,
int arg6)
Entry point to C language function: void glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label); Part of GL_EXT_debug_label |
void |
glGetObjectLabelEXT(int arg0,
int arg1,
int arg2,
IntBuffer arg3,
ByteBuffer arg4)
Entry point to C language function: void glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label); Part of GL_EXT_debug_label |
void |
glGetPerfMonitorCounterDataAMD(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6)
Entry point to C language function: void glGetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten); Part of GL_AMD_performance_monitor |
void |
glGetPerfMonitorCounterDataAMD(int arg0,
int arg1,
int arg2,
IntBuffer arg3,
IntBuffer arg4)
Entry point to C language function: void glGetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten); Part of GL_AMD_performance_monitor |
void |
glGetPerfMonitorCounterInfoAMD(int arg0,
int arg1,
int arg2,
Buffer arg3)
Entry point to C language function: void glGetPerfMonitorCounterInfoAMD(GLuint group, GLuint counter, GLenum pname, GLvoid * data); Part of GL_AMD_performance_monitor |
void |
glGetPerfMonitorCountersAMD(int arg0,
int[] arg1,
int arg2,
int[] arg3,
int arg4,
int arg5,
int[] arg6,
int arg7)
Entry point to C language function: void glGetPerfMonitorCountersAMD(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters); Part of GL_AMD_performance_monitor |
void |
glGetPerfMonitorCountersAMD(int arg0,
IntBuffer arg1,
IntBuffer arg2,
int arg3,
IntBuffer arg4)
Entry point to C language function: void glGetPerfMonitorCountersAMD(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters); Part of GL_AMD_performance_monitor |
void |
glGetPerfMonitorCounterStringAMD(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
byte[] arg5,
int arg6)
Entry point to C language function: void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString); Part of GL_AMD_performance_monitor |
void |
glGetPerfMonitorCounterStringAMD(int arg0,
int arg1,
int arg2,
IntBuffer arg3,
ByteBuffer arg4)
Entry point to C language function: void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString); Part of GL_AMD_performance_monitor |
void |
glGetPerfMonitorGroupsAMD(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
Entry point to C language function: void glGetPerfMonitorGroupsAMD(GLint * numGroups, GLsizei groupsSize, GLuint * groups); Part of GL_AMD_performance_monitor |
void |
glGetPerfMonitorGroupsAMD(IntBuffer arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetPerfMonitorGroupsAMD(GLint * numGroups, GLsizei groupsSize, GLuint * groups); Part of GL_AMD_performance_monitor |
void |
glGetPerfMonitorGroupStringAMD(int arg0,
int arg1,
int[] arg2,
int arg3,
byte[] arg4,
int arg5)
Entry point to C language function: void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString); Part of GL_AMD_performance_monitor |
void |
glGetPerfMonitorGroupStringAMD(int arg0,
int arg1,
IntBuffer arg2,
ByteBuffer arg3)
Entry point to C language function: void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString); Part of GL_AMD_performance_monitor |
void |
glGetProgramBinary(int arg0,
int arg1,
int[] arg2,
int arg3,
int[] arg4,
int arg5,
Buffer arg6)
Entry point to C language function: void glGetProgramBinaryOES(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, GLvoid * binary); Part of GL_ARB_get_program_binary; GL_OES_get_program_binary |
void |
glGetProgramBinary(int arg0,
int arg1,
IntBuffer arg2,
IntBuffer arg3,
Buffer arg4)
Entry point to C language function: void glGetProgramBinaryOES(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, GLvoid * binary); Part of GL_ARB_get_program_binary; GL_OES_get_program_binary |
void |
glGetProgramInfoLog(int arg0,
int arg1,
int[] arg2,
int arg3,
byte[] arg4,
int arg5)
Entry point to C language function: void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei * length, GLchar * infolog); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetProgramInfoLog(int arg0,
int arg1,
IntBuffer arg2,
ByteBuffer arg3)
Entry point to C language function: void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei * length, GLchar * infolog); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetProgramiv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glGetProgramiv(GLuint program, GLenum pname, GLint * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetProgramiv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetProgramiv(GLuint program, GLenum pname, GLint * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetQueryiv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glGetQueryivEXT(GLenum target, GLenum pname, GLint * params); Part of GL_VERSION_1_5; GL_EXT_occlusion_query_boolean |
void |
glGetQueryiv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetQueryivEXT(GLenum target, GLenum pname, GLint * params); Part of GL_VERSION_1_5; GL_EXT_occlusion_query_boolean |
void |
glGetQueryObjectuiv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glGetQueryObjectuivEXT(GLuint id, GLenum pname, GLuint * params); Part of GL_VERSION_1_5; GL_EXT_occlusion_query_boolean |
void |
glGetQueryObjectuiv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetQueryObjectuivEXT(GLuint id, GLenum pname, GLuint * params); Part of GL_VERSION_1_5; GL_EXT_occlusion_query_boolean |
void |
glGetRenderbufferParameteriv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint * params); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glGetRenderbufferParameteriv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint * params); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glGetShaderInfoLog(int arg0,
int arg1,
int[] arg2,
int arg3,
byte[] arg4,
int arg5)
Entry point to C language function: void glGetShaderInfoLog(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * infolog); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetShaderInfoLog(int arg0,
int arg1,
IntBuffer arg2,
ByteBuffer arg3)
Entry point to C language function: void glGetShaderInfoLog(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * infolog); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetShaderiv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glGetShaderiv(GLuint shader, GLenum pname, GLint * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetShaderiv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetShaderiv(GLuint shader, GLenum pname, GLint * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetShaderPrecisionFormat(int arg0,
int arg1,
int[] arg2,
int arg3,
int[] arg4,
int arg5)
Entry point to C language function: void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. |
void |
glGetShaderPrecisionFormat(int arg0,
int arg1,
IntBuffer arg2,
IntBuffer arg3)
Entry point to C language function: void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. |
void |
glGetShaderSource(int arg0,
int arg1,
int[] arg2,
int arg3,
byte[] arg4,
int arg5)
Entry point to C language function: void glGetShaderSource(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetShaderSource(int arg0,
int arg1,
IntBuffer arg2,
ByteBuffer arg3)
Entry point to C language function: void glGetShaderSource(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
String |
glGetString(int arg0)
Entry point to C language function: const GLubyte * glGetString(GLenum name); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGetTexParameterfv(int arg0,
int arg1,
float[] arg2,
int arg3)
Entry point to C language function: void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGetTexParameterfv(int arg0,
int arg1,
FloatBuffer arg2)
Entry point to C language function: void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGetTexParameteriv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGetTexParameteriv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glGetUniformfv(int arg0,
int arg1,
float[] arg2,
int arg3)
Entry point to C language function: void glGetUniformfv(GLuint program, GLint location, GLfloat * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetUniformfv(int arg0,
int arg1,
FloatBuffer arg2)
Entry point to C language function: void glGetUniformfv(GLuint program, GLint location, GLfloat * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetUniformiv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glGetUniformiv(GLuint program, GLint location, GLint * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetUniformiv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetUniformiv(GLuint program, GLint location, GLint * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
int |
glGetUniformLocation(int arg0,
String arg1)
Entry point to C language function: int glGetUniformLocation(GLuint program, const GLchar * name); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetVertexAttribfv(int arg0,
int arg1,
float[] arg2,
int arg3)
Entry point to C language function: void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetVertexAttribfv(int arg0,
int arg1,
FloatBuffer arg2)
Entry point to C language function: void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetVertexAttribiv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glGetVertexAttribiv(GLuint index, GLenum pname, GLint * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glGetVertexAttribiv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glGetVertexAttribiv(GLuint index, GLenum pname, GLint * params); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glHint(int arg0,
int arg1)
Entry point to C language function: void glHint(GLenum target, GLenum mode); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glInsertEventMarkerEXT(int arg0,
byte[] arg1,
int arg2)
Entry point to C language function: void glInsertEventMarkerEXT(GLsizei length, const GLchar * marker); Part of GL_EXT_debug_marker |
void |
glInsertEventMarkerEXT(int arg0,
ByteBuffer arg1)
Entry point to C language function: void glInsertEventMarkerEXT(GLsizei length, const GLchar * marker); Part of GL_EXT_debug_marker |
boolean |
glIsBuffer(int arg0)
Entry point to C language function: GLboolean glIsBuffer(GLuint buffer); Part of GL_VERSION_1_5, GL_ES_VERSION_2_0 |
boolean |
glIsEnabled(int arg0)
Entry point to C language function: GLboolean glIsEnabled(GLenum cap); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
boolean |
glIsFenceNV(int arg0)
Entry point to C language function: GLboolean glIsFenceNV(GLuint); Part of GL_NV_fence |
boolean |
glIsFramebuffer(int arg0)
Entry point to C language function: GLboolean glIsFramebuffer(GLuint framebuffer); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
boolean |
glIsProgram(int arg0)
Entry point to C language function: GLboolean glIsProgram(GLuint program); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
boolean |
glIsQuery(int arg0)
Entry point to C language function: GLboolean glIsQueryEXT(GLuint id); Part of GL_VERSION_1_5; GL_EXT_occlusion_query_boolean |
boolean |
glIsRenderbuffer(int arg0)
Entry point to C language function: GLboolean glIsRenderbuffer(GLuint renderbuffer); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
boolean |
glIsShader(int arg0)
Entry point to C language function: GLboolean glIsShader(GLuint shader); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
boolean |
glIsTexture(int arg0)
Entry point to C language function: GLboolean glIsTexture(GLuint texture); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
boolean |
glIsVBOArrayEnabled()
|
boolean |
glIsVBOElementArrayEnabled()
|
boolean |
glIsVertexArrayOES(int arg0)
Entry point to C language function: GLboolean glIsVertexArrayOES(GLuint array); Part of GL_OES_vertex_array_object |
void |
glLabelObjectEXT(int arg0,
int arg1,
int arg2,
byte[] arg3,
int arg4)
Entry point to C language function: void glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar * label); Part of GL_EXT_debug_label |
void |
glLabelObjectEXT(int arg0,
int arg1,
int arg2,
ByteBuffer arg3)
Entry point to C language function: void glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar * label); Part of GL_EXT_debug_label |
void |
glLineWidth(float arg0)
Entry point to C language function: void glLineWidth(GLfloat width); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glLinkProgram(int arg0)
Entry point to C language function: void glLinkProgram(GLuint program); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
ByteBuffer |
glMapBuffer(int arg0,
int arg1)
Entry point to C language function: void * glMapBufferOES(GLenum target, GLenum access); Part of GL_VERSION_1_5; GL_OES_mapbuffer |
void |
glPixelStorei(int arg0,
int arg1)
Entry point to C language function: void glPixelStorei(GLenum pname, GLint param); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glPolygonOffset(float arg0,
float arg1)
Entry point to C language function: void glPolygonOffset(GLfloat factor, GLfloat units); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glPopGroupMarkerEXT()
Entry point to C language function: void glPopGroupMarkerEXT(void); Part of GL_EXT_debug_marker |
void |
glProgramBinary(int arg0,
int arg1,
Buffer arg2,
int arg3)
Entry point to C language function: void glProgramBinaryOES(GLuint program, GLenum binaryFormat, const GLvoid * binary, GLint length); Part of GL_ARB_get_program_binary; GL_OES_get_program_binary |
void |
glPushGroupMarkerEXT(int arg0,
byte[] arg1,
int arg2)
Entry point to C language function: void glPushGroupMarkerEXT(GLsizei length, const GLchar * marker); Part of GL_EXT_debug_marker |
void |
glPushGroupMarkerEXT(int arg0,
ByteBuffer arg1)
Entry point to C language function: void glPushGroupMarkerEXT(GLsizei length, const GLchar * marker); Part of GL_EXT_debug_marker |
void |
glReadBufferNV(int arg0)
Entry point to C language function: void glReadBufferNV(GLenum mode); Part of GL_NV_read_buffer |
void |
glReadnPixels(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
Buffer arg7)
Entry point to C language function: void glReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data); Part of GL_ARB_robustness; GL_EXT_robustness |
void |
glReadPixels(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
Buffer arg6)
Entry point to C language function: void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glReadPixels(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
long arg6)
Entry point to C language function: void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glReleaseShaderCompiler()
Entry point to C language function: void glReleaseShaderCompiler(void);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. |
void |
glRenderbufferStorage(int arg0,
int arg1,
int arg2,
int arg3)
Entry point to C language function: void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height); Part of GL_ARB_framebuffer_object, GL_ES_VERSION_2_0 |
void |
glRenderbufferStorageMultisampleANGLE(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
Entry point to C language function: void glRenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); Part of GL_ANGLE_framebuffer_multisample |
void |
glRenderbufferStorageMultisampleAPPLE(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
Entry point to C language function: void glRenderbufferStorageMultisampleAPPLE(GLenum, GLsizei, GLenum, GLsizei, GLsizei); Part of GL_APPLE_framebuffer_multisample |
void |
glRenderbufferStorageMultisampleIMG(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
Entry point to C language function: void glRenderbufferStorageMultisampleIMG(GLenum, GLsizei, GLenum, GLsizei, GLsizei); Part of GL_IMG_multisampled_render_to_texture |
void |
glResolveMultisampleFramebufferAPPLE()
Entry point to C language function: void glResolveMultisampleFramebufferAPPLE(void); Part of GL_APPLE_framebuffer_multisample |
void |
glSampleCoverage(float arg0,
boolean arg1)
Entry point to C language function: void glSampleCoverage(GLclampf value, GLboolean invert); Part of GL_VERSION_1_3, GL_ES_VERSION_2_0 |
void |
glScissor(int arg0,
int arg1,
int arg2,
int arg3)
Entry point to C language function: void glScissor(GLint x, GLint y, GLsizei width, GLsizei height); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glSelectPerfMonitorCountersAMD(int arg0,
boolean arg1,
int arg2,
int arg3,
int[] arg4,
int arg5)
Entry point to C language function: void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * countersList); Part of GL_AMD_performance_monitor |
void |
glSelectPerfMonitorCountersAMD(int arg0,
boolean arg1,
int arg2,
int arg3,
IntBuffer arg4)
Entry point to C language function: void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * countersList); Part of GL_AMD_performance_monitor |
void |
glSetFenceNV(int arg0,
int arg1)
Entry point to C language function: void glSetFenceNV(GLuint, GLenum); Part of GL_NV_fence |
void |
glShaderBinary(int arg0,
int[] arg1,
int arg2,
int arg3,
Buffer arg4,
int arg5)
Entry point to C language function: void glShaderBinary(GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. |
void |
glShaderBinary(int arg0,
IntBuffer arg1,
int arg2,
Buffer arg3,
int arg4)
Entry point to C language function: void glShaderBinary(GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
Part of GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility. |
void |
glShaderSource(int arg0,
int arg1,
String[] arg2,
int[] arg3,
int arg4)
Entry point to C language function: void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glShaderSource(int arg0,
int arg1,
String[] arg2,
IntBuffer arg3)
Entry point to C language function: void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glStartTilingQCOM(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
Entry point to C language function: void glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask); Part of GL_QCOM_tiled_rendering |
void |
glStencilFunc(int arg0,
int arg1,
int arg2)
Entry point to C language function: void glStencilFunc(GLenum func, GLint ref, GLuint mask); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glStencilFuncSeparate(int arg0,
int arg1,
int arg2,
int arg3)
Entry point to C language function: void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glStencilMask(int arg0)
Entry point to C language function: void glStencilMask(GLuint mask); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glStencilMaskSeparate(int arg0,
int arg1)
Entry point to C language function: void glStencilMaskSeparate(GLenum face, GLuint mask); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glStencilOp(int arg0,
int arg1,
int arg2)
Entry point to C language function: void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glStencilOpSeparate(int arg0,
int arg1,
int arg2,
int arg3)
Entry point to C language function: void glStencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
boolean |
glTestFenceNV(int arg0)
Entry point to C language function: GLboolean glTestFenceNV(GLuint); Part of GL_NV_fence |
void |
glTexImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
Buffer arg8)
Entry point to C language function: void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glTexImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
Entry point to C language function: void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glTexImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
Buffer arg9)
Entry point to C language function: void glTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels); Part of GL_VERSION_1_2; GL_OES_texture_3D |
void |
glTexImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
long arg9)
Entry point to C language function: void glTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels); Part of GL_VERSION_1_2; GL_OES_texture_3D |
void |
glTexParameterf(int arg0,
int arg1,
float arg2)
Entry point to C language function: void glTexParameterf(GLenum target, GLenum pname, GLfloat param); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glTexParameterfv(int arg0,
int arg1,
float[] arg2,
int arg3)
Entry point to C language function: void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glTexParameterfv(int arg0,
int arg1,
FloatBuffer arg2)
Entry point to C language function: void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glTexParameteri(int arg0,
int arg1,
int arg2)
Entry point to C language function: void glTexParameteri(GLenum target, GLenum pname, GLint param); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glTexParameteriv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glTexParameteriv(GLenum target, GLenum pname, const GLint * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glTexParameteriv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glTexParameteriv(GLenum target, GLenum pname, const GLint * params); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
void |
glTexStorage1D(int arg0,
int arg1,
int arg2,
int arg3)
Entry point to C language function: void glTexStorage1DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); Part of GL_ARB_texture_storage; GL_EXT_texture_storage |
void |
glTexStorage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
Entry point to C language function: void glTexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); Part of GL_ARB_texture_storage; GL_EXT_texture_storage |
void |
glTexStorage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
Entry point to C language function: void glTexStorage3DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); Part of GL_ARB_texture_storage; GL_EXT_texture_storage |
void |
glTexSubImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
Buffer arg8)
Entry point to C language function: void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glTexSubImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
Entry point to C language function: void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels); Part of GL_VERSION_1_1, GL_ES_VERSION_2_0 |
void |
glTexSubImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
Buffer arg10)
Entry point to C language function: void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels); Part of GL_VERSION_1_2; GL_OES_texture_3D |
void |
glTexSubImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
long arg10)
Entry point to C language function: void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels); Part of GL_VERSION_1_2; GL_OES_texture_3D |
void |
glTextureStorage1DEXT(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
Entry point to C language function: void glTextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); Part of GL_EXT_texture_storage, GL_ARB_texture_storage |
void |
glTextureStorage2DEXT(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
Entry point to C language function: void glTextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); Part of GL_EXT_texture_storage, GL_ARB_texture_storage |
void |
glTextureStorage3DEXT(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6)
Entry point to C language function: void glTextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); Part of GL_EXT_texture_storage, GL_ARB_texture_storage |
void |
glUniform(GLUniformData arg0)
|
void |
glUniform1f(int arg0,
float arg1)
Entry point to C language function: void glUniform1f(GLint location, GLfloat x); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform1fv(int arg0,
int arg1,
float[] arg2,
int arg3)
Entry point to C language function: void glUniform1fv(GLint location, GLsizei count, const GLfloat * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform1fv(int arg0,
int arg1,
FloatBuffer arg2)
Entry point to C language function: void glUniform1fv(GLint location, GLsizei count, const GLfloat * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform1i(int arg0,
int arg1)
Entry point to C language function: void glUniform1i(GLint location, GLint x); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform1iv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glUniform1iv(GLint location, GLsizei count, const GLint * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform1iv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glUniform1iv(GLint location, GLsizei count, const GLint * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform2f(int arg0,
float arg1,
float arg2)
Entry point to C language function: void glUniform2f(GLint location, GLfloat x, GLfloat y); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform2fv(int arg0,
int arg1,
float[] arg2,
int arg3)
Entry point to C language function: void glUniform2fv(GLint location, GLsizei count, const GLfloat * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform2fv(int arg0,
int arg1,
FloatBuffer arg2)
Entry point to C language function: void glUniform2fv(GLint location, GLsizei count, const GLfloat * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform2i(int arg0,
int arg1,
int arg2)
Entry point to C language function: void glUniform2i(GLint location, GLint x, GLint y); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform2iv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glUniform2iv(GLint location, GLsizei count, const GLint * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform2iv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glUniform2iv(GLint location, GLsizei count, const GLint * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform3f(int arg0,
float arg1,
float arg2,
float arg3)
Entry point to C language function: void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform3fv(int arg0,
int arg1,
float[] arg2,
int arg3)
Entry point to C language function: void glUniform3fv(GLint location, GLsizei count, const GLfloat * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform3fv(int arg0,
int arg1,
FloatBuffer arg2)
Entry point to C language function: void glUniform3fv(GLint location, GLsizei count, const GLfloat * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform3i(int arg0,
int arg1,
int arg2,
int arg3)
Entry point to C language function: void glUniform3i(GLint location, GLint x, GLint y, GLint z); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform3iv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glUniform3iv(GLint location, GLsizei count, const GLint * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform3iv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glUniform3iv(GLint location, GLsizei count, const GLint * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform4f(int arg0,
float arg1,
float arg2,
float arg3,
float arg4)
Entry point to C language function: void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform4fv(int arg0,
int arg1,
float[] arg2,
int arg3)
Entry point to C language function: void glUniform4fv(GLint location, GLsizei count, const GLfloat * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform4fv(int arg0,
int arg1,
FloatBuffer arg2)
Entry point to C language function: void glUniform4fv(GLint location, GLsizei count, const GLfloat * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform4i(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
Entry point to C language function: void glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform4iv(int arg0,
int arg1,
int[] arg2,
int arg3)
Entry point to C language function: void glUniform4iv(GLint location, GLsizei count, const GLint * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniform4iv(int arg0,
int arg1,
IntBuffer arg2)
Entry point to C language function: void glUniform4iv(GLint location, GLsizei count, const GLint * v); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniformMatrix2fv(int arg0,
int arg1,
boolean arg2,
float[] arg3,
int arg4)
Entry point to C language function: void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniformMatrix2fv(int arg0,
int arg1,
boolean arg2,
FloatBuffer arg3)
Entry point to C language function: void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniformMatrix3fv(int arg0,
int arg1,
boolean arg2,
float[] arg3,
int arg4)
Entry point to C language function: void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniformMatrix3fv(int arg0,
int arg1,
boolean arg2,
FloatBuffer arg3)
Entry point to C language function: void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniformMatrix4fv(int arg0,
int arg1,
boolean arg2,
float[] arg3,
int arg4)
Entry point to C language function: void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glUniformMatrix4fv(int arg0,
int arg1,
boolean arg2,
FloatBuffer arg3)
Entry point to C language function: void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
boolean |
glUnmapBuffer(int arg0)
Entry point to C language function: GLboolean glUnmapBufferOES(GLenum target); Part of GL_VERSION_1_5; GL_OES_mapbuffer |
void |
glUseProgram(int arg0)
Entry point to C language function: void glUseProgram(GLuint program); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glValidateProgram(int arg0)
Entry point to C language function: void glValidateProgram(GLuint program); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib1f(int arg0,
float arg1)
Entry point to C language function: void glVertexAttrib1f(GLuint indx, GLfloat x); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib1fv(int arg0,
float[] arg1,
int arg2)
Entry point to C language function: void glVertexAttrib1fv(GLuint indx, const GLfloat * values); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib1fv(int arg0,
FloatBuffer arg1)
Entry point to C language function: void glVertexAttrib1fv(GLuint indx, const GLfloat * values); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib2f(int arg0,
float arg1,
float arg2)
Entry point to C language function: void glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib2fv(int arg0,
float[] arg1,
int arg2)
Entry point to C language function: void glVertexAttrib2fv(GLuint indx, const GLfloat * values); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib2fv(int arg0,
FloatBuffer arg1)
Entry point to C language function: void glVertexAttrib2fv(GLuint indx, const GLfloat * values); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib3f(int arg0,
float arg1,
float arg2,
float arg3)
Entry point to C language function: void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib3fv(int arg0,
float[] arg1,
int arg2)
Entry point to C language function: void glVertexAttrib3fv(GLuint indx, const GLfloat * values); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib3fv(int arg0,
FloatBuffer arg1)
Entry point to C language function: void glVertexAttrib3fv(GLuint indx, const GLfloat * values); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib4f(int arg0,
float arg1,
float arg2,
float arg3,
float arg4)
Entry point to C language function: void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib4fv(int arg0,
float[] arg1,
int arg2)
Entry point to C language function: void glVertexAttrib4fv(GLuint indx, const GLfloat * values); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttrib4fv(int arg0,
FloatBuffer arg1)
Entry point to C language function: void glVertexAttrib4fv(GLuint indx, const GLfloat * values); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttribPointer(GLArrayData arg0)
End: GL_ARB_ES2_compatibility functions, which are part of ES2 core as well |
void |
glVertexAttribPointer(int arg0,
int arg1,
int arg2,
boolean arg3,
int arg4,
Buffer arg5)
Entry point to C language function: void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glVertexAttribPointer(int arg0,
int arg1,
int arg2,
boolean arg3,
int arg4,
long arg5)
Entry point to C language function: void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr); Part of GL_VERSION_2_0, GL_ES_VERSION_2_0 |
void |
glViewport(int arg0,
int arg1,
int arg2,
int arg3)
Entry point to C language function: void glViewport(GLint x, GLint y, GLsizei width, GLsizei height); Part of GL_VERSION_1_0, GL_ES_VERSION_2_0 |
boolean |
hasBasicFBOSupport()
Returns true if basic FBO support is available, otherwise false. |
boolean |
hasFullFBOSupport()
Returns true if full FBO support is available, otherwise false. |
boolean |
hasGLSL()
Indicates whether this GL object supports GLSL. |
boolean |
isExtensionAvailable(String arg0)
Returns true if the specified OpenGL extension can be used successfully through this GL instance given the current host (OpenGL client) and display (OpenGL server) configuration. |
boolean |
isFunctionAvailable(String arg0)
Returns true if the specified OpenGL core- or extension-function can be used successfully through this GL instance given the current host (OpenGL client) and display (OpenGL server) configuration. |
boolean |
isGL()
Indicates whether this GL object conforms to any of the OpenGL profiles. |
boolean |
isGL2()
Indicates whether this GL object conforms to the OpenGL ≤ 3.0 profile. |
boolean |
isGL2ES1()
Indicates whether this GL object conforms to a GL2ES1 compatible profile. |
boolean |
isGL2ES2()
Indicates whether this GL object conforms to a GL2ES2 compatible profile. |
boolean |
isGL2GL3()
Indicates whether this GL object conforms to a GL2GL3 compatible profile. |
boolean |
isGL3()
Indicates whether this GL object conforms to the OpenGL ≥ 3.1 core profile. |
boolean |
isGL3bc()
Indicates whether this GL object conforms to the OpenGL ≥ 3.1 compatibility profile. |
boolean |
isGL4()
Indicates whether this GL object conforms to the OpenGL ≥ 4.0 core profile. |
boolean |
isGL4bc()
Indicates whether this GL object conforms to the OpenGL ≥ 4.0 compatibility profile. |
boolean |
isGLES()
Indicates whether this GL object conforms to one of the OpenGL ES profiles, see GLBase.isGLES1() and GLBase.isGLES2(). |
boolean |
isGLES1()
Indicates whether this GL object conforms to the OpenGL ES1 ≥ 1.0 profile. |
boolean |
isGLES2()
Indicates whether this GL object conforms to the OpenGL ES2 ≥ 2.0 profile. |
boolean |
isGLES2Compatible()
Indicates whether this GL object is compatible with the core OpenGL ES2 functionality. |
boolean |
isNPOTTextureAvailable()
Returns true if the GL context supports non power of two (NPOT) textures, otherwise false. |
boolean |
isTextureFormatBGRA8888Available()
|
void |
setSwapInterval(int arg0)
Provides a platform-independent way to specify the minimum swap interval for buffer swaps. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final boolean DEBUG
| Constructor Detail |
|---|
public TraceGLES2(GLES2 downstreamGLES2,
PrintStream stream)
| Method Detail |
|---|
public boolean isGL()
GLBase
isGL in interface GLBasepublic boolean isGL4bc()
GLBase
isGL4bc in interface GLBasepublic boolean isGL4()
GLBase
isGL4 in interface GLBasepublic boolean isGL3bc()
GLBase
isGL3bc in interface GLBasepublic boolean isGL3()
GLBase
isGL3 in interface GLBasepublic boolean isGL2()
GLBase
isGL2 in interface GLBasepublic boolean isGLES1()
GLBase
isGLES1 in interface GLBasepublic boolean isGLES2()
GLBase
Remark: ES2 compatible desktop profiles are not included.
To query whether core ES2 functionality is provided, use GLBase.isGLES2Compatible().
isGLES2 in interface GLBaseGLBase.isGLES2Compatible()public boolean isGL2ES1()
GLBase
isGL2ES1 in interface GLBasepublic boolean isGL2ES2()
GLBase
isGL2ES2 in interface GLBasepublic boolean isGL2GL3()
GLBase
isGL2GL3 in interface GLBasepublic boolean isGLES()
GLBaseGLBase.isGLES1() and GLBase.isGLES2().
isGLES in interface GLBasepublic boolean isGLES2Compatible()
GLBase
isGLES2Compatible in interface GLBaseGL_ARB_ES2_compatibility, otherwise falsepublic GL getGL()
GLBase
getGL in interface GLBasepublic GL4bc getGL4bc()
GLBase
getGL4bc in interface GLBasepublic GL4 getGL4()
GLBase
getGL4 in interface GLBasepublic GL3bc getGL3bc()
GLBase
getGL3bc in interface GLBasepublic GL3 getGL3()
GLBase
getGL3 in interface GLBasepublic GL2 getGL2()
GLBase
getGL2 in interface GLBasepublic GLES1 getGLES1()
GLBase
getGLES1 in interface GLBasepublic GLES2 getGLES2()
GLBase
getGLES2 in interface GLBasepublic GL2ES1 getGL2ES1()
GLBase
getGL2ES1 in interface GLBasepublic GL2ES2 getGL2ES2()
GLBase
getGL2ES2 in interface GLBasepublic GL2GL3 getGL2GL3()
GLBase
getGL2GL3 in interface GLBasepublic GLProfile getGLProfile()
GLBase
getGLProfile in interface GLBase
public void glExtTexObjectStateOverrideiQCOM(int arg0,
int arg1,
int arg2)
GLES2 void glExtTexObjectStateOverrideiQCOM(GLenum target, GLenum pname, GLint param); GL_QCOM_extended_get
glExtTexObjectStateOverrideiQCOM in interface GLES2
public void glGetnUniformiv(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
GL void glGetnUniformivEXT(GLuint program, GLint location, GLsizei bufSize, GLint * params); GL_ARB_robustness; GL_EXT_robustness
glGetnUniformiv in interface GL
public void glTexImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
GL void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels); GL_VERSION_1_0, GL_ES_VERSION_2_0
glTexImage2D in interface GL
public void glDrawBuffers(int arg0,
IntBuffer arg1)
GLES2 void glDrawBuffersNV(GLsizei n, const GLenum * bufs); GL_VERSION_2_0; GL_NV_draw_buffers
glDrawBuffers in interface GLES2arg1 - a direct or array-backed IntBuffer
public void glUniform3i(int arg0,
int arg1,
int arg2,
int arg3)
GL2ES2 void glUniform3i(GLint location, GLint x, GLint y, GLint z); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform3i in interface GL2ES2
public void glAttachShader(int arg0,
int arg1)
GL2ES2 void glAttachShader(GLuint program, GLuint shader); GL_VERSION_2_0, GL_ES_VERSION_2_0
glAttachShader in interface GL2ES2
public void glUniform1iv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL2ES2 void glUniform1iv(GLint location, GLsizei count, const GLint * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform1iv in interface GL2ES2public boolean glIsVBOArrayEnabled()
glIsVBOArrayEnabled in interface GLBaseGL.GL_ARRAY_BUFFER via GL.glBindBuffer(int, int), otherwise false
public void glGetFloatv(int arg0,
FloatBuffer arg1)
GL void glGetFloatv(GLenum pname, GLfloat * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetFloatv in interface GLarg1 - a direct or array-backed FloatBuffer
public void glVertexAttrib1fv(int arg0,
float[] arg1,
int arg2)
GL2ES2 void glVertexAttrib1fv(GLuint indx, const GLfloat * values); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib1fv in interface GL2ES2
public void glReadPixels(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
Buffer arg6)
GL void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels); GL_VERSION_1_0, GL_ES_VERSION_2_0
glReadPixels in interface GLarg6 - a direct or array-backed Buffer
public void glVertexAttrib3fv(int arg0,
float[] arg1,
int arg2)
GL2ES2 void glVertexAttrib3fv(GLuint indx, const GLfloat * values); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib3fv in interface GL2ES2
public void glGenPerfMonitorsAMD(int arg0,
int[] arg1,
int arg2)
GLES2 void glGenPerfMonitorsAMD(GLsizei n, GLuint * monitors); GL_AMD_performance_monitor
glGenPerfMonitorsAMD in interface GLES2
public void glUniform1fv(int arg0,
int arg1,
float[] arg2,
int arg3)
GL2ES2 void glUniform1fv(GLint location, GLsizei count, const GLfloat * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform1fv in interface GL2ES2public boolean isTextureFormatBGRA8888Available()
isTextureFormatBGRA8888Available in interface GLBase
public void glExtGetTexLevelParameterivQCOM(int arg0,
int arg1,
int arg2,
int arg3,
int[] arg4,
int arg5)
GLES2 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params); GL_QCOM_extended_get
glExtGetTexLevelParameterivQCOM in interface GLES2public Object getExtension(String arg0)
GLBaseNote: it is the intent to add new extensions as quickly as possible to the core GL API. Therefore it is unlikely that most vendors will use this extension mechanism, but it is being provided for completeness.
getExtension in interface GLBasepublic boolean hasFullFBOSupport()
GLBasetrue if full FBO support is available, otherwise false.
Full FBO is supported if the context is either GL >= core 3.0 or implements the extensions
ARB_framebuffer_object, or all of
EXT_framebuffer_object, EXT_framebuffer_multisample,
EXT_framebuffer_blit, GL_EXT_packed_depth_stencil.
Full FBO support includes multiple color attachments and multisampling.
hasFullFBOSupport in interface GLBaseGLContext.hasFullFBOSupport()
public void glUniform3fv(int arg0,
int arg1,
FloatBuffer arg2)
GL2ES2 void glUniform3fv(GLint location, GLsizei count, const GLfloat * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform3fv in interface GL2ES2arg2 - a direct or array-backed FloatBufferpublic long glGetBufferSize(int arg0)
glGetBufferSize in interface GLBasearg0 - a GL buffer name, generated with GL.glGenBuffers(int, int[], int) and used in GL.glBindBuffer(int, int), GL.glBufferData(int, long, java.nio.Buffer, int) or GL2.glNamedBufferDataEXT(int, long, java.nio.Buffer, int) for example.
public void glGetQueryiv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL2ES2 void glGetQueryivEXT(GLenum target, GLenum pname, GLint * params); GL_VERSION_1_5; GL_EXT_occlusion_query_boolean
glGetQueryiv in interface GL2ES2
public void glTexParameteriv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL void glTexParameteriv(GLenum target, GLenum pname, const GLint * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glTexParameteriv in interface GLpublic void glFrontFace(int arg0)
GL void glFrontFace(GLenum mode); GL_VERSION_1_0, GL_ES_VERSION_2_0
glFrontFace in interface GL
public void glVertexAttrib3f(int arg0,
float arg1,
float arg2,
float arg3)
GL2ES2 void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib3f in interface GL2ES2
public void glPolygonOffset(float arg0,
float arg1)
GL void glPolygonOffset(GLfloat factor, GLfloat units); GL_VERSION_1_0, GL_ES_VERSION_2_0
glPolygonOffset in interface GLpublic int glCreateShader(int arg0)
GL2ES2 GLuint glCreateShader(GLenum type); GL_VERSION_2_0, GL_ES_VERSION_2_0
glCreateShader in interface GL2ES2
public void glTexParameterf(int arg0,
int arg1,
float arg2)
GL void glTexParameterf(GLenum target, GLenum pname, GLfloat param); GL_VERSION_1_0, GL_ES_VERSION_2_0
glTexParameterf in interface GL
public void glGenFencesNV(int arg0,
int[] arg1,
int arg2)
GLES2 void glGenFencesNV(GLsizei, GLuint * ); GL_NV_fence
glGenFencesNV in interface GLES2
public void glCompressedTexSubImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
Buffer arg10)
GL2ES2 void glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data); GL_VERSION_1_3; GL_OES_texture_3D
glCompressedTexSubImage3D in interface GL2ES2arg10 - a direct or array-backed Buffer
public void glGetDriverControlsQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
GLES2 void glGetDriverControlsQCOM(GLint * num, GLsizei size, GLuint * driverControls); GL_QCOM_driver_control
glGetDriverControlsQCOM in interface GLES2
public void glGetDriverControlsQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
GLES2 void glGetDriverControlsQCOM(GLint * num, GLsizei size, GLuint * driverControls); GL_QCOM_driver_control
glGetDriverControlsQCOM in interface GLES2arg0 - a direct or array-backed IntBufferarg2 - a direct or array-backed IntBuffer
public void glGetQueryObjectuiv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL2ES2 void glGetQueryObjectuivEXT(GLuint id, GLenum pname, GLuint * params); GL_VERSION_1_5; GL_EXT_occlusion_query_boolean
glGetQueryObjectuiv in interface GL2ES2
public void glUniform4iv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL2ES2 void glUniform4iv(GLint location, GLsizei count, const GLint * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform4iv in interface GL2ES2
public void glViewport(int arg0,
int arg1,
int arg2,
int arg3)
GL void glViewport(GLint x, GLint y, GLsizei width, GLsizei height); GL_VERSION_1_0, GL_ES_VERSION_2_0
glViewport in interface GL
public void glDeleteBuffers(int arg0,
int[] arg1,
int arg2)
GL void glDeleteBuffers(GLsizei n, const GLuint * buffers); GL_VERSION_1_5, GL_ES_VERSION_2_0
glDeleteBuffers in interface GL
public void glUniform1fv(int arg0,
int arg1,
FloatBuffer arg2)
GL2ES2 void glUniform1fv(GLint location, GLsizei count, const GLfloat * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform1fv in interface GL2ES2arg2 - a direct or array-backed FloatBuffer
public void glUniform3fv(int arg0,
int arg1,
float[] arg2,
int arg3)
GL2ES2 void glUniform3fv(GLint location, GLsizei count, const GLfloat * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform3fv in interface GL2ES2public GLContext getContext()
GLBase
getContext in interface GLBase
public void glGetRenderbufferParameteriv(int arg0,
int arg1,
IntBuffer arg2)
GL void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint * params); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glGetRenderbufferParameteriv in interface GLarg2 - a direct or array-backed IntBuffer
public void glVertexAttrib1fv(int arg0,
FloatBuffer arg1)
GL2ES2 void glVertexAttrib1fv(GLuint indx, const GLfloat * values); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib1fv in interface GL2ES2arg1 - a direct or array-backed FloatBuffer
public void glGetFloatv(int arg0,
float[] arg1,
int arg2)
GL void glGetFloatv(GLenum pname, GLfloat * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetFloatv in interface GL
public void glTextureStorage3DEXT(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6)
GL void glTextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); GL_EXT_texture_storage, GL_ARB_texture_storage
glTextureStorage3DEXT in interface GL
public void glBindRenderbuffer(int arg0,
int arg1)
GL void glBindRenderbuffer(GLenum target, GLuint renderbuffer); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glBindRenderbuffer in interface GL
public void glVertexAttrib3fv(int arg0,
FloatBuffer arg1)
GL2ES2 void glVertexAttrib3fv(GLuint indx, const GLfloat * values); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib3fv in interface GL2ES2arg1 - a direct or array-backed FloatBuffer
public void glShaderSource(int arg0,
int arg1,
String[] arg2,
int[] arg3,
int arg4)
GL2ES2 void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length); GL_VERSION_2_0, GL_ES_VERSION_2_0
glShaderSource in interface GL2ES2
public void glProgramBinary(int arg0,
int arg1,
Buffer arg2,
int arg3)
GL2ES2 void glProgramBinaryOES(GLuint program, GLenum binaryFormat, const GLvoid * binary, GLint length); GL_ARB_get_program_binary; GL_OES_get_program_binary
glProgramBinary in interface GL2ES2arg2 - a direct or array-backed Buffer
public void glGetQueryiv(int arg0,
int arg1,
IntBuffer arg2)
GL2ES2 void glGetQueryivEXT(GLenum target, GLenum pname, GLint * params); GL_VERSION_1_5; GL_EXT_occlusion_query_boolean
glGetQueryiv in interface GL2ES2arg2 - a direct or array-backed IntBuffer
public void glTexParameteriv(int arg0,
int arg1,
IntBuffer arg2)
GL void glTexParameteriv(GLenum target, GLenum pname, const GLint * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glTexParameteriv in interface GLarg2 - a direct or array-backed IntBuffer
public void glRenderbufferStorageMultisampleAPPLE(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
GLES2 void glRenderbufferStorageMultisampleAPPLE(GLenum, GLsizei, GLenum, GLsizei, GLsizei); GL_APPLE_framebuffer_multisample
glRenderbufferStorageMultisampleAPPLE in interface GLES2
public void glGenFencesNV(int arg0,
IntBuffer arg1)
GLES2 void glGenFencesNV(GLsizei, GLuint * ); GL_NV_fence
glGenFencesNV in interface GLES2arg1 - a direct or array-backed IntBuffer
public void glReadPixels(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
long arg6)
GL void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid * pixels); GL_VERSION_1_0, GL_ES_VERSION_2_0
glReadPixels in interface GL
public void glUniformMatrix2fv(int arg0,
int arg1,
boolean arg2,
float[] arg3,
int arg4)
GL2ES2 void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniformMatrix2fv in interface GL2ES2public boolean glTestFenceNV(int arg0)
GLES2 GLboolean glTestFenceNV(GLuint); GL_NV_fence
glTestFenceNV in interface GLES2
public void glVertexAttrib2f(int arg0,
float arg1,
float arg2)
GL2ES2 void glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib2f in interface GL2ES2
public void glGetQueryObjectuiv(int arg0,
int arg1,
IntBuffer arg2)
GL2ES2 void glGetQueryObjectuivEXT(GLuint id, GLenum pname, GLuint * params); GL_VERSION_1_5; GL_EXT_occlusion_query_boolean
glGetQueryObjectuiv in interface GL2ES2arg2 - a direct or array-backed IntBuffer
public void glUniform1i(int arg0,
int arg1)
GL2ES2 void glUniform1i(GLint location, GLint x); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform1i in interface GL2ES2
public void glBufferData(int arg0,
long arg1,
Buffer arg2,
int arg3)
GL void glBufferData(GLenum target, GLsizeiptr size, const GLvoid * data, GLenum usage); GL_VERSION_1_5, GL_ES_VERSION_2_0
glBufferData in interface GLarg2 - a direct or array-backed Buffer
public void glUniform4iv(int arg0,
int arg1,
IntBuffer arg2)
GL2ES2 void glUniform4iv(GLint location, GLsizei count, const GLint * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform4iv in interface GL2ES2arg2 - a direct or array-backed IntBuffer
public void glTexImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
Buffer arg8)
GL void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels); GL_VERSION_1_0, GL_ES_VERSION_2_0
glTexImage2D in interface GLarg8 - a direct or array-backed Buffer
public void glDeleteBuffers(int arg0,
IntBuffer arg1)
GL void glDeleteBuffers(GLsizei n, const GLuint * buffers); GL_VERSION_1_5, GL_ES_VERSION_2_0
glDeleteBuffers in interface GLarg1 - a direct or array-backed IntBuffer
public void glPushGroupMarkerEXT(int arg0,
ByteBuffer arg1)
GLES2 void glPushGroupMarkerEXT(GLsizei length, const GLchar * marker); GL_EXT_debug_marker
glPushGroupMarkerEXT in interface GLES2arg1 - a direct or array-backed ByteBuffer
public void glStencilOpSeparate(int arg0,
int arg1,
int arg2,
int arg3)
GL2ES2 void glStencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass); GL_VERSION_2_0, GL_ES_VERSION_2_0
glStencilOpSeparate in interface GL2ES2
public void glUniformMatrix4fv(int arg0,
int arg1,
boolean arg2,
float[] arg3,
int arg4)
GL2ES2 void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniformMatrix4fv in interface GL2ES2
public void glGetRenderbufferParameteriv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint * params); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glGetRenderbufferParameteriv in interface GLpublic void glDepthFunc(int arg0)
GL void glDepthFunc(GLenum func); GL_VERSION_1_0, GL_ES_VERSION_2_0
glDepthFunc in interface GL
public void glExtGetProgramBinarySourceQCOM(int arg0,
int arg1,
byte[] arg2,
int arg3,
int[] arg4,
int arg5)
GLES2 void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length); GL_QCOM_extended_get2
glExtGetProgramBinarySourceQCOM in interface GLES2
public void glShaderSource(int arg0,
int arg1,
String[] arg2,
IntBuffer arg3)
GL2ES2 void glShaderSource(GLuint shader, GLsizei count, const GLchar * * string, const GLint * length); GL_VERSION_2_0, GL_ES_VERSION_2_0
glShaderSource in interface GL2ES2arg3 - a direct or array-backed IntBufferpublic void glDisableDriverControlQCOM(int arg0)
GLES2 void glDisableDriverControlQCOM(GLuint driverControl); GL_QCOM_driver_control
glDisableDriverControlQCOM in interface GLES2
public void glUniformMatrix2fv(int arg0,
int arg1,
boolean arg2,
FloatBuffer arg3)
GL2ES2 void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniformMatrix2fv in interface GL2ES2arg3 - a direct or array-backed FloatBuffer
public void glStencilFunc(int arg0,
int arg1,
int arg2)
GL void glStencilFunc(GLenum func, GLint ref, GLuint mask); GL_VERSION_1_0, GL_ES_VERSION_2_0
glStencilFunc in interface GL
public void glGetnUniformiv(int arg0,
int arg1,
int arg2,
IntBuffer arg3)
GL void glGetnUniformivEXT(GLuint program, GLint location, GLsizei bufSize, GLint * params); GL_ARB_robustness; GL_EXT_robustness
glGetnUniformiv in interface GLarg3 - a direct or array-backed IntBuffer
public void glDrawBuffers(int arg0,
int[] arg1,
int arg2)
GLES2 void glDrawBuffersNV(GLsizei n, const GLenum * bufs); GL_VERSION_2_0; GL_NV_draw_buffers
glDrawBuffers in interface GLES2
public void glUniform4i(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
GL2ES2 void glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform4i in interface GL2ES2public void glCoverageOperationNV(int arg0)
GLES2 void glCoverageOperationNV(GLenum operation); GL_NV_coverage_sample
glCoverageOperationNV in interface GLES2
public void glVertexAttrib1f(int arg0,
float arg1)
GL2ES2 void glVertexAttrib1f(GLuint indx, GLfloat x); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib1f in interface GL2ES2public void glEnableDriverControlQCOM(int arg0)
GLES2 void glEnableDriverControlQCOM(GLuint driverControl); GL_QCOM_driver_control
glEnableDriverControlQCOM in interface GLES2
public void glGetShaderInfoLog(int arg0,
int arg1,
int[] arg2,
int arg3,
byte[] arg4,
int arg5)
GL2ES2 void glGetShaderInfoLog(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * infolog); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetShaderInfoLog in interface GL2ES2
public void glUniform1iv(int arg0,
int arg1,
IntBuffer arg2)
GL2ES2 void glUniform1iv(GLint location, GLsizei count, const GLint * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform1iv in interface GL2ES2arg2 - a direct or array-backed IntBuffer
public void glGetActiveUniform(int arg0,
int arg1,
int arg2,
IntBuffer arg3,
IntBuffer arg4,
IntBuffer arg5,
ByteBuffer arg6)
GL2ES2 void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetActiveUniform in interface GL2ES2arg3 - a direct or array-backed IntBufferarg4 - a direct or array-backed IntBufferarg5 - a direct or array-backed IntBufferarg6 - a direct or array-backed ByteBuffer
public void glUniform4f(int arg0,
float arg1,
float arg2,
float arg3,
float arg4)
GL2ES2 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform4f in interface GL2ES2public boolean glUnmapBuffer(int arg0)
GL GLboolean glUnmapBufferOES(GLenum target); GL_VERSION_1_5; GL_OES_mapbuffer
glUnmapBuffer in interface GLpublic void glDepthMask(boolean arg0)
GL void glDepthMask(GLboolean flag); GL_VERSION_1_0, GL_ES_VERSION_2_0
glDepthMask in interface GL
public void glCompressedTexSubImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
long arg10)
GL2ES2 void glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid * data); GL_VERSION_1_3; GL_OES_texture_3D
glCompressedTexSubImage3D in interface GL2ES2public void glBeginPerfMonitorAMD(int arg0)
GLES2 void glBeginPerfMonitorAMD(GLuint monitor); GL_AMD_performance_monitor
glBeginPerfMonitorAMD in interface GLES2
public void glExtGetProgramsQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
GLES2 void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms); GL_QCOM_extended_get2
glExtGetProgramsQCOM in interface GLES2arg0 - a direct or array-backed IntBufferarg2 - a direct or array-backed IntBuffer
public void glExtGetProgramsQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
GLES2 void glExtGetProgramsQCOM(GLuint * programs, GLint maxPrograms, GLint * numPrograms); GL_QCOM_extended_get2
glExtGetProgramsQCOM in interface GLES2
public void glCopyTexSubImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7)
GL void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); GL_VERSION_1_1, GL_ES_VERSION_2_0
glCopyTexSubImage2D in interface GLpublic void glPopGroupMarkerEXT()
GLES2 void glPopGroupMarkerEXT(void); GL_EXT_debug_marker
glPopGroupMarkerEXT in interface GLES2
public void glStencilMaskSeparate(int arg0,
int arg1)
GL2ES2 void glStencilMaskSeparate(GLenum face, GLuint mask); GL_VERSION_2_0, GL_ES_VERSION_2_0
glStencilMaskSeparate in interface GL2ES2public void glCompileShader(int arg0)
GL2ES2 void glCompileShader(GLuint shader); GL_VERSION_2_0, GL_ES_VERSION_2_0
glCompileShader in interface GL2ES2
public void glGenPerfMonitorsAMD(int arg0,
IntBuffer arg1)
GLES2 void glGenPerfMonitorsAMD(GLsizei n, GLuint * monitors); GL_AMD_performance_monitor
glGenPerfMonitorsAMD in interface GLES2arg1 - a direct or array-backed IntBuffer
public void glExtGetTexLevelParameterivQCOM(int arg0,
int arg1,
int arg2,
int arg3,
IntBuffer arg4)
GLES2 void glExtGetTexLevelParameterivQCOM(GLuint texture, GLenum face, GLint level, GLenum pname, GLint * params); GL_QCOM_extended_get
glExtGetTexLevelParameterivQCOM in interface GLES2arg4 - a direct or array-backed IntBuffer
public void glUniformMatrix4fv(int arg0,
int arg1,
boolean arg2,
FloatBuffer arg3)
GL2ES2 void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniformMatrix4fv in interface GL2ES2arg3 - a direct or array-backed FloatBuffer
public void glGetBooleanv(int arg0,
byte[] arg1,
int arg2)
GL void glGetBooleanv(GLenum pname, GLboolean * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetBooleanv in interface GL
public void glGenBuffers(int arg0,
IntBuffer arg1)
GL void glGenBuffers(GLsizei n, GLuint * buffers); GL_VERSION_1_5, GL_ES_VERSION_2_0
glGenBuffers in interface GLarg1 - a direct or array-backed IntBuffer
public void glCompressedTexImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
GL2ES2 void glCompressedTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data); GL_VERSION_1_3; GL_OES_texture_3D
glCompressedTexImage3D in interface GL2ES2public boolean glIsFramebuffer(int arg0)
GL GLboolean glIsFramebuffer(GLuint framebuffer); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glIsFramebuffer in interface GL
public void glUniform4fv(int arg0,
int arg1,
FloatBuffer arg2)
GL2ES2 void glUniform4fv(GLint location, GLsizei count, const GLfloat * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform4fv in interface GL2ES2arg2 - a direct or array-backed FloatBufferpublic void glVertexAttribPointer(GLArrayData arg0)
GL2ES2
glVertexAttribPointer in interface GL2ES2
public void glTexStorage1D(int arg0,
int arg1,
int arg2,
int arg3)
GL void glTexStorage1DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); GL_ARB_texture_storage; GL_EXT_texture_storage
glTexStorage1D in interface GL
public void glRenderbufferStorageMultisampleANGLE(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
GLES2 void glRenderbufferStorageMultisampleANGLE(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height); GL_ANGLE_framebuffer_multisample
glRenderbufferStorageMultisampleANGLE in interface GLES2
public void glExtGetRenderbuffersQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
GLES2 void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers); GL_QCOM_extended_get
glExtGetRenderbuffersQCOM in interface GLES2arg0 - a direct or array-backed IntBufferarg2 - a direct or array-backed IntBuffer
public void glExtGetRenderbuffersQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
GLES2 void glExtGetRenderbuffersQCOM(GLuint * renderbuffers, GLint maxRenderbuffers, GLint * numRenderbuffers); GL_QCOM_extended_get
glExtGetRenderbuffersQCOM in interface GLES2
public void glDeletePerfMonitorsAMD(int arg0,
IntBuffer arg1)
GLES2 void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors); GL_AMD_performance_monitor
glDeletePerfMonitorsAMD in interface GLES2arg1 - a direct or array-backed IntBuffer
public void glGenRenderbuffers(int arg0,
IntBuffer arg1)
GL void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glGenRenderbuffers in interface GLarg1 - a direct or array-backed IntBuffer
public void glBufferSubData(int arg0,
long arg1,
long arg2,
Buffer arg3)
GL void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid * data); GL_VERSION_1_5, GL_ES_VERSION_2_0
glBufferSubData in interface GLarg3 - a direct or array-backed Buffer
public void glVertexAttrib2fv(int arg0,
float[] arg1,
int arg2)
GL2ES2 void glVertexAttrib2fv(GLuint indx, const GLfloat * values); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib2fv in interface GL2ES2public void glStencilMask(int arg0)
GL void glStencilMask(GLuint mask); GL_VERSION_1_0, GL_ES_VERSION_2_0
glStencilMask in interface GLpublic boolean glIsVBOElementArrayEnabled()
glIsVBOElementArrayEnabled in interface GLBaseGL.GL_ELEMENT_ARRAY_BUFFER via GL.glBindBuffer(int, int), otherwise false
public void glDrawArrays(int arg0,
int arg1,
int arg2)
GL void glDrawArrays(GLenum mode, GLint first, GLsizei count); GL_VERSION_1_1, GL_ES_VERSION_2_0
glDrawArrays in interface GL
public void glGetProgramInfoLog(int arg0,
int arg1,
IntBuffer arg2,
ByteBuffer arg3)
GL2ES2 void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei * length, GLchar * infolog); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetProgramInfoLog in interface GL2ES2arg2 - a direct or array-backed IntBufferarg3 - a direct or array-backed ByteBuffer
public void glCompressedTexSubImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
GL void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data); GL_VERSION_1_3, GL_ES_VERSION_2_0
glCompressedTexSubImage2D in interface GL
public void glFramebufferTexture3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
GL2ES2 void glFramebufferTexture3DOES(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset); GL_ARB_framebuffer_object; GL_OES_texture_3D
glFramebufferTexture3D in interface GL2ES2
public void glReadnPixels(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
Buffer arg7)
GL void glReadnPixelsEXT(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data); GL_ARB_robustness; GL_EXT_robustness
glReadnPixels in interface GLarg7 - a direct or array-backed Buffer
public void glShaderBinary(int arg0,
IntBuffer arg1,
int arg2,
Buffer arg3,
int arg4)
GL2ES2 void glShaderBinary(GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
glShaderBinary in interface GL2ES2
public void glGetActiveAttrib(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6,
int[] arg7,
int arg8,
byte[] arg9,
int arg10)
GL2ES2 void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetActiveAttrib in interface GL2ES2public int getDefaultReadFramebuffer()
GLBase
May differ from it's default zero
in case an framebuffer object (FBObject) based drawable
is being used.
getDefaultReadFramebuffer in interface GLBasepublic boolean glExtIsProgramBinaryQCOM(int arg0)
GLES2 GLboolean glExtIsProgramBinaryQCOM(GLuint program); GL_QCOM_extended_get2
glExtIsProgramBinaryQCOM in interface GLES2public boolean glIsProgram(int arg0)
GL2ES2 GLboolean glIsProgram(GLuint program); GL_VERSION_2_0, GL_ES_VERSION_2_0
glIsProgram in interface GL2ES2
public void glScissor(int arg0,
int arg1,
int arg2,
int arg3)
GL void glScissor(GLint x, GLint y, GLsizei width, GLsizei height); GL_VERSION_1_0, GL_ES_VERSION_2_0
glScissor in interface GL
public void glVertexAttrib2fv(int arg0,
FloatBuffer arg1)
GL2ES2 void glVertexAttrib2fv(GLuint indx, const GLfloat * values); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib2fv in interface GL2ES2arg1 - a direct or array-backed FloatBuffer
public void glGenVertexArraysOES(int arg0,
int[] arg1,
int arg2)
GLES2 void glGenVertexArraysOES(GLsizei n, GLuint * arrays); GL_OES_vertex_array_object
glGenVertexArraysOES in interface GLES2
public void glPixelStorei(int arg0,
int arg1)
GL void glPixelStorei(GLenum pname, GLint param); GL_VERSION_1_0, GL_ES_VERSION_2_0
glPixelStorei in interface GL
public void glDeleteTextures(int arg0,
IntBuffer arg1)
GL void glDeleteTextures(GLsizei n, const GLuint * textures); GL_VERSION_1_1, GL_ES_VERSION_2_0
glDeleteTextures in interface GLarg1 - a direct or array-backed IntBuffer
public void glUniform4fv(int arg0,
int arg1,
float[] arg2,
int arg3)
GL2ES2 void glUniform4fv(GLint location, GLsizei count, const GLfloat * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform4fv in interface GL2ES2
public void glGenFramebuffers(int arg0,
IntBuffer arg1)
GL void glGenFramebuffers(GLsizei n, GLuint * framebuffers); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glGenFramebuffers in interface GLarg1 - a direct or array-backed IntBufferpublic void glReadBufferNV(int arg0)
GLES2 void glReadBufferNV(GLenum mode); GL_NV_read_buffer
glReadBufferNV in interface GLES2
public void glGenTextures(int arg0,
int[] arg1,
int arg2)
GL void glGenTextures(GLsizei n, GLuint * textures); GL_VERSION_1_1, GL_ES_VERSION_2_0
glGenTextures in interface GL
public void glGetPerfMonitorGroupStringAMD(int arg0,
int arg1,
IntBuffer arg2,
ByteBuffer arg3)
GLES2 void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString); GL_AMD_performance_monitor
glGetPerfMonitorGroupStringAMD in interface GLES2arg2 - a direct or array-backed IntBufferarg3 - a direct or array-backed ByteBuffer
public void glGetDriverControlStringQCOM(int arg0,
int arg1,
int[] arg2,
int arg3,
byte[] arg4,
int arg5)
GLES2 void glGetDriverControlStringQCOM(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString); GL_QCOM_driver_control
glGetDriverControlStringQCOM in interface GLES2public void glLineWidth(float arg0)
GL void glLineWidth(GLfloat width); GL_VERSION_1_0, GL_ES_VERSION_2_0
glLineWidth in interface GL
public void glInsertEventMarkerEXT(int arg0,
byte[] arg1,
int arg2)
GLES2 void glInsertEventMarkerEXT(GLsizei length, const GLchar * marker); GL_EXT_debug_marker
glInsertEventMarkerEXT in interface GLES2
public void glGetBufferParameteriv(int arg0,
int arg1,
IntBuffer arg2)
GL void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params); GL_VERSION_1_5, GL_ES_VERSION_2_0
glGetBufferParameteriv in interface GLarg2 - a direct or array-backed IntBuffer
public void glExtGetTexSubImageQCOM(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
Buffer arg10)
GLES2 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid * texels); GL_QCOM_extended_get
glExtGetTexSubImageQCOM in interface GLES2arg10 - a direct or array-backed Buffer
public void glGetShaderiv(int arg0,
int arg1,
IntBuffer arg2)
GL2ES2 void glGetShaderiv(GLuint shader, GLenum pname, GLint * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetShaderiv in interface GL2ES2arg2 - a direct or array-backed IntBufferpublic void glClear(int arg0)
GL void glClear(GLbitfield mask); GL_VERSION_1_0, GL_ES_VERSION_2_0
glClear in interface GL
public void glGetIntegerv(int arg0,
IntBuffer arg1)
GL void glGetIntegerv(GLenum pname, GLint * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetIntegerv in interface GLarg1 - a direct or array-backed IntBuffer
public void glDrawElements(int arg0,
int arg1,
int arg2,
long arg3)
GL void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices); GL_VERSION_1_1, GL_ES_VERSION_2_0
glDrawElements in interface GL
public void glGetShaderSource(int arg0,
int arg1,
IntBuffer arg2,
ByteBuffer arg3)
GL2ES2 void glGetShaderSource(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetShaderSource in interface GL2ES2arg2 - a direct or array-backed IntBufferarg3 - a direct or array-backed ByteBufferpublic void glEndPerfMonitorAMD(int arg0)
GLES2 void glEndPerfMonitorAMD(GLuint monitor); GL_AMD_performance_monitor
glEndPerfMonitorAMD in interface GLES2
public void glDeleteFencesNV(int arg0,
int[] arg1,
int arg2)
GLES2 void glDeleteFencesNV(GLsizei, const GLuint * ); GL_NV_fence
glDeleteFencesNV in interface GLES2
public void glDeleteVertexArraysOES(int arg0,
int[] arg1,
int arg2)
GLES2 void glDeleteVertexArraysOES(GLsizei n, const GLuint * arrays); GL_OES_vertex_array_object
glDeleteVertexArraysOES in interface GLES2
public void glGetnUniformfv(int arg0,
int arg1,
int arg2,
float[] arg3,
int arg4)
GL void glGetnUniformfvEXT(GLuint program, GLint location, GLsizei bufSize, float * params); GL_ARB_robustness; GL_EXT_robustness
glGetnUniformfv in interface GL
public void glShaderBinary(int arg0,
int[] arg1,
int arg2,
int arg3,
Buffer arg4,
int arg5)
GL2ES2 void glShaderBinary(GLint n, const GLuint * shaders, GLenum binaryformat, const void * binary, GLint length);
GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
glShaderBinary in interface GL2ES2
public void glStartTilingQCOM(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
GLES2 void glStartTilingQCOM(GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask); GL_QCOM_tiled_rendering
glStartTilingQCOM in interface GLES2
public void glTexStorage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
GL void glTexStorage3DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth); GL_ARB_texture_storage; GL_EXT_texture_storage
glTexStorage3D in interface GL
public void glHint(int arg0,
int arg1)
GL void glHint(GLenum target, GLenum mode); GL_VERSION_1_0, GL_ES_VERSION_2_0
glHint in interface GL
public void glGenVertexArraysOES(int arg0,
IntBuffer arg1)
GLES2 void glGenVertexArraysOES(GLsizei n, GLuint * arrays); GL_OES_vertex_array_object
glGenVertexArraysOES in interface GLES2arg1 - a direct or array-backed IntBuffer
public void glDeleteTextures(int arg0,
int[] arg1,
int arg2)
GL void glDeleteTextures(GLsizei n, const GLuint * textures); GL_VERSION_1_1, GL_ES_VERSION_2_0
glDeleteTextures in interface GL
public void glGenFramebuffers(int arg0,
int[] arg1,
int arg2)
GL void glGenFramebuffers(GLsizei n, GLuint * framebuffers); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glGenFramebuffers in interface GL
public void glCompressedTexSubImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
Buffer arg8)
GL void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data); GL_VERSION_1_3, GL_ES_VERSION_2_0
glCompressedTexSubImage2D in interface GLarg8 - a direct or array-backed Bufferpublic int getMaxRenderbufferSamples()
GLBasefull FBO is supported, otherwise false.
getMaxRenderbufferSamples in interface GLBaseGLContext.getMaxRenderbufferSamples()
public void glGenTextures(int arg0,
IntBuffer arg1)
GL void glGenTextures(GLsizei n, GLuint * textures); GL_VERSION_1_1, GL_ES_VERSION_2_0
glGenTextures in interface GLarg1 - a direct or array-backed IntBuffer
public void glCompressedTexImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
Buffer arg8)
GL2ES2 void glCompressedTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid * data); GL_VERSION_1_3; GL_OES_texture_3D
glCompressedTexImage3D in interface GL2ES2arg8 - a direct or array-backed Buffer
public void glGetBufferParameteriv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL void glGetBufferParameteriv(GLenum target, GLenum pname, GLint * params); GL_VERSION_1_5, GL_ES_VERSION_2_0
glGetBufferParameteriv in interface GL
public void glGetShaderiv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL2ES2 void glGetShaderiv(GLuint shader, GLenum pname, GLint * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetShaderiv in interface GL2ES2
public void glUniformMatrix3fv(int arg0,
int arg1,
boolean arg2,
float[] arg3,
int arg4)
GL2ES2 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniformMatrix3fv in interface GL2ES2public boolean hasGLSL()
GLBase
hasGLSL in interface GLBase
public void glGetIntegerv(int arg0,
int[] arg1,
int arg2)
GL void glGetIntegerv(GLenum pname, GLint * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetIntegerv in interface GLpublic void glDisable(int arg0)
GL void glDisable(GLenum cap); GL_VERSION_1_0, GL_ES_VERSION_2_0
glDisable in interface GL
public void glBeginQuery(int arg0,
int arg1)
GL2ES2 void glBeginQueryEXT(GLenum target, GLuint id); GL_VERSION_1_5; GL_EXT_occlusion_query_boolean
glBeginQuery in interface GL2ES2
public void glDeleteFencesNV(int arg0,
IntBuffer arg1)
GLES2 void glDeleteFencesNV(GLsizei, const GLuint * ); GL_NV_fence
glDeleteFencesNV in interface GLES2arg1 - a direct or array-backed IntBuffer
public void glTextureStorage1DEXT(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
GL void glTextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width); GL_EXT_texture_storage, GL_ARB_texture_storage
glTextureStorage1DEXT in interface GL
public void glDeleteVertexArraysOES(int arg0,
IntBuffer arg1)
GLES2 void glDeleteVertexArraysOES(GLsizei n, const GLuint * arrays); GL_OES_vertex_array_object
glDeleteVertexArraysOES in interface GLES2arg1 - a direct or array-backed IntBufferpublic int glCreateProgram()
GL2ES2 GLuint glCreateProgram(void); GL_VERSION_2_0, GL_ES_VERSION_2_0
glCreateProgram in interface GL2ES2
public void glGenBuffers(int arg0,
int[] arg1,
int arg2)
GL void glGenBuffers(GLsizei n, GLuint * buffers); GL_VERSION_1_5, GL_ES_VERSION_2_0
glGenBuffers in interface GL
public void glRenderbufferStorage(int arg0,
int arg1,
int arg2,
int arg3)
GL void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glRenderbufferStorage in interface GLpublic boolean isFunctionAvailable(String arg0)
GLBaseBy "successfully" we mean that the function is both callable on the machine running the program and available on the current display.
In order to call a function successfully, the function must be both callable on the machine running the program and available on the display device that is rendering the output (note: on non-networked, single-display machines these two conditions are identical; on networked and/or multi-display machines this becomes more complicated). These conditions are met if the function is either part of the core OpenGL version supported by both the host and display, or it is an OpenGL extension function that both the host and display support.
A GL function is callable if it is successfully linked at runtime, hence the GLContext must be made current at least once.
isFunctionAvailable in interface GLBasearg0 - the name of the OpenGL function (e.g., use
"glBindRenderbufferEXT" or "glBindRenderbuffer" to check if GL.glBindRenderbuffer(int,int) is available).
public void glDeletePerfMonitorsAMD(int arg0,
int[] arg1,
int arg2)
GLES2 void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors); GL_AMD_performance_monitor
glDeletePerfMonitorsAMD in interface GLES2
public void glLabelObjectEXT(int arg0,
int arg1,
int arg2,
ByteBuffer arg3)
GLES2 void glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar * label); GL_EXT_debug_label
glLabelObjectEXT in interface GLES2arg3 - a direct or array-backed ByteBuffer
public void glGenRenderbuffers(int arg0,
int[] arg1,
int arg2)
GL void glGenRenderbuffers(GLsizei n, GLuint * renderbuffers); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glGenRenderbuffers in interface GL
public void glGetnUniformfv(int arg0,
int arg1,
int arg2,
FloatBuffer arg3)
GL void glGetnUniformfvEXT(GLuint program, GLint location, GLsizei bufSize, float * params); GL_ARB_robustness; GL_EXT_robustness
glGetnUniformfv in interface GLarg3 - a direct or array-backed FloatBuffer
public void glDrawElements(int arg0,
int arg1,
int arg2,
Buffer arg3)
GL void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid * indices); GL_VERSION_1_1, GL_ES_VERSION_2_0
glDrawElements in interface GLarg3 - a direct or array-backed Bufferpublic void glDisableVertexAttribArray(int arg0)
GL2ES2 void glDisableVertexAttribArray(GLuint index); GL_VERSION_2_0, GL_ES_VERSION_2_0
glDisableVertexAttribArray in interface GL2ES2public void glLinkProgram(int arg0)
GL2ES2 void glLinkProgram(GLuint program); GL_VERSION_2_0, GL_ES_VERSION_2_0
glLinkProgram in interface GL2ES2
public void glGetObjectLabelEXT(int arg0,
int arg1,
int arg2,
IntBuffer arg3,
ByteBuffer arg4)
GLES2 void glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label); GL_EXT_debug_label
glGetObjectLabelEXT in interface GLES2arg3 - a direct or array-backed IntBufferarg4 - a direct or array-backed ByteBuffer
public void glSetFenceNV(int arg0,
int arg1)
GLES2 void glSetFenceNV(GLuint, GLenum); GL_NV_fence
glSetFenceNV in interface GLES2public void glFinish()
GL void glFinish(void); GL_VERSION_1_0, GL_ES_VERSION_2_0
glFinish in interface GLpublic String glGetString(int arg0)
GL const GLubyte * glGetString(GLenum name); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetString in interface GL
public void glEGLImageTargetTexture2DOES(int arg0,
long arg1)
GLES2 void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image); GL_OES_EGL_image
glEGLImageTargetTexture2DOES in interface GLES2public boolean glIsEnabled(int arg0)
GL GLboolean glIsEnabled(GLenum cap); GL_VERSION_1_0, GL_ES_VERSION_2_0
glIsEnabled in interface GL
public void glGetShaderPrecisionFormat(int arg0,
int arg1,
int[] arg2,
int arg3,
int[] arg4,
int arg5)
GL2ES2 void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
glGetShaderPrecisionFormat in interface GL2ES2
public void glGetShaderPrecisionFormat(int arg0,
int arg1,
IntBuffer arg2,
IntBuffer arg3)
GL2ES2 void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint * range, GLint * precision);
GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
glGetShaderPrecisionFormat in interface GL2ES2
public void glGetAttachedShaders(int arg0,
int arg1,
IntBuffer arg2,
IntBuffer arg3)
GL2ES2 void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei * count, GLuint * shaders); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetAttachedShaders in interface GL2ES2arg2 - a direct or array-backed IntBufferarg3 - a direct or array-backed IntBuffer
public void glGetAttachedShaders(int arg0,
int arg1,
int[] arg2,
int arg3,
int[] arg4,
int arg5)
GL2ES2 void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei * count, GLuint * shaders); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetAttachedShaders in interface GL2ES2
public void glGetPerfMonitorCounterStringAMD(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
byte[] arg5,
int arg6)
GLES2 void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString); GL_AMD_performance_monitor
glGetPerfMonitorCounterStringAMD in interface GLES2
public void glDetachShader(int arg0,
int arg1)
GL2ES2 void glDetachShader(GLuint program, GLuint shader); GL_VERSION_2_0, GL_ES_VERSION_2_0
glDetachShader in interface GL2ES2public boolean glIsTexture(int arg0)
GL GLboolean glIsTexture(GLuint texture); GL_VERSION_1_1, GL_ES_VERSION_2_0
glIsTexture in interface GL
public void glUniformMatrix3fv(int arg0,
int arg1,
boolean arg2,
FloatBuffer arg3)
GL2ES2 void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniformMatrix3fv in interface GL2ES2arg3 - a direct or array-backed FloatBufferpublic int getSwapInterval()
GLBaseGLBase.setSwapInterval(int). GLBase.setSwapInterval(int) yet,
-1 is returned, indicating that the platforms default
is being used.
getSwapInterval in interface GLBaseGLBase.setSwapInterval(int)public int glGetError()
GL GLenum glGetError(void); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetError in interface GL
public void glExtGetBufferPointervQCOM(int arg0,
PointerBuffer arg1)
GLES2 void glExtGetBufferPointervQCOM(GLenum target, GLvoid * * params); GL_QCOM_extended_get
glExtGetBufferPointervQCOM in interface GLES2arg1 - a direct or array-backed PointerBuffer
public void glGetPerfMonitorCountersAMD(int arg0,
int[] arg1,
int arg2,
int[] arg3,
int arg4,
int arg5,
int[] arg6,
int arg7)
GLES2 void glGetPerfMonitorCountersAMD(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters); GL_AMD_performance_monitor
glGetPerfMonitorCountersAMD in interface GLES2
public void glExtGetShadersQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
GLES2 void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders); GL_QCOM_extended_get2
glExtGetShadersQCOM in interface GLES2arg0 - a direct or array-backed IntBufferarg2 - a direct or array-backed IntBuffer
public void glExtGetShadersQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
GLES2 void glExtGetShadersQCOM(GLuint * shaders, GLint maxShaders, GLint * numShaders); GL_QCOM_extended_get2
glExtGetShadersQCOM in interface GLES2public void glValidateProgram(int arg0)
GL2ES2 void glValidateProgram(GLuint program); GL_VERSION_2_0, GL_ES_VERSION_2_0
glValidateProgram in interface GL2ES2
public void glBlendColor(float arg0,
float arg1,
float arg2,
float arg3)
GL2ES2 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); GL_VERSION_1_2, GL_ES_VERSION_2_0
glBlendColor in interface GL2ES2
public void glTexSubImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
Buffer arg8)
GL void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels); GL_VERSION_1_1, GL_ES_VERSION_2_0
glTexSubImage2D in interface GLarg8 - a direct or array-backed Buffer
public void glLabelObjectEXT(int arg0,
int arg1,
int arg2,
byte[] arg3,
int arg4)
GLES2 void glLabelObjectEXT(GLenum type, GLuint object, GLsizei length, const GLchar * label); GL_EXT_debug_label
glLabelObjectEXT in interface GLES2
public void glExtGetFramebuffersQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
GLES2 void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers); GL_QCOM_extended_get
glExtGetFramebuffersQCOM in interface GLES2arg0 - a direct or array-backed IntBufferarg2 - a direct or array-backed IntBuffer
public void glExtGetFramebuffersQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
GLES2 void glExtGetFramebuffersQCOM(GLuint * framebuffers, GLint maxFramebuffers, GLint * numFramebuffers); GL_QCOM_extended_get
glExtGetFramebuffersQCOM in interface GLES2
public void glGetTexParameteriv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetTexParameteriv in interface GL
public void glTexImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
Buffer arg9)
GL2ES2 void glTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels); GL_VERSION_1_2; GL_OES_texture_3D
glTexImage3D in interface GL2ES2arg9 - a direct or array-backed Buffer
public void glStencilFuncSeparate(int arg0,
int arg1,
int arg2,
int arg3)
GL2ES2 void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask); GL_VERSION_2_0, GL_ES_VERSION_2_0
glStencilFuncSeparate in interface GL2ES2public boolean hasBasicFBOSupport()
GLBasetrue if basic FBO support is available, otherwise false.
Basic FBO is supported if the context is either GL-ES >= 2.0, GL >= core 3.0 or implements the extensions
GL_ARB_ES2_compatibility, GL_ARB_framebuffer_object, GL_EXT_framebuffer_object or GL_OES_framebuffer_object.
Basic FBO support may only include one color attachment and no multisampling, as well as limited internal formats for renderbuffer.
hasBasicFBOSupport in interface GLBaseGLContext.hasBasicFBOSupport()
public void glBindAttribLocation(int arg0,
int arg1,
String arg2)
GL2ES2 void glBindAttribLocation(GLuint program, GLuint index, const GLchar * name); GL_VERSION_2_0, GL_ES_VERSION_2_0
glBindAttribLocation in interface GL2ES2public void glBindVertexArrayOES(int arg0)
GLES2 void glBindVertexArrayOES(GLuint array); GL_OES_vertex_array_object
glBindVertexArrayOES in interface GLES2
public int glGetUniformLocation(int arg0,
String arg1)
GL2ES2 int glGetUniformLocation(GLuint program, const GLchar * name); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetUniformLocation in interface GL2ES2
public void glGetProgramInfoLog(int arg0,
int arg1,
int[] arg2,
int arg3,
byte[] arg4,
int arg5)
GL2ES2 void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei * length, GLchar * infolog); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetProgramInfoLog in interface GL2ES2
public void glUniform3f(int arg0,
float arg1,
float arg2,
float arg3)
GL2ES2 void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform3f in interface GL2ES2
public void glFramebufferRenderbuffer(int arg0,
int arg1,
int arg2,
int arg3)
GL void glFramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glFramebufferRenderbuffer in interface GLpublic void glClearDepth(double arg0)
GLBase void glClearDepth(GLclampd depth); and void glClearDepthf(GLclampf depth); .
glClearDepth in interface GL2ES2glClearDepth in interface GLBase
public void glUniform2iv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL2ES2 void glUniform2iv(GLint location, GLsizei count, const GLint * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform2iv in interface GL2ES2
public void glGetActiveAttrib(int arg0,
int arg1,
int arg2,
IntBuffer arg3,
IntBuffer arg4,
IntBuffer arg5,
ByteBuffer arg6)
GL2ES2 void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetActiveAttrib in interface GL2ES2arg3 - a direct or array-backed IntBufferarg4 - a direct or array-backed IntBufferarg5 - a direct or array-backed IntBufferarg6 - a direct or array-backed ByteBuffer
public void glDiscardFramebufferEXT(int arg0,
int arg1,
int[] arg2,
int arg3)
GLES2 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments); GL_EXT_discard_framebuffer
glDiscardFramebufferEXT in interface GLES2
public void glRenderbufferStorageMultisampleIMG(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
GLES2 void glRenderbufferStorageMultisampleIMG(GLenum, GLsizei, GLenum, GLsizei, GLsizei); GL_IMG_multisampled_render_to_texture
glRenderbufferStorageMultisampleIMG in interface GLES2
public void glGetPerfMonitorGroupStringAMD(int arg0,
int arg1,
int[] arg2,
int arg3,
byte[] arg4,
int arg5)
GLES2 void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei * length, GLchar * groupString); GL_AMD_performance_monitor
glGetPerfMonitorGroupStringAMD in interface GLES2
public void glGetDriverControlStringQCOM(int arg0,
int arg1,
IntBuffer arg2,
ByteBuffer arg3)
GLES2 void glGetDriverControlStringQCOM(GLuint driverControl, GLsizei bufSize, GLsizei * length, GLchar * driverControlString); GL_QCOM_driver_control
glGetDriverControlStringQCOM in interface GLES2arg2 - a direct or array-backed IntBufferarg3 - a direct or array-backed ByteBuffer
public void glGetUniformiv(int arg0,
int arg1,
IntBuffer arg2)
GL2ES2 void glGetUniformiv(GLuint program, GLint location, GLint * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetUniformiv in interface GL2ES2arg2 - a direct or array-backed IntBuffer
public void glUniform3iv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL2ES2 void glUniform3iv(GLint location, GLsizei count, const GLint * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform3iv in interface GL2ES2public void glDeleteShader(int arg0)
GL2ES2 void glDeleteShader(GLuint shader); GL_VERSION_2_0, GL_ES_VERSION_2_0
glDeleteShader in interface GL2ES2public void glEnable(int arg0)
GL void glEnable(GLenum cap); GL_VERSION_1_0, GL_ES_VERSION_2_0
glEnable in interface GLpublic boolean glIsQuery(int arg0)
GL2ES2 GLboolean glIsQueryEXT(GLuint id); GL_VERSION_1_5; GL_EXT_occlusion_query_boolean
glIsQuery in interface GL2ES2public void glGenerateMipmap(int arg0)
GL void glGenerateMipmap(GLenum target); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glGenerateMipmap in interface GLpublic void glUseProgram(int arg0)
GL2ES2 void glUseProgram(GLuint program); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUseProgram in interface GL2ES2
public void glGetShaderSource(int arg0,
int arg1,
int[] arg2,
int arg3,
byte[] arg4,
int arg5)
GL2ES2 void glGetShaderSource(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * source); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetShaderSource in interface GL2ES2
public void glTexSubImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
long arg10)
GL2ES2 void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels); GL_VERSION_1_2; GL_OES_texture_3D
glTexSubImage3D in interface GL2ES2
public void glBlendEquationSeparate(int arg0,
int arg1)
GL void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha); GL_VERSION_2_0, GL_ES_VERSION_2_0
glBlendEquationSeparate in interface GL
public void glGetUniformfv(int arg0,
int arg1,
float[] arg2,
int arg3)
GL2ES2 void glGetUniformfv(GLuint program, GLint location, GLfloat * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetUniformfv in interface GL2ES2public void glEndQuery(int arg0)
GL2ES2 void glEndQueryEXT(GLenum target); GL_VERSION_1_5; GL_EXT_occlusion_query_boolean
glEndQuery in interface GL2ES2
public int glGetAttribLocation(int arg0,
String arg1)
GL2ES2 int glGetAttribLocation(GLuint program, const GLchar * name); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetAttribLocation in interface GL2ES2
public void glExtGetBuffersQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
GLES2 void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers); GL_QCOM_extended_get
glExtGetBuffersQCOM in interface GLES2
public void glExtGetBuffersQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
GLES2 void glExtGetBuffersQCOM(GLuint * buffers, GLint maxBuffers, GLint * numBuffers); GL_QCOM_extended_get
glExtGetBuffersQCOM in interface GLES2arg0 - a direct or array-backed IntBufferarg2 - a direct or array-backed IntBuffer
public void glUniform2iv(int arg0,
int arg1,
IntBuffer arg2)
GL2ES2 void glUniform2iv(GLint location, GLsizei count, const GLint * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform2iv in interface GL2ES2arg2 - a direct or array-backed IntBuffer
public void glExtGetTexturesQCOM(IntBuffer arg0,
int arg1,
IntBuffer arg2)
GLES2 void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures); GL_QCOM_extended_get
glExtGetTexturesQCOM in interface GLES2arg0 - a direct or array-backed IntBufferarg2 - a direct or array-backed IntBuffer
public void glExtGetTexturesQCOM(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
GLES2 void glExtGetTexturesQCOM(GLuint * textures, GLint maxTextures, GLint * numTextures); GL_QCOM_extended_get
glExtGetTexturesQCOM in interface GLES2
public void glTexImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
long arg9)
GL2ES2 void glTexImage3DOES(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid * pixels); GL_VERSION_1_2; GL_OES_texture_3D
glTexImage3D in interface GL2ES2
public void glDiscardFramebufferEXT(int arg0,
int arg1,
IntBuffer arg2)
GLES2 void glDiscardFramebufferEXT(GLenum target, GLsizei numAttachments, const GLenum * attachments); GL_EXT_discard_framebuffer
glDiscardFramebufferEXT in interface GLES2arg2 - a direct or array-backed IntBuffer
public void glFramebufferTexture2DMultisampleEXT(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
GLES2 void glFramebufferTexture2DMultisampleEXT(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei); GL_EXT_multisampled_render_to_texture
glFramebufferTexture2DMultisampleEXT in interface GLES2
public void glGetUniformiv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL2ES2 void glGetUniformiv(GLuint program, GLint location, GLint * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetUniformiv in interface GL2ES2
public void glUniform2i(int arg0,
int arg1,
int arg2)
GL2ES2 void glUniform2i(GLint location, GLint x, GLint y); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform2i in interface GL2ES2
public void glFramebufferTexture2DMultisampleIMG(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
GLES2 void glFramebufferTexture2DMultisampleIMG(GLenum, GLenum, GLenum, GLuint, GLint, GLsizei); GL_IMG_multisampled_render_to_texture
glFramebufferTexture2DMultisampleIMG in interface GLES2
public void glUniform3iv(int arg0,
int arg1,
IntBuffer arg2)
GL2ES2 void glUniform3iv(GLint location, GLsizei count, const GLint * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform3iv in interface GL2ES2arg2 - a direct or array-backed IntBuffer
public void glUniform2f(int arg0,
float arg1,
float arg2)
GL2ES2 void glUniform2f(GLint location, GLfloat x, GLfloat y); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform2f in interface GL2ES2public boolean isNPOTTextureAvailable()
GLBaseNPOT textures are supported in OpenGL >= 3, GLES2 or if the 'GL_ARB_texture_non_power_of_two' extension is available.
isNPOTTextureAvailable in interface GLBase
public void glInsertEventMarkerEXT(int arg0,
ByteBuffer arg1)
GLES2 void glInsertEventMarkerEXT(GLsizei length, const GLchar * marker); GL_EXT_debug_marker
glInsertEventMarkerEXT in interface GLES2arg1 - a direct or array-backed ByteBuffer
public void glBlendFuncSeparate(int arg0,
int arg1,
int arg2,
int arg3)
GL void glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); GL_VERSION_1_4, GL_ES_VERSION_2_0
glBlendFuncSeparate in interface GL
public void glTexSubImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
long arg8)
GL void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels); GL_VERSION_1_1, GL_ES_VERSION_2_0
glTexSubImage2D in interface GL
public void glBindBuffer(int arg0,
int arg1)
GL void glBindBuffer(GLenum target, GLuint buffer); GL_VERSION_1_5, GL_ES_VERSION_2_0
glBindBuffer in interface GLpublic int glGetBoundBuffer(int arg0)
glGetBoundBuffer in interface GLBasearg0 - a GL buffer (VBO) target as used in GL.glBindBuffer(int, int), ie GL.GL_ELEMENT_ARRAY_BUFFER, GL.GL_ARRAY_BUFFER, ..
GL.glBindBuffer(int, int) or 0 if unbound.
public void glGetTexParameterfv(int arg0,
int arg1,
float[] arg2,
int arg3)
GL void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetTexParameterfv in interface GL
public void glUniform1f(int arg0,
float arg1)
GL2ES2 void glUniform1f(GLint location, GLfloat x); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform1f in interface GL2ES2
public void glGetPerfMonitorCountersAMD(int arg0,
IntBuffer arg1,
IntBuffer arg2,
int arg3,
IntBuffer arg4)
GLES2 void glGetPerfMonitorCountersAMD(GLuint group, GLint * numCounters, GLint * maxActiveCounters, GLsizei counterSize, GLuint * counters); GL_AMD_performance_monitor
glGetPerfMonitorCountersAMD in interface GLES2arg1 - a direct or array-backed IntBufferarg2 - a direct or array-backed IntBufferarg4 - a direct or array-backed IntBuffer
public void glGetBooleanv(int arg0,
ByteBuffer arg1)
GL void glGetBooleanv(GLenum pname, GLboolean * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetBooleanv in interface GLarg1 - a direct or array-backed ByteBufferpublic int getBoundFramebuffer(int arg0)
GLBaseGL.glBindFramebuffer(int, int).
getBoundFramebuffer in interface GLBasepublic void glDeleteProgram(int arg0)
GL2ES2 void glDeleteProgram(GLuint program); GL_VERSION_2_0, GL_ES_VERSION_2_0
glDeleteProgram in interface GL2ES2
public void glGetUniformfv(int arg0,
int arg1,
FloatBuffer arg2)
GL2ES2 void glGetUniformfv(GLuint program, GLint location, GLfloat * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetUniformfv in interface GL2ES2arg2 - a direct or array-backed FloatBuffer
public void glTexSubImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9,
Buffer arg10)
GL2ES2 void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels); GL_VERSION_1_2; GL_OES_texture_3D
glTexSubImage3D in interface GL2ES2arg10 - a direct or array-backed Bufferpublic void glUniform(GLUniformData arg0)
glUniform in interface GL2ES2public void glResolveMultisampleFramebufferAPPLE()
GLES2 void glResolveMultisampleFramebufferAPPLE(void); GL_APPLE_framebuffer_multisample
glResolveMultisampleFramebufferAPPLE in interface GLES2
public void glCopyTexSubImage3D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8)
GL2ES2 void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height); GL_VERSION_1_2; GL_OES_texture_3D
glCopyTexSubImage3D in interface GL2ES2
public void glGetTexParameteriv(int arg0,
int arg1,
IntBuffer arg2)
GL void glGetTexParameteriv(GLenum target, GLenum pname, GLint * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetTexParameteriv in interface GLarg2 - a direct or array-backed IntBuffer
public void glGetObjectLabelEXT(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
byte[] arg5,
int arg6)
GLES2 void glGetObjectLabelEXT(GLenum type, GLuint object, GLsizei bufSize, GLsizei * length, GLchar * label); GL_EXT_debug_label
glGetObjectLabelEXT in interface GLES2
public void glGetTexParameterfv(int arg0,
int arg1,
FloatBuffer arg2)
GL void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glGetTexParameterfv in interface GLarg2 - a direct or array-backed FloatBufferpublic void glFlush()
GL void glFlush(void); GL_VERSION_1_0, GL_ES_VERSION_2_0
glFlush in interface GLpublic void glEndTilingQCOM(int arg0)
GLES2 void glEndTilingQCOM(GLbitfield preserveMask); GL_QCOM_tiled_rendering
glEndTilingQCOM in interface GLES2public boolean glIsFenceNV(int arg0)
GLES2 GLboolean glIsFenceNV(GLuint); GL_NV_fence
glIsFenceNV in interface GLES2
public void glGetPerfMonitorCounterStringAMD(int arg0,
int arg1,
int arg2,
IntBuffer arg3,
ByteBuffer arg4)
GLES2 void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei * length, GLchar * counterString); GL_AMD_performance_monitor
glGetPerfMonitorCounterStringAMD in interface GLES2arg3 - a direct or array-backed IntBufferarg4 - a direct or array-backed ByteBuffer
public void glCompressedTexImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
long arg7)
GL void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data); GL_VERSION_1_3, GL_ES_VERSION_2_0
glCompressedTexImage2D in interface GL
public void glSelectPerfMonitorCountersAMD(int arg0,
boolean arg1,
int arg2,
int arg3,
IntBuffer arg4)
GLES2 void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * countersList); GL_AMD_performance_monitor
glSelectPerfMonitorCountersAMD in interface GLES2arg4 - a direct or array-backed IntBuffer
public void glAlphaFuncQCOM(int arg0,
float arg1)
GLES2 void glAlphaFuncQCOM(GLenum func, GLclampf ref); GL_QCOM_alpha_test
glAlphaFuncQCOM in interface GLES2
public void glGetFenceivNV(int arg0,
int arg1,
IntBuffer arg2)
GLES2 void glGetFenceivNV(GLuint, GLenum, GLint * ); GL_NV_fence
glGetFenceivNV in interface GLES2arg2 - a direct or array-backed IntBufferpublic void glBlendEquation(int arg0)
GL void glBlendEquation(GLenum mode); GL_VERSION_1_2, GL_ES_VERSION_2_0
glBlendEquation in interface GL
public void glVertexAttribPointer(int arg0,
int arg1,
int arg2,
boolean arg3,
int arg4,
Buffer arg5)
GL2ES2 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttribPointer in interface GL2ES2arg5 - a direct only Buffer
public void glDeleteQueries(int arg0,
int[] arg1,
int arg2)
GL2ES2 void glDeleteQueriesEXT(GLsizei n, const GLuint * ids); GL_VERSION_1_5; GL_EXT_occlusion_query_boolean
glDeleteQueries in interface GL2ES2
public void glDeleteRenderbuffers(int arg0,
int[] arg1,
int arg2)
GL void glDeleteRenderbuffers(GLsizei n, const GLuint * renderbuffers); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glDeleteRenderbuffers in interface GL
public void glDepthRange(double arg0,
double arg1)
GLBase void glDepthRange(GLclampd depth); and void glDepthRangef(GLclampf depth); .
glDepthRange in interface GL2ES2glDepthRange in interface GLBase
public void glUniform2fv(int arg0,
int arg1,
FloatBuffer arg2)
GL2ES2 void glUniform2fv(GLint location, GLsizei count, const GLfloat * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform2fv in interface GL2ES2arg2 - a direct or array-backed FloatBuffer
public void glVertexAttrib4f(int arg0,
float arg1,
float arg2,
float arg3,
float arg4)
GL2ES2 void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib4f in interface GL2ES2
public void glGetProgramBinary(int arg0,
int arg1,
IntBuffer arg2,
IntBuffer arg3,
Buffer arg4)
GL2ES2 void glGetProgramBinaryOES(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, GLvoid * binary); GL_ARB_get_program_binary; GL_OES_get_program_binary
glGetProgramBinary in interface GL2ES2arg2 - a direct or array-backed IntBufferarg3 - a direct or array-backed IntBufferarg4 - a direct or array-backed Buffer
public void glGetProgramBinary(int arg0,
int arg1,
int[] arg2,
int arg3,
int[] arg4,
int arg5,
Buffer arg6)
GL2ES2 void glGetProgramBinaryOES(GLuint program, GLsizei bufSize, GLsizei * length, GLenum * binaryFormat, GLvoid * binary); GL_ARB_get_program_binary; GL_OES_get_program_binary
glGetProgramBinary in interface GL2ES2arg6 - a direct or array-backed Bufferpublic void setSwapInterval(int arg0)
GLBase
setSwapInterval in interface GLBaseGLBase.getSwapInterval()public boolean glIsVertexArrayOES(int arg0)
GLES2 GLboolean glIsVertexArrayOES(GLuint array); GL_OES_vertex_array_object
glIsVertexArrayOES in interface GLES2
public void glCopyTexImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7)
GL void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); GL_VERSION_1_1, GL_ES_VERSION_2_0
glCopyTexImage2D in interface GL
public void glGenQueries(int arg0,
int[] arg1,
int arg2)
GL2ES2 void glGenQueriesEXT(GLsizei n, GLuint * ids); GL_VERSION_1_5; GL_EXT_occlusion_query_boolean
glGenQueries in interface GL2ES2public void glFinishFenceNV(int arg0)
GLES2 void glFinishFenceNV(GLuint); GL_NV_fence
glFinishFenceNV in interface GLES2
public void glStencilOp(int arg0,
int arg1,
int arg2)
GL void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass); GL_VERSION_1_0, GL_ES_VERSION_2_0
glStencilOp in interface GL
public void glBlendFunc(int arg0,
int arg1)
GL void glBlendFunc(GLenum sfactor, GLenum dfactor); GL_VERSION_1_0, GL_ES_VERSION_2_0
glBlendFunc in interface GL
public void glSampleCoverage(float arg0,
boolean arg1)
GL void glSampleCoverage(GLclampf value, GLboolean invert); GL_VERSION_1_3, GL_ES_VERSION_2_0
glSampleCoverage in interface GLpublic boolean glIsRenderbuffer(int arg0)
GL GLboolean glIsRenderbuffer(GLuint renderbuffer); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glIsRenderbuffer in interface GL
public void glGetPerfMonitorCounterDataAMD(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6)
GLES2 void glGetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten); GL_AMD_performance_monitor
glGetPerfMonitorCounterDataAMD in interface GLES2
public void glGetPerfMonitorCounterDataAMD(int arg0,
int arg1,
int arg2,
IntBuffer arg3,
IntBuffer arg4)
GLES2 void glGetPerfMonitorCounterDataAMD(GLuint monitor, GLenum pname, GLsizei dataSize, GLuint * data, GLint * bytesWritten); GL_AMD_performance_monitor
glGetPerfMonitorCounterDataAMD in interface GLES2arg3 - a direct or array-backed IntBufferarg4 - a direct or array-backed IntBuffer
public void glUniform2fv(int arg0,
int arg1,
float[] arg2,
int arg3)
GL2ES2 void glUniform2fv(GLint location, GLsizei count, const GLfloat * v); GL_VERSION_2_0, GL_ES_VERSION_2_0
glUniform2fv in interface GL2ES2public void glCullFace(int arg0)
GL void glCullFace(GLenum mode); GL_VERSION_1_0, GL_ES_VERSION_2_0
glCullFace in interface GL
public void glGetProgramiv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL2ES2 void glGetProgramiv(GLuint program, GLenum pname, GLint * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetProgramiv in interface GL2ES2public int getDefaultDrawFramebuffer()
GLBase
May differ from it's default zero
in case an framebuffer object (FBObject) based drawable
is being used.
getDefaultDrawFramebuffer in interface GLBase
public void glGetVertexAttribiv(int arg0,
int arg1,
int[] arg2,
int arg3)
GL2ES2 void glGetVertexAttribiv(GLuint index, GLenum pname, GLint * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetVertexAttribiv in interface GL2ES2
public void glGetFramebufferAttachmentParameteriv(int arg0,
int arg1,
int arg2,
IntBuffer arg3)
GL void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint * params); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glGetFramebufferAttachmentParameteriv in interface GLarg3 - a direct or array-backed IntBuffer
public void glPushGroupMarkerEXT(int arg0,
byte[] arg1,
int arg2)
GLES2 void glPushGroupMarkerEXT(GLsizei length, const GLchar * marker); GL_EXT_debug_marker
glPushGroupMarkerEXT in interface GLES2
public void glTextureStorage2DEXT(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5)
GL void glTextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); GL_EXT_texture_storage, GL_ARB_texture_storage
glTextureStorage2DEXT in interface GLpublic void glReleaseShaderCompiler()
GL2ES2 void glReleaseShaderCompiler(void);
GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
glReleaseShaderCompiler in interface GL2ES2public boolean glIsBuffer(int arg0)
GL GLboolean glIsBuffer(GLuint buffer); GL_VERSION_1_5, GL_ES_VERSION_2_0
glIsBuffer in interface GL
public void glBindFramebuffer(int arg0,
int arg1)
GL void glBindFramebuffer(GLenum target, GLuint framebuffer); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glBindFramebuffer in interface GL
public void glDeleteFramebuffers(int arg0,
IntBuffer arg1)
GL void glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glDeleteFramebuffers in interface GLarg1 - a direct or array-backed IntBufferpublic int glCheckFramebufferStatus(int arg0)
GL GLenum glCheckFramebufferStatus(GLenum target); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glCheckFramebufferStatus in interface GL
public void glTexStorage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
GL void glTexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height); GL_ARB_texture_storage; GL_EXT_texture_storage
glTexStorage2D in interface GL
public void glVertexAttrib4fv(int arg0,
FloatBuffer arg1)
GL2ES2 void glVertexAttrib4fv(GLuint indx, const GLfloat * values); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib4fv in interface GL2ES2arg1 - a direct or array-backed FloatBufferpublic Object getPlatformGLExtensions()
GLBase
getPlatformGLExtensions in interface GLBase
public void glTexParameterfv(int arg0,
int arg1,
float[] arg2,
int arg3)
GL void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glTexParameterfv in interface GLpublic void glActiveTexture(int arg0)
GL void glActiveTexture(GLenum texture); GL_VERSION_1_3, GL_ES_VERSION_2_0
glActiveTexture in interface GL
public void glGetVertexAttribfv(int arg0,
int arg1,
FloatBuffer arg2)
GL2ES2 void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetVertexAttribfv in interface GL2ES2arg2 - a direct or array-backed FloatBuffer
public void glBlitFramebufferANGLE(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
int arg7,
int arg8,
int arg9)
GLES2 void glBlitFramebufferANGLE(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); GL_ANGLE_framebuffer_blit
glBlitFramebufferANGLE in interface GLES2
public void glGetProgramiv(int arg0,
int arg1,
IntBuffer arg2)
GL2ES2 void glGetProgramiv(GLuint program, GLenum pname, GLint * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetProgramiv in interface GL2ES2arg2 - a direct or array-backed IntBuffer
public void glEGLImageTargetRenderbufferStorageOES(int arg0,
long arg1)
GLES2 void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image); GL_OES_EGL_image
glEGLImageTargetRenderbufferStorageOES in interface GLES2
public void glGetVertexAttribiv(int arg0,
int arg1,
IntBuffer arg2)
GL2ES2 void glGetVertexAttribiv(GLuint index, GLenum pname, GLint * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetVertexAttribiv in interface GL2ES2arg2 - a direct or array-backed IntBuffer
public void glGetFramebufferAttachmentParameteriv(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
GL void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint * params); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glGetFramebufferAttachmentParameteriv in interface GLpublic boolean glIsShader(int arg0)
GL2ES2 GLboolean glIsShader(GLuint shader); GL_VERSION_2_0, GL_ES_VERSION_2_0
glIsShader in interface GL2ES2
public void glCompressedTexImage2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
Buffer arg7)
GL void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid * data); GL_VERSION_1_3, GL_ES_VERSION_2_0
glCompressedTexImage2D in interface GLarg7 - a direct or array-backed Buffer
public void glGetPerfMonitorGroupsAMD(int[] arg0,
int arg1,
int arg2,
int[] arg3,
int arg4)
GLES2 void glGetPerfMonitorGroupsAMD(GLint * numGroups, GLsizei groupsSize, GLuint * groups); GL_AMD_performance_monitor
glGetPerfMonitorGroupsAMD in interface GLES2
public void glGetPerfMonitorGroupsAMD(IntBuffer arg0,
int arg1,
IntBuffer arg2)
GLES2 void glGetPerfMonitorGroupsAMD(GLint * numGroups, GLsizei groupsSize, GLuint * groups); GL_AMD_performance_monitor
glGetPerfMonitorGroupsAMD in interface GLES2arg0 - a direct or array-backed IntBufferarg2 - a direct or array-backed IntBufferpublic int glGetGraphicsResetStatus()
GL GLenum glGetGraphicsResetStatusEXT(void); GL_ARB_robustness; GL_EXT_robustness
glGetGraphicsResetStatus in interface GL
public void glExtGetProgramBinarySourceQCOM(int arg0,
int arg1,
ByteBuffer arg2,
IntBuffer arg3)
GLES2 void glExtGetProgramBinarySourceQCOM(GLuint program, GLenum shadertype, GLchar * source, GLint * length); GL_QCOM_extended_get2
glExtGetProgramBinarySourceQCOM in interface GLES2arg2 - a direct or array-backed ByteBufferarg3 - a direct or array-backed IntBuffer
public void glVertexAttribPointer(int arg0,
int arg1,
int arg2,
boolean arg3,
int arg4,
long arg5)
GL2ES2 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttribPointer in interface GL2ES2
public void glGetPerfMonitorCounterInfoAMD(int arg0,
int arg1,
int arg2,
Buffer arg3)
GLES2 void glGetPerfMonitorCounterInfoAMD(GLuint group, GLuint counter, GLenum pname, GLvoid * data); GL_AMD_performance_monitor
glGetPerfMonitorCounterInfoAMD in interface GLES2arg3 - a direct or array-backed Buffer
public void glDeleteFramebuffers(int arg0,
int[] arg1,
int arg2)
GL void glDeleteFramebuffers(GLsizei n, const GLuint * framebuffers); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glDeleteFramebuffers in interface GL
public void glFramebufferTexture2D(int arg0,
int arg1,
int arg2,
int arg3,
int arg4)
GL void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glFramebufferTexture2D in interface GL
public void glColorMask(boolean arg0,
boolean arg1,
boolean arg2,
boolean arg3)
GL void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha); GL_VERSION_1_0, GL_ES_VERSION_2_0
glColorMask in interface GL
public void glBindTexture(int arg0,
int arg1)
GL void glBindTexture(GLenum target, GLuint texture); GL_VERSION_1_1, GL_ES_VERSION_2_0
glBindTexture in interface GLpublic int getDefaultReadBuffer()
GLBaseGLBase.getDefaultReadFramebuffer(), i.e. GL_READ_FRAMEBUFFER​,
which will be used as the source for pixel reading commands,
like GL.glReadPixels(int, int, int, int, int, int, java.nio.Buffer) etc.
For offscreen framebuffer objects this is GL.GL_COLOR_ATTACHMENT0,
otherwise this is GL.GL_FRONT for single buffer configurations
and GL.GL_BACK for double buffer configurations.
getDefaultReadBuffer in interface GLBase
public void glDepthRangef(float arg0,
float arg1)
GL2ES2 void glDepthRangef(GLclampf zNear, GLclampf zFar);
GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
void glDepthRange(GLclampd zNear, GLclampd zFar); if no native implementation is available.
glDepthRangef in interface GLglDepthRangef in interface GL2ES2
public void glGetVertexAttribfv(int arg0,
int arg1,
float[] arg2,
int arg3)
GL2ES2 void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat * params); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetVertexAttribfv in interface GL2ES2
public void glSelectPerfMonitorCountersAMD(int arg0,
boolean arg1,
int arg2,
int arg3,
int[] arg4,
int arg5)
GLES2 void glSelectPerfMonitorCountersAMD(GLuint monitor, GLboolean enable, GLuint group, GLint numCounters, GLuint * countersList); GL_AMD_performance_monitor
glSelectPerfMonitorCountersAMD in interface GLES2public void glClearStencil(int arg0)
GL void glClearStencil(GLint s); GL_VERSION_1_0, GL_ES_VERSION_2_0
glClearStencil in interface GLpublic void glEnableVertexAttribArray(int arg0)
GL2ES2 void glEnableVertexAttribArray(GLuint index); GL_VERSION_2_0, GL_ES_VERSION_2_0
glEnableVertexAttribArray in interface GL2ES2
public void glGetFenceivNV(int arg0,
int arg1,
int[] arg2,
int arg3)
GLES2 void glGetFenceivNV(GLuint, GLenum, GLint * ); GL_NV_fence
glGetFenceivNV in interface GLES2
public void glVertexAttrib4fv(int arg0,
float[] arg1,
int arg2)
GL2ES2 void glVertexAttrib4fv(GLuint indx, const GLfloat * values); GL_VERSION_2_0, GL_ES_VERSION_2_0
glVertexAttrib4fv in interface GL2ES2
public void glGetActiveUniform(int arg0,
int arg1,
int arg2,
int[] arg3,
int arg4,
int[] arg5,
int arg6,
int[] arg7,
int arg8,
byte[] arg9,
int arg10)
GL2ES2 void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei * length, GLint * size, GLenum * type, GLchar * name); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetActiveUniform in interface GL2ES2
public void glGetShaderInfoLog(int arg0,
int arg1,
IntBuffer arg2,
ByteBuffer arg3)
GL2ES2 void glGetShaderInfoLog(GLuint shader, GLsizei bufsize, GLsizei * length, GLchar * infolog); GL_VERSION_2_0, GL_ES_VERSION_2_0
glGetShaderInfoLog in interface GL2ES2arg2 - a direct or array-backed IntBufferarg3 - a direct or array-backed ByteBufferpublic boolean isExtensionAvailable(String arg0)
GLBase
isExtensionAvailable in interface GLBasearg0 - the name of the OpenGL extension (e.g.,
"GL_ARB_vertex_program").
public void glTexParameterfv(int arg0,
int arg1,
FloatBuffer arg2)
GL void glTexParameterfv(GLenum target, GLenum pname, const GLfloat * params); GL_VERSION_1_0, GL_ES_VERSION_2_0
glTexParameterfv in interface GLarg2 - a direct or array-backed FloatBuffer
public void glDeleteQueries(int arg0,
IntBuffer arg1)
GL2ES2 void glDeleteQueriesEXT(GLsizei n, const GLuint * ids); GL_VERSION_1_5; GL_EXT_occlusion_query_boolean
glDeleteQueries in interface GL2ES2arg1 - a direct or array-backed IntBuffer
public void glDeleteRenderbuffers(int arg0,
IntBuffer arg1)
GL void glDeleteRenderbuffers(GLsizei n, const GLuint * renderbuffers); GL_ARB_framebuffer_object, GL_ES_VERSION_2_0
glDeleteRenderbuffers in interface GLarg1 - a direct or array-backed IntBuffer
public void glClearColor(float arg0,
float arg1,
float arg2,
float arg3)
GL void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); GL_VERSION_1_0, GL_ES_VERSION_2_0
glClearColor in interface GLpublic void glCoverageMaskNV(boolean arg0)
GLES2 void glCoverageMaskNV(GLboolean mask); GL_NV_coverage_sample
glCoverageMaskNV in interface GLES2
public void glTexParameteri(int arg0,
int arg1,
int arg2)
GL void glTexParameteri(GLenum target, GLenum pname, GLint param); GL_VERSION_1_0, GL_ES_VERSION_2_0
glTexParameteri in interface GL
public ByteBuffer glMapBuffer(int arg0,
int arg1)
GL void * glMapBufferOES(GLenum target, GLenum access); GL_VERSION_1_5; GL_OES_mapbuffer
glMapBuffer in interface GLpublic void glClearDepthf(float arg0)
GL2ES2 void glClearDepthf(GLclampf depth);
GL_ES_VERSION_2_0 and GL_ARB_ES2_compatibility.
void glClearDepth(GLclampd depth); if no native implementation is available.
glClearDepthf in interface GLglClearDepthf in interface GL2ES2
public void glGenQueries(int arg0,
IntBuffer arg1)
GL2ES2 void glGenQueriesEXT(GLsizei n, GLuint * ids); GL_VERSION_1_5; GL_EXT_occlusion_query_boolean
glGenQueries in interface GL2ES2arg1 - a direct or array-backed IntBufferpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||