• Home
  • Raw
  • Download

Lines Matching refs:GL_APIENTRY

38 #define GL_APIENTRYP GL_APIENTRY*
59 GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
60 GL_API void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
77 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
89 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen…
101 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode);
140 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
141 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
142 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
143 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
144 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
145 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
146 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
147 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
210 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLfixed ref);
211 GL_API void GL_APIENTRY glClearColorxOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
212 GL_API void GL_APIENTRY glClearDepthxOES (GLfixed depth);
213 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
214 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
215 GL_API void GL_APIENTRY glDepthRangexOES (GLfixed n, GLfixed f);
216 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);
217 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *param);
218 GL_API void GL_APIENTRY glFrustumxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfix…
219 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);
220 GL_API void GL_APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
221 GL_API void GL_APIENTRY glGetTexEnvxvOES (GLenum target, GLenum pname, GLfixed *params);
222 GL_API void GL_APIENTRY glGetTexParameterxvOES (GLenum target, GLenum pname, GLfixed *params);
223 GL_API void GL_APIENTRY glLightModelxOES (GLenum pname, GLfixed param);
224 GL_API void GL_APIENTRY glLightModelxvOES (GLenum pname, const GLfixed *param);
225 GL_API void GL_APIENTRY glLightxOES (GLenum light, GLenum pname, GLfixed param);
226 GL_API void GL_APIENTRY glLightxvOES (GLenum light, GLenum pname, const GLfixed *params);
227 GL_API void GL_APIENTRY glLineWidthxOES (GLfixed width);
228 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
229 GL_API void GL_APIENTRY glMaterialxOES (GLenum face, GLenum pname, GLfixed param);
230 GL_API void GL_APIENTRY glMaterialxvOES (GLenum face, GLenum pname, const GLfixed *param);
231 GL_API void GL_APIENTRY glMultMatrixxOES (const GLfixed *m);
232 GL_API void GL_APIENTRY glMultiTexCoord4xOES (GLenum texture, GLfixed s, GLfixed t, GLfixed r, GLfi…
233 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
234 GL_API void GL_APIENTRY glOrthoxOES (GLfixed l, GLfixed r, GLfixed b, GLfixed t, GLfixed n, GLfixed…
235 GL_API void GL_APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
236 GL_API void GL_APIENTRY glPointSizexOES (GLfixed size);
237 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
238 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
239 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
240 GL_API void GL_APIENTRY glTexEnvxOES (GLenum target, GLenum pname, GLfixed param);
241 GL_API void GL_APIENTRY glTexEnvxvOES (GLenum target, GLenum pname, const GLfixed *params);
242 GL_API void GL_APIENTRY glTexParameterxOES (GLenum target, GLenum pname, GLfixed param);
243 GL_API void GL_APIENTRY glTexParameterxvOES (GLenum target, GLenum pname, const GLfixed *params);
244 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
245 GL_API void GL_APIENTRY glGetLightxvOES (GLenum light, GLenum pname, GLfixed *params);
246 GL_API void GL_APIENTRY glGetMaterialxvOES (GLenum face, GLenum pname, GLfixed *params);
247 GL_API void GL_APIENTRY glPointParameterxOES (GLenum pname, GLfixed param);
248 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
249 GL_API void GL_APIENTRY glGetTexGenxvOES (GLenum coord, GLenum pname, GLfixed *params);
250 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
251 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
306 GL_API GLboolean GL_APIENTRY glIsRenderbufferOES (GLuint renderbuffer);
307 GL_API void GL_APIENTRY glBindRenderbufferOES (GLenum target, GLuint renderbuffer);
308 GL_API void GL_APIENTRY glDeleteRenderbuffersOES (GLsizei n, const GLuint *renderbuffers);
309 GL_API void GL_APIENTRY glGenRenderbuffersOES (GLsizei n, GLuint *renderbuffers);
310 GL_API void GL_APIENTRY glRenderbufferStorageOES (GLenum target, GLenum internalformat, GLsizei wid…
311 GL_API void GL_APIENTRY glGetRenderbufferParameterivOES (GLenum target, GLenum pname, GLint *params…
312 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
313 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
314 GL_API void GL_APIENTRY glDeleteFramebuffersOES (GLsizei n, const GLuint *framebuffers);
315 GL_API void GL_APIENTRY glGenFramebuffersOES (GLsizei n, GLuint *framebuffers);
316 GL_API GLenum GL_APIENTRY glCheckFramebufferStatusOES (GLenum target);
317 GL_API void GL_APIENTRY glFramebufferRenderbufferOES (GLenum target, GLenum attachment, GLenum rend…
318 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg…
319 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment,…
320 GL_API void GL_APIENTRY glGenerateMipmapOES (GLenum target);
334 GL_API void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
335 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
336 GL_API void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenum pname, void **params);
370 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);
371 GL_API void GL_APIENTRY glLoadPaletteFromModelViewMatrixOES (void);
372 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const voi…
373 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const void *po…
388 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed *mantissa, GLint *exponent);
417 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
418 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
419 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
420 GL_API void GL_APIENTRY glFrustumfOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLflo…
421 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
422 GL_API void GL_APIENTRY glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat…
469 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param);
470 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
471 GL_API void GL_APIENTRY glTexGeniOES (GLenum coord, GLenum pname, GLint param);
472 GL_API void GL_APIENTRY glTexGenivOES (GLenum coord, GLenum pname, const GLint *params);
473 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
474 GL_API void GL_APIENTRY glGetTexGenivOES (GLenum coord, GLenum pname, GLint *params);
495 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
496 GL_API void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
497 GL_API void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
498 GL_API GLboolean GL_APIENTRY glIsVertexArrayOES (GLuint array);
519 GL_API void GL_APIENTRY glCopyTextureLevelsAPPLE (GLuint destinationTexture, GLuint sourceTexture, …
535 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleAPPLE (GLenum target, GLsizei samples, GLen…
536 GL_API void GL_APIENTRY glResolveMultisampleFramebufferAPPLE (void);
569 GL_API GLsync GL_APIENTRY glFenceSyncAPPLE (GLenum condition, GLbitfield flags);
570 GL_API GLboolean GL_APIENTRY glIsSyncAPPLE (GLsync sync);
571 GL_API void GL_APIENTRY glDeleteSyncAPPLE (GLsync sync);
572 GL_API GLenum GL_APIENTRY glClientWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
573 GL_API void GL_APIENTRY glWaitSyncAPPLE (GLsync sync, GLbitfield flags, GLuint64 timeout);
574 GL_API void GL_APIENTRY glGetInteger64vAPPLE (GLenum pname, GLint64 *params);
575 GL_API void GL_APIENTRY glGetSyncivAPPLE (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *leng…
611 GL_API void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenu…
626 GL_API void *GL_APIENTRY glMapBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr length, GL…
627 GL_API void GL_APIENTRY glFlushMappedBufferRangeEXT (GLenum target, GLintptr offset, GLsizeiptr len…
636 GL_API void GL_APIENTRY glMultiDrawArraysEXT (GLenum mode, const GLint *first, const GLsizei *count…
637 GL_API void GL_APIENTRY glMultiDrawElementsEXT (GLenum mode, const GLsizei *count, GLenum type, con…
650 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleEXT (GLenum target, GLsizei samples, GLenum…
651 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLe…
675 GL_API GLenum GL_APIENTRY glGetGraphicsResetStatusEXT (void);
676 GL_API void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum f…
677 GL_API void GL_APIENTRY glGetnUniformfvEXT (GLuint program, GLint location, GLsizei bufSize, GLfloa…
678 GL_API void GL_APIENTRY glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GLint …
742 GL_API void GL_APIENTRY glTexStorage1DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
743 GL_API void GL_APIENTRY glTexStorage2DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
744 GL_API void GL_APIENTRY glTexStorage3DEXT (GLenum target, GLsizei levels, GLenum internalformat, GL…
745 GL_API void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
746 GL_API void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
747 GL_API void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenu…
760 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleIMG (GLenum target, GLsizei samples, GLenum…
761 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum target, GLenum attachment, GLe…
802 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum p, const GLfloat *eqn);
803 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum p, const GLfixed *eqn);
820 GL_API void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
821 GL_API void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
822 GL_API GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
823 GL_API GLboolean GL_APIENTRY glTestFenceNV (GLuint fence);
824 GL_API void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
825 GL_API void GL_APIENTRY glFinishFenceNV (GLuint fence);
826 GL_API void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
838 GL_API void GL_APIENTRY glGetDriverControlsQCOM (GLint *num, GLsizei size, GLuint *driverControls);
839 GL_API void GL_APIENTRY glGetDriverControlStringQCOM (GLuint driverControl, GLsizei bufSize, GLsize…
840 GL_API void GL_APIENTRY glEnableDriverControlQCOM (GLuint driverControl);
841 GL_API void GL_APIENTRY glDisableDriverControlQCOM (GLuint driverControl);
867 GL_API void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTextur…
868 GL_API void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
869 GL_API void GL_APIENTRY glExtGetRenderbuffersQCOM (GLuint *renderbuffers, GLint maxRenderbuffers, G…
870 GL_API void GL_APIENTRY glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLin…
871 GL_API void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, …
872 GL_API void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);
873 GL_API void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint y…
874 GL_API void GL_APIENTRY glExtGetBufferPointervQCOM (GLenum target, void **params);
885 GL_API void GL_APIENTRY glExtGetShadersQCOM (GLuint *shaders, GLint maxShaders, GLint *numShaders);
886 GL_API void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numProgra…
887 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
888 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar …
934 GL_API void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfi…
935 GL_API void GL_APIENTRY glEndTilingQCOM (GLbitfield preserveMask);