Lines Matching refs:GL_APIENTRY

16 #   define GL_APIENTRYP GL_APIENTRY*
565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
574 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen…
583 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode);
612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
613 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
614 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
616 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
617 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
618 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
619 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
635 GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
636 GL_API void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
667 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
668 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alp…
669 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
670 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
671 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
672 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
673 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);
674 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *params);
675 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GL…
676 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]);
677 GL_API void GL_APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
678 GL_API void GL_APIENTRY glGetLightxvOES (GLenum light, GLenum pname, GLfixed *params);
679 GL_API void GL_APIENTRY glGetMaterialxvOES (GLenum face, GLenum pname, GLfixed *params);
680 GL_API void GL_APIENTRY glGetTexEnvxvOES (GLenum env, GLenum pname, GLfixed *params);
681 GL_API void GL_APIENTRY glGetTexParameterxvOES (GLenum target, GLenum pname, GLfixed *params);
682 GL_API void GL_APIENTRY glLightModelxOES (GLenum pname, GLfixed param);
683 GL_API void GL_APIENTRY glLightModelxvOES (GLenum pname, const GLfixed *params);
684 GL_API void GL_APIENTRY glLightxOES (GLenum light, GLenum pname, GLfixed param);
685 GL_API void GL_APIENTRY glLightxvOES (GLenum light, GLenum pname, const GLfixed *params);
686 GL_API void GL_APIENTRY glLineWidthxOES (GLfixed width);
687 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
688 GL_API void GL_APIENTRY glMaterialxOES (GLenum face, GLenum pname, GLfixed param);
689 GL_API void GL_APIENTRY glMaterialxvOES (GLenum face, GLenum pname, const GLfixed *params);
690 GL_API void GL_APIENTRY glMultMatrixxOES (const GLfixed *m);
691 GL_API void GL_APIENTRY glMultiTexCoord4xOES (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfix…
692 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
693 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfi…
694 GL_API void GL_APIENTRY glPointParameterxOES (GLenum pname, GLfixed param);
695 GL_API void GL_APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
696 GL_API void GL_APIENTRY glPointSizexOES (GLfixed size);
697 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
698 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
699 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
700 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
701 GL_API void GL_APIENTRY glTexEnvxOES (GLenum target, GLenum pname, GLfixed param);
702 GL_API void GL_APIENTRY glTexEnvxvOES (GLenum target, GLenum pname, const GLfixed *params);
703 GL_API void GL_APIENTRY glTexParameterxOES (GLenum target, GLenum pname, GLfixed param);
704 GL_API void GL_APIENTRY glTexParameterxvOES (GLenum target, GLenum pname, const GLfixed *params);
705 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
752 GL_API GLboolean GL_APIENTRY glIsRenderbufferOES (GLuint renderbuffer);
753 GL_API void GL_APIENTRY glBindRenderbufferOES (GLenum target, GLuint renderbuffer);
754 GL_API void GL_APIENTRY glDeleteRenderbuffersOES (GLsizei n, const GLuint* renderbuffers);
755 GL_API void GL_APIENTRY glGenRenderbuffersOES (GLsizei n, GLuint* renderbuffers);
756 GL_API void GL_APIENTRY glRenderbufferStorageOES (GLenum target, GLenum internalformat, GLsizei wid…
757 GL_API void GL_APIENTRY glGetRenderbufferParameterivOES (GLenum target, GLenum pname, GLint* params…
758 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
759 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
760 GL_API void GL_APIENTRY glDeleteFramebuffersOES (GLsizei n, const GLuint* framebuffers);
761 GL_API void GL_APIENTRY glGenFramebuffersOES (GLsizei n, GLuint* framebuffers);
762 GL_API GLenum GL_APIENTRY glCheckFramebufferStatusOES (GLenum target);
763 GL_API void GL_APIENTRY glFramebufferRenderbufferOES (GLenum target, GLenum attachment, GLenum rend…
764 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg…
765 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment,…
766 GL_API void GL_APIENTRY glGenerateMipmapOES (GLenum target);
789 GL_API void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
790 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
791 GL_API void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenum pname, GLvoid ** params);
807 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);
808 GL_API void GL_APIENTRY glLoadPaletteFromModelViewMatrixOES (void);
809 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLv…
810 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *…
832 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
846 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
847 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL…
848 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl…
849 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
850 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum pname, GLfloat eqn[4]);
851 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
885 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param);
886 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
887 GL_API void GL_APIENTRY glTexGeniOES (GLenum coord, GLenum pname, GLint param);
888 GL_API void GL_APIENTRY glTexGenivOES (GLenum coord, GLenum pname, const GLint *params);
889 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
890 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
891 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
892 GL_API void GL_APIENTRY glGetTexGenivOES (GLenum coord, GLenum pname, GLint *params);
893 GL_API void GL_APIENTRY glGetTexGenxvOES (GLenum coord, GLenum pname, GLfixed *params);
920 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
921 GL_API void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
922 GL_API void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
923 GL_API GLboolean GL_APIENTRY glIsVertexArrayOES (GLuint array);
953 GL_API void GL_APIENTRY glCopyTextureLevelsAPPLE (GLuint destinationTexture, GLuint sourceTexture, …
962 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleAPPLE (GLenum, GLsizei, GLenum, GLsizei, GL…
963 GL_API void GL_APIENTRY glResolveMultisampleFramebufferAPPLE (void);
973 GL_API GLsync GL_APIENTRY glFenceSyncAPPLE (GLenum condition, GLbitfield flags);
974 GL_API GLboolean GL_APIENTRY glIsSyncAPPLE (GLsync sync);
975 GL_API void GL_APIENTRY glDeleteSyncAPPLE (GLsync sync);
976 GL_API GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
977 GL_API void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
978 GL_API void GL_APIENTRY glGetInteger64vAPPLE (GLenum pname, GLint64 *params);
979 GL_API void GL_APIENTRY glGetSyncivAPPLE (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *leng…
1027 GL_API void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenu…
1036 GL_API void GL_APIENTRY *glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GL…
1037 GL_API void GL_APIENTRY glFlushMappedBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr len…
1047 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleEXT (GLenum, GLsizei, GLenum, GLsizei, GLsi…
1048 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum, GLenum, GLenum, GLuint, GLint…
1058 GL_API void GL_APIENTRY glMultiDrawArraysEXT (GLenum, const GLint *, const GLsizei *, GLsizei);
1059 GL_API void GL_APIENTRY glMultiDrawElementsEXT (GLenum, const GLsizei *, GLenum, const GLvoid* cons…
1074 GL_API GLenum GL_APIENTRY glGetGraphicsResetStatusEXT (void);
1075 GL_API void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
1076 GL_API void GL_APIENTRY glGetnUniformfvEXT (GLuint program, GLint location, GLsizei bufSize, float …
1077 GL_API void GL_APIENTRY glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GLint …
1114 GL_API void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
1115 GL_API void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
1116 GL_API void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
1117 GL_API void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
1118 GL_API void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
1119 GL_API void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
1152 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum, const GLfloat *);
1153 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum, const GLfixed *);
1163 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleIMG (GLenum, GLsizei, GLenum, GLsizei, GLsi…
1164 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum, GLenum, GLenum, GLuint, GLint…
1178 GL_API void GL_APIENTRY glDeleteFencesNV (GLsizei, const GLuint *);
1179 GL_API void GL_APIENTRY glGenFencesNV (GLsizei, GLuint *);
1180 GL_API GLboolean GL_APIENTRY glIsFenceNV (GLuint);
1181 GL_API GLboolean GL_APIENTRY glTestFenceNV (GLuint);
1182 GL_API void GL_APIENTRY glGetFenceivNV (GLuint, GLenum, GLint *);
1183 GL_API void GL_APIENTRY glFinishFenceNV (GLuint);
1184 GL_API void GL_APIENTRY glSetFenceNV (GLuint, GLenum);
1203 GL_API void GL_APIENTRY glGetDriverControlsQCOM (GLint *num, GLsizei size, GLuint *driverControls);
1204 GL_API void GL_APIENTRY glGetDriverControlStringQCOM (GLuint driverControl, GLsizei bufSize, GLsize…
1205 GL_API void GL_APIENTRY glEnableDriverControlQCOM (GLuint driverControl);
1206 GL_API void GL_APIENTRY glDisableDriverControlQCOM (GLuint driverControl);
1218 GL_API void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTextur…
1219 GL_API void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
1220 GL_API void GL_APIENTRY glExtGetRenderbuffersQCOM (GLuint *renderbuffers, GLint maxRenderbuffers, G…
1221 GL_API void GL_APIENTRY glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLin…
1222 GL_API void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, …
1223 GL_API void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);
1224 GL_API void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint y…
1225 GL_API void GL_APIENTRY glExtGetBufferPointervQCOM (GLenum target, GLvoid **params);
1241 GL_API void GL_APIENTRY glExtGetShadersQCOM (GLuint *shaders, GLint maxShaders, GLint *numShaders);
1242 GL_API void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numProgra…
1243 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
1244 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
1266 GL_API void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfi…
1267 GL_API void GL_APIENTRY glEndTilingQCOM (GLbitfield preserveMask);