Searched refs:GLclampx (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec14 void glAlphaFuncxOES ( GLenum func, GLclampx ref )
15 void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
16 void glClearDepthxOES ( GLclampx depth )
19 void glDepthRangexOES ( GLclampx zNear, GLclampx zFar )
46 void glSampleCoveragexOES ( GLclampx value, GLboolean invert )
H A DGLES10.spec3 void glAlphaFuncx ( GLenum func, GLclampx ref )
8 void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
10 void glClearDepthx ( GLclampx depth )
26 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
/frameworks/native/opengl/libagl/
H A Dstate.cpp224 void glSampleCoveragex(GLclampx value, GLboolean invert) {
554 void glAlphaFuncx(GLenum func, GLclampx ref) {
569 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) {
584 void glClearDepthx(GLclampx depth) {
H A Dmatrix.cpp1100 void glDepthRangex(GLclampx zNear, GLclampx zFar)
/frameworks/native/opengl/include/GLES/
H A Dglext.h618 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
619 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
620 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
623 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
650 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
658 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx re
[all...]
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...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h322 void GLTrace_glAlphaFuncx(GLenum func, GLclampx ref);
323 void GLTrace_glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
324 void GLTrace_glClearDepthx(GLclampx depth);
330 void GLTrace_glDepthRangex(GLclampx zNear, GLclampx zFar);
367 void GLTrace_glSampleCoveragex(GLclampx value, GLboolean invert);
394 void GLTrace_glAlphaFuncxOES(GLenum func, GLclampx re
[all...]
H A Dgltrace_api.cpp12309 void GLTrace_glAlphaFuncx(GLenum func, GLclampx ref) {
12343 void GLTrace_glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) {
12389 void GLTrace_glClearDepthx(GLclampx depth) {
12619 void GLTrace_glDepthRangex(GLclampx zNear, GLclampx zFar) {
13953 void GLTrace_glSampleCoveragex(GLclampx value, GLboolean invert) {
14908 void GLTrace_glAlphaFuncxOES(GLenum func, GLclampx re
[all...]
/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/base/core/jni/
H A Dandroid_opengl_GLES10.cpp152 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
158 (GLclampx)ref
203 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
208 (GLclampx)red,
209 (GLclampx)green,
210 (GLclampx)blue,
211 (GLclampx)alph
[all...]
H A Dandroid_opengl_GLES11Ext.cpp587 /* void glAlphaFuncxOES ( GLenum func, GLclampx ref ) */
593 (GLclampx)ref
597 /* void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
602 (GLclampx)red,
603 (GLclampx)green,
604 (GLclampx)blue,
605 (GLclampx)alph
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp280 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
286 (GLclampx)ref
331 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
336 (GLclampx)red,
337 (GLclampx)green,
338 (GLclampx)blue,
339 (GLclampx)alph
[all...]

Completed in 130 milliseconds