Searched defs:GLclampx (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h70 typedef int GLclampx; typedef
475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
480 GLAPI void APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
482 GLAPI void APIENTRY glClearDepthx (GLclampx depth);
498 GLAPI void APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
558 GLAPI void APIENTRY glSampleCoveragex (GLclampx valu
[all...]
/frameworks/native/opengl/include/GLES/
H A 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 valu
[all...]

Completed in 71 milliseconds