Home | History | Annotate | Download | only in GLES

Lines Matching refs:GL_APIENTRY

16 #   define GL_APIENTRYP GL_APIENTRY*
461 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
470 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
479 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode);
508 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
509 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
510 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
511 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
512 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
513 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
514 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
515 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
531 GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
532 GL_API void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
563 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
564 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
565 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
566 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
567 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
568 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
569 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);
570 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *params);
571 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
572 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]);
573 GL_API void GL_APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
574 GL_API void GL_APIENTRY glGetLightxvOES (GLenum light, GLenum pname, GLfixed *params);
575 GL_API void GL_APIENTRY glGetMaterialxvOES (GLenum face, GLenum pname, GLfixed *params);
576 GL_API void GL_APIENTRY glGetTexEnvxvOES (GLenum env, GLenum pname, GLfixed *params);
577 GL_API void GL_APIENTRY glGetTexParameterxvOES (GLenum target, GLenum pname, GLfixed *params);
578 GL_API void GL_APIENTRY glLightModelxOES (GLenum pname, GLfixed param);
579 GL_API void GL_APIENTRY glLightModelxvOES (GLenum pname, const GLfixed *params);
580 GL_API void GL_APIENTRY glLightxOES (GLenum light, GLenum pname, GLfixed param);
581 GL_API void GL_APIENTRY glLightxvOES (GLenum light, GLenum pname, const GLfixed *params);
582 GL_API void GL_APIENTRY glLineWidthxOES (GLfixed width);
583 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
584 GL_API void GL_APIENTRY glMaterialxOES (GLenum face, GLenum pname, GLfixed param);
585 GL_API void GL_APIENTRY glMaterialxvOES (GLenum face, GLenum pname, const GLfixed *params);
586 GL_API void GL_APIENTRY glMultMatrixxOES (const GLfixed *m);
587 GL_API void GL_APIENTRY glMultiTexCoord4xOES (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
588 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
589 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
590 GL_API void GL_APIENTRY glPointParameterxOES (GLenum pname, GLfixed param);
591 GL_API void GL_APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
592 GL_API void GL_APIENTRY glPointSizexOES (GLfixed size);
593 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
594 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
595 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
596 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
597 GL_API void GL_APIENTRY glTexEnvxOES (GLenum target, GLenum pname, GLfixed param);
598 GL_API void GL_APIENTRY glTexEnvxvOES (GLenum target, GLenum pname, const GLfixed *params);
599 GL_API void GL_APIENTRY glTexParameterxOES (GLenum target, GLenum pname, GLfixed param);
600 GL_API void GL_APIENTRY glTexParameterxvOES (GLenum target, GLenum pname, const GLfixed *params);
601 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
648 GL_API GLboolean GL_APIENTRY glIsRenderbufferOES (GLuint renderbuffer);
649 GL_API void GL_APIENTRY glBindRenderbufferOES (GLenum target, GLuint renderbuffer);
650 GL_API void GL_APIENTRY glDeleteRenderbuffersOES (GLsizei n, const GLuint* renderbuffers);
651 GL_API void GL_APIENTRY glGenRenderbuffersOES (GLsizei n, GLuint* renderbuffers);
652 GL_API void GL_APIENTRY glRenderbufferStorageOES (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
653 GL_API void GL_APIENTRY glGetRenderbufferParameterivOES (GLenum target, GLenum pname, GLint* params);
654 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
655 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
656 GL_API void GL_APIENTRY glDeleteFramebuffersOES (GLsizei n, const GLuint* framebuffers);
657 GL_API void GL_APIENTRY glGenFramebuffersOES (GLsizei n, GLuint* framebuffers);
658 GL_API GLenum GL_APIENTRY glCheckFramebufferStatusOES (GLenum target);
659 GL_API void GL_APIENTRY glFramebufferRenderbufferOES (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);
660 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
661 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params);
662 GL_API void GL_APIENTRY glGenerateMipmapOES (GLenum target);
685 GL_API void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
686 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
687 GL_API void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenum pname, GLvoid ** params);
703 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);
704 GL_API void GL_APIENTRY glLoadPaletteFromModelViewMatrixOES (void);
705 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
706 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
723 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
737 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
738 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
739 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
740 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
741 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum pname, GLfloat eqn[4]);
742 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
776 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param);
777 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
778 GL_API void GL_APIENTRY glTexGeniOES (GLenum coord, GLenum pname, GLint param);
779 GL_API void GL_APIENTRY glTexGenivOES (GLenum coord, GLenum pname, const GLint *params);
780 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
781 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
782 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
783 GL_API void GL_APIENTRY glGetTexGenivOES (GLenum coord, GLenum pname, GLint *params);
784 GL_API void GL_APIENTRY glGetTexGenxvOES (GLenum coord, GLenum pname, GLfixed *params);
811 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
812 GL_API void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
813 GL_API void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
814 GL_API GLboolean GL_APIENTRY glIsVertexArrayOES (GLuint array);
849 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleAPPLE (GLenum, GLsizei, GLenum, GLsizei, GLsizei);
850 GL_API void GL_APIENTRY glResolveMultisampleFramebufferAPPLE (void);
888 GL_API void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
897 GL_API void GL_APIENTRY glMultiDrawArraysEXT (GLenum, GLint *, GLsizei *, GLsizei);
898 GL_API void GL_APIENTRY glMultiDrawElementsEXT (GLenum, const GLsizei *, GLenum, const GLvoid* *, GLsizei);
947 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum, const GLfloat *);
948 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum, const GLfixed *);
958 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleIMG (GLenum, GLsizei, GLenum, GLsizei, GLsizei);
959 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum, GLenum, GLenum, GLuint, GLint, GLsizei);
973 GL_API void GL_APIENTRY glDeleteFencesNV (GLsizei, const GLuint *);
974 GL_API void GL_APIENTRY glGenFencesNV (GLsizei, GLuint *);
975 GL_API GLboolean GL_APIENTRY glIsFenceNV (GLuint);
976 GL_API GLboolean GL_APIENTRY glTestFenceNV (GLuint);
977 GL_API void GL_APIENTRY glGetFenceivNV (GLuint, GLenum, GLint *);
978 GL_API void GL_APIENTRY glFinishFenceNV (GLuint);
979 GL_API void GL_APIENTRY glSetFenceNV (GLuint, GLenum);
998 GL_API void GL_APIENTRY glGetDriverControlsQCOM (GLint *num, GLsizei size, GLuint *driverControls);
999 GL_API void GL_APIENTRY glGetDriverControlStringQCOM (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString);
1000 GL_API void GL_APIENTRY glEnableDriverControlQCOM (GLuint driverControl);
1001 GL_API void GL_APIENTRY glDisableDriverControlQCOM (GLuint driverControl);
1013 GL_API void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTextures);
1014 GL_API void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
1015 GL_API void GL_APIENTRY glExtGetRenderbuffersQCOM (GLuint *renderbuffers, GLint maxRenderbuffers, GLint *numRenderbuffers);
1016 GL_API void GL_APIENTRY glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers);
1017 GL_API void GL_APIENTRY
1018 GL_API void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);
1019 GL_API void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels);
1020 GL_API void GL_APIENTRY glExtGetBufferPointervQCOM (GLenum target, GLvoid **params);
1036 GL_API void GL_APIENTRY glExtGetShadersQCOM (GLuint *shaders, GLint maxShaders, GLint *numShaders);
1037 GL_API void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numPrograms);
1038 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
1039 GL_API void GL_APIENTRY glExtGetProgramBinarySourceQCOM (GLuint program, GLenum shadertype, GLchar *source, GLint *length);
1061 GL_API void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
1062 GL_API void GL_APIENTRY glEndTilingQCOM (GLbitfield preserveMask);