• Home
  • Raw
  • Download

Lines Matching defs:self

26 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref)  in glAlphaFunc_enc()
54 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc()
84 void glClearDepthf_enc(void *self , GLclampf depth) in glClearDepthf_enc()
111 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanef_enc()
141 void glColor4f_enc(void *self , GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f_enc()
171 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc()
199 void glFogf_enc(void *self , GLenum pname, GLfloat param) in glFogf_enc()
227 void glFogfv_enc(void *self , GLenum pname, const GLfloat* params) in glFogfv_enc()
257 void glFrustumf_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat … in glFrustumf_enc()
289 void glGetClipPlanef_enc(void *self , GLenum pname, GLfloat* eqn) in glGetClipPlanef_enc()
330 void glGetFloatv_enc(void *self , GLenum pname, GLfloat* params) in glGetFloatv_enc()
371 void glGetLightfv_enc(void *self , GLenum light, GLenum pname, GLfloat* params) in glGetLightfv_enc()
413 void glGetMaterialfv_enc(void *self , GLenum face, GLenum pname, GLfloat* params) in glGetMaterialfv_enc()
455 void glGetTexEnvfv_enc(void *self , GLenum env, GLenum pname, GLfloat* params) in glGetTexEnvfv_enc()
497 void glGetTexParameterfv_enc(void *self , GLenum target, GLenum pname, GLfloat* params) in glGetTexParameterfv_enc()
539 void glLightModelf_enc(void *self , GLenum pname, GLfloat param) in glLightModelf_enc()
567 void glLightModelfv_enc(void *self , GLenum pname, const GLfloat* params) in glLightModelfv_enc()
597 void glLightf_enc(void *self , GLenum light, GLenum pname, GLfloat param) in glLightf_enc()
626 void glLightfv_enc(void *self , GLenum light, GLenum pname, const GLfloat* params) in glLightfv_enc()
657 void glLineWidth_enc(void *self , GLfloat width) in glLineWidth_enc()
684 void glLoadMatrixf_enc(void *self , const GLfloat* m) in glLoadMatrixf_enc()
713 void glMaterialf_enc(void *self , GLenum face, GLenum pname, GLfloat param) in glMaterialf_enc()
742 void glMaterialfv_enc(void *self , GLenum face, GLenum pname, const GLfloat* params) in glMaterialfv_enc()
773 void glMultMatrixf_enc(void *self , const GLfloat* m) in glMultMatrixf_enc()
802 void glMultiTexCoord4f_enc(void *self , GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in glMultiTexCoord4f_enc()
833 void glNormal3f_enc(void *self , GLfloat nx, GLfloat ny, GLfloat nz) in glNormal3f_enc()
862 void glOrthof_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zN… in glOrthof_enc()
894 void glPointParameterf_enc(void *self , GLenum pname, GLfloat param) in glPointParameterf_enc()
922 void glPointParameterfv_enc(void *self , GLenum pname, const GLfloat* params) in glPointParameterfv_enc()
952 void glPointSize_enc(void *self , GLfloat size) in glPointSize_enc()
979 void glPolygonOffset_enc(void *self , GLfloat factor, GLfloat units) in glPolygonOffset_enc()
1007 void glRotatef_enc(void *self , GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef_enc()
1037 void glScalef_enc(void *self , GLfloat x, GLfloat y, GLfloat z) in glScalef_enc()
1066 void glTexEnvf_enc(void *self , GLenum target, GLenum pname, GLfloat param) in glTexEnvf_enc()
1095 void glTexEnvfv_enc(void *self , GLenum target, GLenum pname, const GLfloat* params) in glTexEnvfv_enc()
1126 void glTexParameterf_enc(void *self , GLenum target, GLenum pname, GLfloat param) in glTexParameterf_enc()
1155 void glTexParameterfv_enc(void *self , GLenum target, GLenum pname, const GLfloat* params) in glTexParameterfv_enc()
1186 void glTranslatef_enc(void *self , GLfloat x, GLfloat y, GLfloat z) in glTranslatef_enc()
1215 void glActiveTexture_enc(void *self , GLenum texture) in glActiveTexture_enc()
1242 void glAlphaFuncx_enc(void *self , GLenum func, GLclampx ref) in glAlphaFuncx_enc()
1270 void glBindBuffer_enc(void *self , GLenum target, GLuint buffer) in glBindBuffer_enc()
1298 void glBindTexture_enc(void *self , GLenum target, GLuint texture) in glBindTexture_enc()
1326 void glBlendFunc_enc(void *self , GLenum sfactor, GLenum dfactor) in glBlendFunc_enc()
1354 void glBufferData_enc(void *self , GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage) in glBufferData_enc()
1386 void glBufferSubData_enc(void *self , GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid… in glBufferSubData_enc()
1418 void glClear_enc(void *self , GLbitfield mask) in glClear_enc()
1445 void glClearColorx_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorx_enc()
1475 void glClearDepthx_enc(void *self , GLclampx depth) in glClearDepthx_enc()
1502 void glClearStencil_enc(void *self , GLint s) in glClearStencil_enc()
1529 void glClientActiveTexture_enc(void *self , GLenum texture) in glClientActiveTexture_enc()
1556 void glColor4ub_enc(void *self , GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub_enc()
1586 void glColor4x_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x_enc()
1616 void glColorMask_enc(void *self , GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in glColorMask_enc()
1646 void glCompressedTexImage2D_enc(void *self , GLenum target, GLint level, GLenum internalformat, GLs… in glCompressedTexImage2D_enc()
1682 void glCompressedTexSubImage2D_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yo… in glCompressedTexSubImage2D_enc()
1719 void glCopyTexImage2D_enc(void *self , GLenum target, GLint level, GLenum internalformat, GLint x, … in glCopyTexImage2D_enc()
1753 void glCopyTexSubImage2D_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yoffset,… in glCopyTexSubImage2D_enc()
1787 void glCullFace_enc(void *self , GLenum mode) in glCullFace_enc()
1814 void glDeleteBuffers_enc(void *self , GLsizei n, const GLuint* buffers) in glDeleteBuffers_enc()
1844 void glDeleteTextures_enc(void *self , GLsizei n, const GLuint* textures) in glDeleteTextures_enc()
1874 void glDepthFunc_enc(void *self , GLenum func) in glDepthFunc_enc()
1901 void glDepthMask_enc(void *self , GLboolean flag) in glDepthMask_enc()
1928 void glDepthRangex_enc(void *self , GLclampx zNear, GLclampx zFar) in glDepthRangex_enc()
1956 void glDisable_enc(void *self , GLenum cap) in glDisable_enc()
1983 void glDisableClientState_enc(void *self , GLenum array) in glDisableClientState_enc()
2010 void glDrawArrays_enc(void *self , GLenum mode, GLint first, GLsizei count) in glDrawArrays_enc()
2039 void glEnable_enc(void *self , GLenum cap) in glEnable_enc()
2066 void glEnableClientState_enc(void *self , GLenum array) in glEnableClientState_enc()
2093 void glFinish_enc(void *self ) in glFinish_enc()
2119 void glFlush_enc(void *self ) in glFlush_enc()
2145 void glFogx_enc(void *self , GLenum pname, GLfixed param) in glFogx_enc()
2173 void glFogxv_enc(void *self , GLenum pname, const GLfixed* params) in glFogxv_enc()
2203 void glFrontFace_enc(void *self , GLenum mode) in glFrontFace_enc()
2230 void glFrustumx_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed … in glFrustumx_enc()
2262 void glGetBooleanv_enc(void *self , GLenum pname, GLboolean* params) in glGetBooleanv_enc()
2303 void glGetBufferParameteriv_enc(void *self , GLenum target, GLenum pname, GLint* params) in glGetBufferParameteriv_enc()
2345 void glClipPlanex_enc(void *self , GLenum pname, const GLfixed* eqn) in glClipPlanex_enc()
2375 void glGenBuffers_enc(void *self , GLsizei n, GLuint* buffers) in glGenBuffers_enc()
2416 void glGenTextures_enc(void *self , GLsizei n, GLuint* textures) in glGenTextures_enc()
2457 GLenum glGetError_enc(void *self ) in glGetError_enc()
2498 void glGetFixedv_enc(void *self , GLenum pname, GLfixed* params) in glGetFixedv_enc()
2539 void glGetIntegerv_enc(void *self , GLenum pname, GLint* params) in glGetIntegerv_enc()
2580 void glGetLightxv_enc(void *self , GLenum light, GLenum pname, GLfixed* params) in glGetLightxv_enc()
2622 void glGetMaterialxv_enc(void *self , GLenum face, GLenum pname, GLfixed* params) in glGetMaterialxv_enc()
2664 void glGetTexEnviv_enc(void *self , GLenum env, GLenum pname, GLint* params) in glGetTexEnviv_enc()
2706 void glGetTexEnvxv_enc(void *self , GLenum env, GLenum pname, GLfixed* params) in glGetTexEnvxv_enc()
2748 void glGetTexParameteriv_enc(void *self , GLenum target, GLenum pname, GLint* params) in glGetTexParameteriv_enc()
2790 void glGetTexParameterxv_enc(void *self , GLenum target, GLenum pname, GLfixed* params) in glGetTexParameterxv_enc()
2832 void glHint_enc(void *self , GLenum target, GLenum mode) in glHint_enc()
2860 GLboolean glIsBuffer_enc(void *self , GLuint buffer) in glIsBuffer_enc()
2902 GLboolean glIsEnabled_enc(void *self , GLenum cap) in glIsEnabled_enc()
2944 GLboolean glIsTexture_enc(void *self , GLuint texture) in glIsTexture_enc()
2986 void glLightModelx_enc(void *self , GLenum pname, GLfixed param) in glLightModelx_enc()
3014 void glLightModelxv_enc(void *self , GLenum pname, const GLfixed* params) in glLightModelxv_enc()
3044 void glLightx_enc(void *self , GLenum light, GLenum pname, GLfixed param) in glLightx_enc()
3073 void glLightxv_enc(void *self , GLenum light, GLenum pname, const GLfixed* params) in glLightxv_enc()
3104 void glLineWidthx_enc(void *self , GLfixed width) in glLineWidthx_enc()
3131 void glLoadIdentity_enc(void *self ) in glLoadIdentity_enc()
3157 void glLoadMatrixx_enc(void *self , const GLfixed* m) in glLoadMatrixx_enc()
3186 void glLogicOp_enc(void *self , GLenum opcode) in glLogicOp_enc()
3213 void glMaterialx_enc(void *self , GLenum face, GLenum pname, GLfixed param) in glMaterialx_enc()
3242 void glMaterialxv_enc(void *self , GLenum face, GLenum pname, const GLfixed* params) in glMaterialxv_enc()
3273 void glMatrixMode_enc(void *self , GLenum mode) in glMatrixMode_enc()
3300 void glMultMatrixx_enc(void *self , const GLfixed* m) in glMultMatrixx_enc()
3329 void glMultiTexCoord4x_enc(void *self , GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q) in glMultiTexCoord4x_enc()
3360 void glNormal3x_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3x_enc()
3389 void glOrthox_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zN… in glOrthox_enc()
3421 void glPixelStorei_enc(void *self , GLenum pname, GLint param) in glPixelStorei_enc()
3449 void glPointParameterx_enc(void *self , GLenum pname, GLfixed param) in glPointParameterx_enc()
3477 void glPointParameterxv_enc(void *self , GLenum pname, const GLfixed* params) in glPointParameterxv_enc()
3507 void glPointSizex_enc(void *self , GLfixed size) in glPointSizex_enc()
3534 void glPolygonOffsetx_enc(void *self , GLfixed factor, GLfixed units) in glPolygonOffsetx_enc()
3562 void glPopMatrix_enc(void *self ) in glPopMatrix_enc()
3588 void glPushMatrix_enc(void *self ) in glPushMatrix_enc()
3614 void glReadPixels_enc(void *self , GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, … in glReadPixels_enc()
3660 void glRotatex_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatex_enc()
3690 void glSampleCoverage_enc(void *self , GLclampf value, GLboolean invert) in glSampleCoverage_enc()
3718 void glSampleCoveragex_enc(void *self , GLclampx value, GLboolean invert) in glSampleCoveragex_enc()
3746 void glScalex_enc(void *self , GLfixed x, GLfixed y, GLfixed z) in glScalex_enc()
3775 void glScissor_enc(void *self , GLint x, GLint y, GLsizei width, GLsizei height) in glScissor_enc()
3805 void glShadeModel_enc(void *self , GLenum mode) in glShadeModel_enc()
3832 void glStencilFunc_enc(void *self , GLenum func, GLint ref, GLuint mask) in glStencilFunc_enc()
3861 void glStencilMask_enc(void *self , GLuint mask) in glStencilMask_enc()
3888 void glStencilOp_enc(void *self , GLenum fail, GLenum zfail, GLenum zpass) in glStencilOp_enc()
3917 void glTexEnvi_enc(void *self , GLenum target, GLenum pname, GLint param) in glTexEnvi_enc()
3946 void glTexEnvx_enc(void *self , GLenum target, GLenum pname, GLfixed param) in glTexEnvx_enc()
3975 void glTexEnviv_enc(void *self , GLenum target, GLenum pname, const GLint* params) in glTexEnviv_enc()
4006 void glTexEnvxv_enc(void *self , GLenum target, GLenum pname, const GLfixed* params) in glTexEnvxv_enc()
4037 void glTexImage2D_enc(void *self , GLenum target, GLint level, GLint internalformat, GLsizei width,… in glTexImage2D_enc()
4080 void glTexParameteri_enc(void *self , GLenum target, GLenum pname, GLint param) in glTexParameteri_enc()
4109 void glTexParameterx_enc(void *self , GLenum target, GLenum pname, GLfixed param) in glTexParameterx_enc()
4138 void glTexParameteriv_enc(void *self , GLenum target, GLenum pname, const GLint* params) in glTexParameteriv_enc()
4169 void glTexParameterxv_enc(void *self , GLenum target, GLenum pname, const GLfixed* params) in glTexParameterxv_enc()
4200 void glTexSubImage2D_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yoffset, GLs… in glTexSubImage2D_enc()
4243 void glTranslatex_enc(void *self , GLfixed x, GLfixed y, GLfixed z) in glTranslatex_enc()
4272 void glViewport_enc(void *self , GLint x, GLint y, GLsizei width, GLsizei height) in glViewport_enc()
4302 void glVertexPointerOffset_enc(void *self , GLint size, GLenum type, GLsizei stride, GLuint offset) in glVertexPointerOffset_enc()
4332 void glColorPointerOffset_enc(void *self , GLint size, GLenum type, GLsizei stride, GLuint offset) in glColorPointerOffset_enc()
4362 void glNormalPointerOffset_enc(void *self , GLenum type, GLsizei stride, GLuint offset) in glNormalPointerOffset_enc()
4391 void glPointSizePointerOffset_enc(void *self , GLenum type, GLsizei stride, GLuint offset) in glPointSizePointerOffset_enc()
4420 void glTexCoordPointerOffset_enc(void *self , GLint size, GLenum type, GLsizei stride, GLuint offse… in glTexCoordPointerOffset_enc()
4450 void glWeightPointerOffset_enc(void *self , GLint size, GLenum type, GLsizei stride, GLuint offset) in glWeightPointerOffset_enc()
4480 void glMatrixIndexPointerOffset_enc(void *self , GLint size, GLenum type, GLsizei stride, GLuint of… in glMatrixIndexPointerOffset_enc()
4510 void glVertexPointerData_enc(void *self , GLint size, GLenum type, GLsizei stride, void* data, GLui… in glVertexPointerData_enc()
4543 void glColorPointerData_enc(void *self , GLint size, GLenum type, GLsizei stride, void* data, GLuin… in glColorPointerData_enc()
4576 void glNormalPointerData_enc(void *self , GLenum type, GLsizei stride, void* data, GLuint datalen) in glNormalPointerData_enc()
4608 void glTexCoordPointerData_enc(void *self , GLint unit, GLint size, GLenum type, GLsizei stride, vo… in glTexCoordPointerData_enc()
4642 void glPointSizePointerData_enc(void *self , GLenum type, GLsizei stride, void* data, GLuint datale… in glPointSizePointerData_enc()
4674 void glWeightPointerData_enc(void *self , GLint size, GLenum type, GLsizei stride, void* data, GLui… in glWeightPointerData_enc()
4707 void glMatrixIndexPointerData_enc(void *self , GLint size, GLenum type, GLsizei stride, void* data,… in glMatrixIndexPointerData_enc()
4740 void glDrawElementsOffset_enc(void *self , GLenum mode, GLsizei count, GLenum type, GLuint offset) in glDrawElementsOffset_enc()
4770 void glDrawElementsData_enc(void *self , GLenum mode, GLsizei count, GLenum type, void* data, GLuin… in glDrawElementsData_enc()
4803 void glGetCompressedTextureFormats_enc(void *self , int count, GLint* formats) in glGetCompressedTextureFormats_enc()
4844 int glFinishRoundTrip_enc(void *self ) in glFinishRoundTrip_enc()
4885 void glBlendEquationSeparateOES_enc(void *self , GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparateOES_enc()
4913 void glBlendFuncSeparateOES_enc(void *self , GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum … in glBlendFuncSeparateOES_enc()
4943 void glBlendEquationOES_enc(void *self , GLenum mode) in glBlendEquationOES_enc()
4970 void glDrawTexsOES_enc(void *self , GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in glDrawTexsOES_enc()
5001 void glDrawTexiOES_enc(void *self , GLint x, GLint y, GLint z, GLint width, GLint height) in glDrawTexiOES_enc()
5032 void glDrawTexxOES_enc(void *self , GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in glDrawTexxOES_enc()
5063 void glDrawTexsvOES_enc(void *self , const GLshort* coords) in glDrawTexsvOES_enc()
5092 void glDrawTexivOES_enc(void *self , const GLint* coords) in glDrawTexivOES_enc()
5121 void glDrawTexxvOES_enc(void *self , const GLfixed* coords) in glDrawTexxvOES_enc()
5150 void glDrawTexfOES_enc(void *self , GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in glDrawTexfOES_enc()
5181 void glDrawTexfvOES_enc(void *self , const GLfloat* coords) in glDrawTexfvOES_enc()
5210 void glEGLImageTargetTexture2DOES_enc(void *self , GLenum target, GLeglImageOES image) in glEGLImageTargetTexture2DOES_enc()
5238 void glEGLImageTargetRenderbufferStorageOES_enc(void *self , GLenum target, GLeglImageOES image) in glEGLImageTargetRenderbufferStorageOES_enc()
5266 void glAlphaFuncxOES_enc(void *self , GLenum func, GLclampx ref) in glAlphaFuncxOES_enc()
5294 void glClearColorxOES_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorxOES_enc()
5324 void glClearDepthxOES_enc(void *self , GLclampx depth) in glClearDepthxOES_enc()
5351 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexOES_enc()
5381 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexIMG_enc()
5411 void glColor4xOES_enc(void *self , GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4xOES_enc()
5441 void glDepthRangexOES_enc(void *self , GLclampx zNear, GLclampx zFar) in glDepthRangexOES_enc()
5469 void glFogxOES_enc(void *self , GLenum pname, GLfixed param) in glFogxOES_enc()
5497 void glFogxvOES_enc(void *self , GLenum pname, const GLfixed* params) in glFogxvOES_enc()
5527 void glFrustumxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfix… in glFrustumxOES_enc()
5559 void glGetClipPlanexOES_enc(void *self , GLenum pname, GLfixed* eqn) in glGetClipPlanexOES_enc()
5600 void glGetClipPlanex_enc(void *self , GLenum pname, GLfixed* eqn) in glGetClipPlanex_enc()
5641 void glGetFixedvOES_enc(void *self , GLenum pname, GLfixed* params) in glGetFixedvOES_enc()
5682 void glGetLightxvOES_enc(void *self , GLenum light, GLenum pname, GLfixed* params) in glGetLightxvOES_enc()
5724 void glGetMaterialxvOES_enc(void *self , GLenum face, GLenum pname, GLfixed* params) in glGetMaterialxvOES_enc()
5766 void glGetTexEnvxvOES_enc(void *self , GLenum env, GLenum pname, GLfixed* params) in glGetTexEnvxvOES_enc()
5808 void glGetTexParameterxvOES_enc(void *self , GLenum target, GLenum pname, GLfixed* params) in glGetTexParameterxvOES_enc()
5850 void glLightModelxOES_enc(void *self , GLenum pname, GLfixed param) in glLightModelxOES_enc()
5878 void glLightModelxvOES_enc(void *self , GLenum pname, const GLfixed* params) in glLightModelxvOES_enc()
5908 void glLightxOES_enc(void *self , GLenum light, GLenum pname, GLfixed param) in glLightxOES_enc()
5937 void glLightxvOES_enc(void *self , GLenum light, GLenum pname, const GLfixed* params) in glLightxvOES_enc()
5968 void glLineWidthxOES_enc(void *self , GLfixed width) in glLineWidthxOES_enc()
5995 void glLoadMatrixxOES_enc(void *self , const GLfixed* m) in glLoadMatrixxOES_enc()
6024 void glMaterialxOES_enc(void *self , GLenum face, GLenum pname, GLfixed param) in glMaterialxOES_enc()
6053 void glMaterialxvOES_enc(void *self , GLenum face, GLenum pname, const GLfixed* params) in glMaterialxvOES_enc()
6084 void glMultMatrixxOES_enc(void *self , const GLfixed* m) in glMultMatrixxOES_enc()
6113 void glMultiTexCoord4xOES_enc(void *self , GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed … in glMultiTexCoord4xOES_enc()
6144 void glNormal3xOES_enc(void *self , GLfixed nx, GLfixed ny, GLfixed nz) in glNormal3xOES_enc()
6173 void glOrthoxOES_enc(void *self , GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed… in glOrthoxOES_enc()
6205 void glPointParameterxOES_enc(void *self , GLenum pname, GLfixed param) in glPointParameterxOES_enc()
6233 void glPointParameterxvOES_enc(void *self , GLenum pname, const GLfixed* params) in glPointParameterxvOES_enc()
6263 void glPointSizexOES_enc(void *self , GLfixed size) in glPointSizexOES_enc()
6290 void glPolygonOffsetxOES_enc(void *self , GLfixed factor, GLfixed units) in glPolygonOffsetxOES_enc()
6318 void glRotatexOES_enc(void *self , GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in glRotatexOES_enc()
6348 void glSampleCoveragexOES_enc(void *self , GLclampx value, GLboolean invert) in glSampleCoveragexOES_enc()
6376 void glScalexOES_enc(void *self , GLfixed x, GLfixed y, GLfixed z) in glScalexOES_enc()
6405 void glTexEnvxOES_enc(void *self , GLenum target, GLenum pname, GLfixed param) in glTexEnvxOES_enc()
6434 void glTexEnvxvOES_enc(void *self , GLenum target, GLenum pname, const GLfixed* params) in glTexEnvxvOES_enc()
6465 void glTexParameterxOES_enc(void *self , GLenum target, GLenum pname, GLfixed param) in glTexParameterxOES_enc()
6494 void glTexParameterxvOES_enc(void *self , GLenum target, GLenum pname, const GLfixed* params) in glTexParameterxvOES_enc()
6525 void glTranslatexOES_enc(void *self , GLfixed x, GLfixed y, GLfixed z) in glTranslatexOES_enc()
6554 GLboolean glIsRenderbufferOES_enc(void *self , GLuint renderbuffer) in glIsRenderbufferOES_enc()
6596 void glBindRenderbufferOES_enc(void *self , GLenum target, GLuint renderbuffer) in glBindRenderbufferOES_enc()
6624 void glDeleteRenderbuffersOES_enc(void *self , GLsizei n, const GLuint* renderbuffers) in glDeleteRenderbuffersOES_enc()
6654 void glGenRenderbuffersOES_enc(void *self , GLsizei n, GLuint* renderbuffers) in glGenRenderbuffersOES_enc()
6695 void glRenderbufferStorageOES_enc(void *self , GLenum target, GLenum internalformat, GLsizei width,… in glRenderbufferStorageOES_enc()
6725 void glGetRenderbufferParameterivOES_enc(void *self , GLenum target, GLenum pname, GLint* params) in glGetRenderbufferParameterivOES_enc()
6767 GLboolean glIsFramebufferOES_enc(void *self , GLuint framebuffer) in glIsFramebufferOES_enc()
6809 void glBindFramebufferOES_enc(void *self , GLenum target, GLuint framebuffer) in glBindFramebufferOES_enc()
6837 void glDeleteFramebuffersOES_enc(void *self , GLsizei n, const GLuint* framebuffers) in glDeleteFramebuffersOES_enc()
6867 void glGenFramebuffersOES_enc(void *self , GLsizei n, GLuint* framebuffers) in glGenFramebuffersOES_enc()
6908 GLenum glCheckFramebufferStatusOES_enc(void *self , GLenum target) in glCheckFramebufferStatusOES_enc()
6950 void glFramebufferRenderbufferOES_enc(void *self , GLenum target, GLenum attachment, GLenum renderb… in glFramebufferRenderbufferOES_enc()
6980 void glFramebufferTexture2DOES_enc(void *self , GLenum target, GLenum attachment, GLenum textarget,… in glFramebufferTexture2DOES_enc()
7011 void glGetFramebufferAttachmentParameterivOES_enc(void *self , GLenum target, GLenum attachment, GL… in glGetFramebufferAttachmentParameterivOES_enc()
7054 void glGenerateMipmapOES_enc(void *self , GLenum target) in glGenerateMipmapOES_enc()
7081 GLboolean glUnmapBufferOES_enc(void *self , GLenum target) in glUnmapBufferOES_enc()
7123 void glCurrentPaletteMatrixOES_enc(void *self , GLuint matrixpaletteindex) in glCurrentPaletteMatrixOES_enc()
7150 void glLoadPaletteFromModelViewMatrixOES_enc(void *self ) in glLoadPaletteFromModelViewMatrixOES_enc()
7176 GLbitfield glQueryMatrixxOES_enc(void *self , GLfixed* mantissa, GLint* exponent) in glQueryMatrixxOES_enc()
7225 void glDepthRangefOES_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangefOES_enc()
7253 void glFrustumfOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo… in glFrustumfOES_enc()
7285 void glOrthofOES_enc(void *self , GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat… in glOrthofOES_enc()
7317 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefOES_enc()
7347 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefIMG_enc()
7377 void glGetClipPlanefOES_enc(void *self , GLenum pname, GLfloat* eqn) in glGetClipPlanefOES_enc()
7418 void glClearDepthfOES_enc(void *self , GLclampf depth) in glClearDepthfOES_enc()
7445 void glTexGenfOES_enc(void *self , GLenum coord, GLenum pname, GLfloat param) in glTexGenfOES_enc()
7474 void glTexGenfvOES_enc(void *self , GLenum coord, GLenum pname, const GLfloat* params) in glTexGenfvOES_enc()
7505 void glTexGeniOES_enc(void *self , GLenum coord, GLenum pname, GLint param) in glTexGeniOES_enc()
7534 void glTexGenivOES_enc(void *self , GLenum coord, GLenum pname, const GLint* params) in glTexGenivOES_enc()
7565 void glTexGenxOES_enc(void *self , GLenum coord, GLenum pname, GLfixed param) in glTexGenxOES_enc()
7594 void glTexGenxvOES_enc(void *self , GLenum coord, GLenum pname, const GLfixed* params) in glTexGenxvOES_enc()
7625 void glGetTexGenfvOES_enc(void *self , GLenum coord, GLenum pname, GLfloat* params) in glGetTexGenfvOES_enc()
7656 void glGetTexGenivOES_enc(void *self , GLenum coord, GLenum pname, GLint* params) in glGetTexGenivOES_enc()
7687 void glGetTexGenxvOES_enc(void *self , GLenum coord, GLenum pname, GLfixed* params) in glGetTexGenxvOES_enc()
7718 void glBindVertexArrayOES_enc(void *self , GLuint array) in glBindVertexArrayOES_enc()
7745 void glDeleteVertexArraysOES_enc(void *self , GLsizei n, const GLuint* arrays) in glDeleteVertexArraysOES_enc()
7775 void glGenVertexArraysOES_enc(void *self , GLsizei n, GLuint* arrays) in glGenVertexArraysOES_enc()
7816 GLboolean glIsVertexArrayOES_enc(void *self , GLuint array) in glIsVertexArrayOES_enc()
7858 void glDiscardFramebufferEXT_enc(void *self , GLenum target, GLsizei numAttachments, const GLenum* … in glDiscardFramebufferEXT_enc()
7889 void glRenderbufferStorageMultisampleIMG_enc(void *self , GLenum target, GLsizei samples, GLenum in… in glRenderbufferStorageMultisampleIMG_enc()
7920 void glFramebufferTexture2DMultisampleIMG_enc(void *self , GLenum target, GLenum attachment, GLenum… in glFramebufferTexture2DMultisampleIMG_enc()
7952 void glDeleteFencesNV_enc(void *self , GLsizei n, const GLuint* fences) in glDeleteFencesNV_enc()
7982 void glGenFencesNV_enc(void *self , GLsizei n, GLuint* fences) in glGenFencesNV_enc()
8012 GLboolean glIsFenceNV_enc(void *self , GLuint fence) in glIsFenceNV_enc()
8054 GLboolean glTestFenceNV_enc(void *self , GLuint fence) in glTestFenceNV_enc()
8096 void glGetFenceivNV_enc(void *self , GLuint fence, GLenum pname, GLint* params) in glGetFenceivNV_enc()
8138 void glFinishFenceNV_enc(void *self , GLuint fence) in glFinishFenceNV_enc()
8165 void glSetFenceNV_enc(void *self , GLuint fence, GLenum condition) in glSetFenceNV_enc()
8193 void glGetDriverControlsQCOM_enc(void *self , GLint* num, GLsizei size, GLuint* driverControls) in glGetDriverControlsQCOM_enc()
8238 void glGetDriverControlStringQCOM_enc(void *self , GLuint driverControl, GLsizei bufSize, GLsizei* … in glGetDriverControlStringQCOM_enc()
8284 void glEnableDriverControlQCOM_enc(void *self , GLuint driverControl) in glEnableDriverControlQCOM_enc()
8311 void glDisableDriverControlQCOM_enc(void *self , GLuint driverControl) in glDisableDriverControlQCOM_enc()
8338 void glExtGetTexturesQCOM_enc(void *self , GLuint* textures, GLint maxTextures, GLint* numTextures) in glExtGetTexturesQCOM_enc()
8383 void glExtGetBuffersQCOM_enc(void *self , GLuint* buffers, GLint maxBuffers, GLint* numBuffers) in glExtGetBuffersQCOM_enc()
8428 void glExtGetRenderbuffersQCOM_enc(void *self , GLuint* renderbuffers, GLint maxRenderbuffers, GLin… in glExtGetRenderbuffersQCOM_enc()
8473 void glExtGetFramebuffersQCOM_enc(void *self , GLuint* framebuffers, GLint maxFramebuffers, GLint* … in glExtGetFramebuffersQCOM_enc()
8518 void glExtGetTexLevelParameterivQCOM_enc(void *self , GLuint texture, GLenum face, GLint level, GLe… in glExtGetTexLevelParameterivQCOM_enc()
8562 void glExtTexObjectStateOverrideiQCOM_enc(void *self , GLenum target, GLenum pname, GLint param) in glExtTexObjectStateOverrideiQCOM_enc()
8591 void glExtGetTexSubImageQCOM_enc(void *self , GLenum target, GLint level, GLint xoffset, GLint yoff… in glExtGetTexSubImageQCOM_enc()
8641 void glExtGetShadersQCOM_enc(void *self , GLuint* shaders, GLint maxShaders, GLint* numShaders) in glExtGetShadersQCOM_enc()
8686 void glExtGetProgramsQCOM_enc(void *self , GLuint* programs, GLint maxPrograms, GLint* numPrograms) in glExtGetProgramsQCOM_enc()
8731 GLboolean glExtIsProgramBinaryQCOM_enc(void *self , GLuint program) in glExtIsProgramBinaryQCOM_enc()
8773 void glStartTilingQCOM_enc(void *self , GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield… in glStartTilingQCOM_enc()
8804 void glEndTilingQCOM_enc(void *self , GLbitfield preserveMask) in glEndTilingQCOM_enc()
8831 GLenum glGetGraphicsResetStatusEXT_enc(void *self ) in glGetGraphicsResetStatusEXT_enc()
8872 void glReadnPixelsEXT_enc(void *self , GLint x, GLint y, GLsizei width, GLsizei height, GLenum form… in glReadnPixelsEXT_enc()