Searched refs:GLclampx (Results 1 – 2 of 2) sorted by relevance
/development/ndk/platforms/android-9/include/GLES/ |
D | glext.h | 531 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref); 532 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alp… 533 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth); 536 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar); 563 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert); 571 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref); 572 …edef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLc… 573 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHXOESPROC) (GLclampx depth); 576 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar); 603 typedef void (GL_APIENTRYP PFNGLSAMPLECOVERAGEXOESPROC) (GLclampx value, GLboolean invert);
|
D | gl.h | 32 typedef khronos_int32_t GLclampx; typedef 634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); 641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth); 659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar); 718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
|