Home
last modified time | relevance | path

Searched refs:GLclampx (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dimportgl.h82 FNDEF(void, glClearColorx, (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha));
/development/ndk/platforms/android-4/include/GLES/
Dglext.h529 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
530 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alp…
531 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
534 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
561 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
569 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref);
570 …edef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLc…
571 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHXOESPROC) (GLclampx depth);
574 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar);
601 typedef void (GL_APIENTRYP PFNGLSAMPLECOVERAGEXOESPROC) (GLclampx value, GLboolean invert);
Dgl.h32 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);