Home | History | Annotate | Download | only in GLES

Lines Matching refs:GL_API

433 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
442 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
451 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode);
480 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
481 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
483 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
484 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
485 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
486 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
487 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
503 GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
504 GL_API void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
529 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
531 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
532 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
533 GL_API void GL_APIENTRY glColor4xOES (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
534 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
535 GL_API void GL_APIENTRY glFogxOES (GLenum pname, GLfixed param);
536 GL_API void GL_APIENTRY glFogxvOES (GLenum pname, const GLfixed *params);
537 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
538 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]);
539 GL_API void GL_APIENTRY glGetFixedvOES (GLenum pname, GLfixed *params);
540 GL_API void GL_APIENTRY glGetLightxvOES (GLenum light, GLenum pname, GLfixed *params);
541 GL_API void GL_APIENTRY glGetMaterialxvOES (GLenum face, GLenum pname, GLfixed *params);
542 GL_API void GL_APIENTRY glGetTexEnvxvOES (GLenum env, GLenum pname, GLfixed *params);
543 GL_API void GL_APIENTRY glGetTexParameterxvOES (GLenum target, GLenum pname, GLfixed *params);
544 GL_API void GL_APIENTRY glLightModelxOES (GLenum pname, GLfixed param);
545 GL_API void GL_APIENTRY glLightModelxvOES (GLenum pname, const GLfixed *params);
546 GL_API void GL_APIENTRY glLightxOES (GLenum light, GLenum pname, GLfixed param);
547 GL_API void GL_APIENTRY glLightxvOES (GLenum light, GLenum pname, const GLfixed *params);
548 GL_API void GL_APIENTRY glLineWidthxOES (GLfixed width);
549 GL_API void GL_APIENTRY glLoadMatrixxOES (const GLfixed *m);
550 GL_API void GL_APIENTRY glMaterialxOES (GLenum face, GLenum pname, GLfixed param);
551 GL_API void GL_APIENTRY glMaterialxvOES (GLenum face, GLenum pname, const GLfixed *params);
552 GL_API void GL_APIENTRY glMultMatrixxOES (const GLfixed *m);
553 GL_API void GL_APIENTRY glMultiTexCoord4xOES (GLenum target, GLfixed s, GLfixed t, GLfixed r, GLfixed q);
554 GL_API void GL_APIENTRY glNormal3xOES (GLfixed nx, GLfixed ny, GLfixed nz);
555 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
556 GL_API void GL_APIENTRY glPointParameterxOES (GLenum pname, GLfixed param);
557 GL_API void GL_APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
558 GL_API void GL_APIENTRY glPointSizexOES (GLfixed size);
559 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
560 GL_API void GL_APIENTRY glRotatexOES (GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
561 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
562 GL_API void GL_APIENTRY glScalexOES (GLfixed x, GLfixed y, GLfixed z);
563 GL_API void GL_APIENTRY glTexEnvxOES (GLenum target, GLenum pname, GLfixed param);
564 GL_API void GL_APIENTRY glTexEnvxvOES (GLenum target, GLenum pname, const GLfixed *params);
565 GL_API void GL_APIENTRY glTexParameterxOES (GLenum target, GLenum pname, GLfixed param);
566 GL_API void GL_APIENTRY glTexParameterxvOES (GLenum target, GLenum pname, const GLfixed *params);
567 GL_API void GL_APIENTRY glTranslatexOES (GLfixed x, GLfixed y, GLfixed z);
614 GL_API GLboolean GL_APIENTRY glIsRenderbufferOES (GLuint renderbuffer);
615 GL_API void GL_APIENTRY glBindRenderbufferOES (GLenum target, GLuint renderbuffer);
616 GL_API void GL_APIENTRY glDeleteRenderbuffersOES (GLsizei n, const GLuint* renderbuffers);
617 GL_API void GL_APIENTRY glGenRenderbuffersOES (GLsizei n, GLuint* renderbuffers);
618 GL_API void GL_APIENTRY glRenderbufferStorageOES (GLenum target, GLenum internalformat, GLsizei width, GLsizei height);
619 GL_API void GL_APIENTRY glGetRenderbufferParameterivOES (GLenum target, GLenum pname, GLint* params);
620 GL_API GLboolean GL_APIENTRY glIsFramebufferOES (GLuint framebuffer);
621 GL_API void GL_APIENTRY glBindFramebufferOES (GLenum target, GLuint framebuffer);
622 GL_API void GL_APIENTRY glDeleteFramebuffersOES (GLsizei n, const GLuint* framebuffers);
623 GL_API void GL_APIENTRY glGenFramebuffersOES (GLsizei n, GLuint* framebuffers);
624 GL_API GLenum GL_APIENTRY glCheckFramebufferStatusOES (GLenum target);
625 GL_API void GL_APIENTRY glFramebufferRenderbufferOES (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer);
626 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
627 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params);
628 GL_API void GL_APIENTRY glGenerateMipmapOES (GLenum target);
651 GL_API void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
652 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
653 GL_API void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenum pname, GLvoid ** params);
669 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);
670 GL_API void GL_APIENTRY glLoadPaletteFromModelViewMatrixOES (void);
671 GL_API void GL_APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
672 GL_API void GL_APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
689 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
703 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
704 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
705 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
706 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
707 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum pname, GLfloat eqn[4]);
708 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
742 GL_API void GL_APIENTRY glTexGenfOES (GLenum coord, GLenum pname, GLfloat param);
743 GL_API void GL_APIENTRY glTexGenfvOES (GLenum coord, GLenum pname, const GLfloat *params);
744 GL_API void GL_APIENTRY glTexGeniOES (GLenum coord, GLenum pname, GLint param);
745 GL_API void GL_APIENTRY glTexGenivOES (GLenum coord, GLenum pname, const GLint *params);
746 GL_API void GL_APIENTRY glTexGenxOES (GLenum coord, GLenum pname, GLfixed param);
747 GL_API void GL_APIENTRY glTexGenxvOES (GLenum coord, GLenum pname, const GLfixed *params);
748 GL_API void GL_APIENTRY glGetTexGenfvOES (GLenum coord, GLenum pname, GLfloat *params);
749 GL_API void GL_APIENTRY glGetTexGenivOES (GLenum coord, GLenum pname, GLint *params);
750 GL_API void GL_APIENTRY glGetTexGenxvOES (GLenum coord, GLenum pname, GLfixed *params);
777 GL_API void GL_APIENTRY glBindVertexArrayOES (GLuint array);
778 GL_API void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
779 GL_API void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
780 GL_API GLboolean GL_APIENTRY glIsVertexArrayOES (GLuint array);
829 GL_API void GL_APIENTRY glDiscardFramebufferEXT (GLenum target, GLsizei numAttachments, const GLenum *attachments);
838 GL_API void GL_APIENTRY glMultiDrawArraysEXT (GLenum mode, GLint *first, GLsizei *count, GLsizei primcount);
839 GL_API void GL_APIENTRY glMultiDrawElementsEXT (GLenum mode, const GLsizei *count, GLenum type, const GLvoid* *indices, GLsizei primcount);
888 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum p, const GLfloat *eqn);
889 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum p, const GLfixed *eqn);
899 GL_API void GL_APIENTRY glRenderbufferStorageMultisampleIMG (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height);
900 GL_API void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
914 GL_API void GL_APIENTRY glDeleteFencesNV (GLsizei n, const GLuint *fences);
915 GL_API void GL_APIENTRY glGenFencesNV (GLsizei n, GLuint *fences);
916 GL_API GLboolean GL_APIENTRY glIsFenceNV (GLuint fence);
917 GL_API GLboolean GL_APIENTRY glTestFenceNV (GLuint fence);
918 GL_API void GL_APIENTRY glGetFenceivNV (GLuint fence, GLenum pname, GLint *params);
919 GL_API void GL_APIENTRY glFinishFenceNV (GLuint fence);
920 GL_API void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
939 GL_API void GL_APIENTRY glGetDriverControlsQCOM (GLint *num, GLsizei size, GLuint *driverControls);
940 GL_API void GL_APIENTRY glGetDriverControlStringQCOM (GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *driverControlString);
941 GL_API void GL_APIENTRY glEnableDriverControlQCOM (GLuint driverControl);
942 GL_API void GL_APIENTRY glDisableDriverControlQCOM (GLuint driverControl);
954 GL_API void GL_APIENTRY glExtGetTexturesQCOM (GLuint *textures, GLint maxTextures, GLint *numTextures);
955 GL_API void GL_APIENTRY glExtGetBuffersQCOM (GLuint *buffers, GLint maxBuffers, GLint *numBuffers);
956 GL_API void GL_APIENTRY glExtGetRenderbuffersQCOM (GLuint *renderbuffers, GLint maxRenderbuffers, GLint *numRenderbuffers);
957 GL_API void GL_APIENTRY glExtGetFramebuffersQCOM (GLuint *framebuffers, GLint maxFramebuffers, GLint *numFramebuffers);
958 GL_API void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);
959 GL_API void GL_APIENTRY glExtTexObjectStateOverrideiQCOM (GLenum target, GLenum pname, GLint param);
960 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);
961 GL_API void GL_APIENTRY glExtGetBufferPointervQCOM (GLenum target, GLvoid **params);
977 GL_API void GL_APIENTRY glExtGetShadersQCOM (GLuint *shaders, GLint maxShaders, GLint *numShaders);
978 GL_API void GL_APIENTRY glExtGetProgramsQCOM (GLuint *programs, GLint maxPrograms, GLint *numPrograms);
979 GL_API GLboolean GL_APIENTRY glExtIsProgramBinaryQCOM (GLuint program);
980 GL_API
1002 GL_API void GL_APIENTRY glStartTilingQCOM (GLuint x, GLuint y, GLuint width, GLuint height, GLbitfield preserveMask);
1003 GL_API void GL_APIENTRY glEndTilingQCOM (GLbitfield preserveMask);