• Home
  • Raw
  • Download

Lines Matching refs:GL_APIENTRY

38 #define GL_APIENTRYP GL_APIENTRY*
63 GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
64 GL_API void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
81 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
93 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen…
105 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode);
144 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
145 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
146 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
147 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
148 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
149 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
150 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
151 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
214 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLfixed ref);
215 GL_API void GL_APIENTRY glClearColorxOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
216 GL_API void GL_APIENTRY glClearDepthxOES (GLfixed depth);
217 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
218 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
219 GL_API void GL_APIENTRY glDepthRangexOES (GLfixed n, GLfixed f);
220 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);
221 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *param);
222 GL_API void GL_APIENTRY glFrustumxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfix…
223 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);
224 GL_API void GL_APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
225 GL_API void GL_APIENTRY glGetTexEnvxvOES (GLenum target, GLenum pname, GLfixed *params);
226 GL_API void GL_APIENTRY glGetTexParameterxvOES (GLenum target, GLenum pname, GLfixed *params);
227 GL_API void GL_APIENTRY glLightModelxOES (GLenum pname, GLfixed param);
228 GL_API void GL_APIENTRY glLightModelxvOES (GLenum pname, const GLfixed *param);
229 GL_API void GL_APIENTRY glLightxOES (GLenum light, GLenum pname, GLfixed param);
230 GL_API void GL_APIENTRY glLightxvOES (GLenum light, GLenum pname, const GLfixed *params);
231 GL_API void GL_APIENTRY glLineWidthxOES (GLfixed width);
232 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
233 GL_API void GL_APIENTRY glMaterialxOES (GLenum face, GLenum pname, GLfixed param);
234 GL_API void GL_APIENTRY glMaterialxvOES (GLenum face, GLenum pname, const GLfixed *param);
235 GL_API void GL_APIENTRY glMultMatrixxOES (const GLfixed *m);
236 GL_API void GL_APIENTRY glMultiTexCoord4xOES (GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfi…
237 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
238 GL_API void GL_APIENTRY glOrthoxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed…
239 GL_API void GL_APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
240 GL_API void GL_APIENTRY glPointSizexOES (GLfixed size);
241 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
242 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
243 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
244 GL_API void GL_APIENTRY glTexEnvxOES (GLenum target, GLenum pname, GLfixed param);
245 GL_API void GL_APIENTRY glTexEnvxvOES (GLenum target, GLenum pname, const GLfixed *params);
246 GL_API void GL_APIENTRY glTexParameterxOES (GLenum target, GLenum pname, GLfixed param);
247 GL_API void GL_APIENTRY glTexParameterxvOES (GLenum target, GLenum pname, const GLfixed *params);
248 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
249 GL_API void GL_APIENTRY glGetLightxvOES (GLenum light, GLenum pname, GLfixed *params);
250 GL_API void GL_APIENTRY glGetMaterialxvOES (GLenum face, GLenum pname, GLfixed *params);
251 GL_API void GL_APIENTRY glPointParameterxOES (GLenum pname, GLfixed param);
252 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
253 GL_API void GL_APIENTRY glGetTexGenxvOES (GLenum coord, GLenum pname, GLfixed *params);
254 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
255 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
310 GL_API GLboolean GL_APIENTRY glIsRenderbufferOES (GLuint renderbuffer);
311 GL_API void GL_APIENTRY glBindRenderbufferOES (GLenum target, GLuint renderbuffer);
312 GL_API void GL_APIENTRY glDeleteRenderbuffersOES (GLsizei n, const GLuint *renderbuffers);
313 GL_API void GL_APIENTRY glGenRenderbuffersOES (GLsizei n, GLuint *renderbuffers);
314 GL_API void GL_APIENTRY glRenderbufferStorageOES (GLenum target, GLenum internalformat, GLsizei wid…
315 GL_API void GL_APIENTRY glGetRenderbufferParameterivOES (GLenum target, GLenum pname, GLint *params…
316 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
317 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
318 GL_API void GL_APIENTRY glDeleteFramebuffersOES (GLsizei n, const GLuint *framebuffers);
319 GL_API void GL_APIENTRY glGenFramebuffersOES (GLsizei n, GLuint *framebuffers);
320 GL_API GLenum GL_APIENTRY glCheckFramebufferStatusOES (GLenum target);
321 GL_API void GL_APIENTRY glFramebufferRenderbufferOES (GLenum target, GLenum attachment, GLenum rend…
322 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg…
323 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment,…
324 GL_API void GL_APIENTRY glGenerateMipmapOES (GLenum target);
338 GL_API void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
339 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
340 GL_API void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenum pname, void **params);
374 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);
375 GL_API void GL_APIENTRY glLoadPaletteFromModelViewMatrixOES (void);
376 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const voi…
377 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const void *po…
392 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed *mantissa, GLint *exponent);
421 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
422 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
423 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
424 GL_API void GL_APIENTRY glFrustumfOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLflo…
425 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
426 GL_API void GL_APIENTRY glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat…
478 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param);
479 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
480 GL_API void GL_APIENTRY glTexGeniOES (GLenum coord, GLenum pname, GLint param);
481 GL_API void GL_APIENTRY glTexGenivOES (GLenum coord, GLenum pname, const GLint *params);
482 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
483 GL_API void GL_APIENTRY glGetTexGenivOES (GLenum coord, GLenum pname, GLint *params);
508 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
509 GL_API void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
510 GL_API void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
511 GL_API GLboolean GL_APIENTRY glIsVertexArrayOES (GLuint array);
532 GL_API void GL_APIENTRY glCopyTextureLevelsAPPLE (GLuint destinationTexture, GLuint sourceTexture, …
548 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleAPPLE (GLenum target, GLsizei samples, GLen…
549 GL_API void GL_APIENTRY glResolveMultisampleFramebufferAPPLE (void);
582 GL_API GLsync GL_APIENTRY glFenceSyncAPPLE (GLenum condition, GLbitfield flags);
583 GL_API GLboolean GL_APIENTRY glIsSyncAPPLE (GLsync sync);
584 GL_API void GL_APIENTRY glDeleteSyncAPPLE (GLsync sync);
585 GL_API GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
586 GL_API void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
587 GL_API void GL_APIENTRY glGetInteger64vAPPLE (GLenum pname, GLint64 *params);
588 GL_API void GL_APIENTRY glGetSyncivAPPLE (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *leng…
624 GL_API void GL_APIENTRY glInsertEventMarkerEXT (GLsizei length, const GLchar *marker);
625 GL_API void GL_APIENTRY glPushGroupMarkerEXT (GLsizei length, const GLchar *marker);
626 GL_API void GL_APIENTRY glPopGroupMarkerEXT (void);
637 GL_API void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenu…
652 GL_API void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GL…
653 GL_API void GL_APIENTRY glFlushMappedBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr len…
662 GL_API void GL_APIENTRY glMultiDrawArraysEXT (GLenum mode, const GLint *first, const GLsizei *count…
663 GL_API void GL_APIENTRY glMultiDrawElementsEXT (GLenum mode, const GLsizei *count, GLenum type, con…
676 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleEXT (GLenum target, GLsizei samples, GLenum…
677 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLe…
701 GL_API GLenum GL_APIENTRY glGetGraphicsResetStatusEXT (void);
702 GL_API void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
703 GL_API void GL_APIENTRY glGetnUniformfvEXT (GLuint program, GLint location, GLsizei bufSize, GLfloa…
704 GL_API void GL_APIENTRY glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GLint …
768 GL_API void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
769 GL_API void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
770 GL_API void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
771 GL_API void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
772 GL_API void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
773 GL_API void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
786 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleIMG (GLenum target, GLsizei samples, GLenum…
787 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum target, GLenum attachment, GLe…
828 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum p, const GLfloat *eqn);
829 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum p, const GLfixed *eqn);
846 GL_API void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
847 GL_API void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
848 GL_API GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
849 GL_API GLboolean GL_APIENTRY glTestFenceNV (GLuint fence);
850 GL_API void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
851 GL_API void GL_APIENTRY glFinishFenceNV (GLuint fence);
852 GL_API void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
863 GL_API void GL_APIENTRY glGetDriverControlsQCOM (GLint *num, GLsizei size, GLuint *driverControls);
864 GL_API void GL_APIENTRY glGetDriverControlStringQCOM (GLuint driverControl, GLsizei bufSize, GLsize…
865 GL_API void GL_APIENTRY glEnableDriverControlQCOM (GLuint driverControl);
866 GL_API void GL_APIENTRY glDisableDriverControlQCOM (GLuint driverControl);
892 GL_API void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTextur…
893 GL_API void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
894 GL_API void GL_APIENTRY glExtGetRenderbuffersQCOM (GLuint *renderbuffers, GLint maxRenderbuffers, G…
895 GL_API void GL_APIENTRY glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLin…
896 GL_API void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, …
897 GL_API void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);
898 GL_API void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint y…
899 GL_API void GL_APIENTRY glExtGetBufferPointervQCOM (GLenum target, void **params);
910 GL_API void GL_APIENTRY glExtGetShadersQCOM (GLuint *shaders, GLint maxShaders, GLint *numShaders);
911 GL_API void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numProgra…
912 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
913 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
959 GL_API void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfi…
960 GL_API void GL_APIENTRY glEndTilingQCOM (GLbitfield preserveMask);