Home | History | Annotate | Download | only in GLES

Lines Matching refs:GLclampx

335 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
336 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
337 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
340 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
367 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
375 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref);
376 typedef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
377 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHXOESPROC) (GLclampx depth);
380 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
407 typedef void (GL_APIENTRYP PFNGLSAMPLECOVERAGEXOESPROC) (GLclampx value, GLboolean invert);