Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/gles11/
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 )
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/tools/glgen/specs/jsr239/
Dglspec-1.03 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/tests/angeles/include/GLES/
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 value, GLboolean invert);
/frameworks/native/opengl/libagl/
Dstate.cpp224 void glSampleCoveragex(GLclampx /*value*/, GLboolean /*invert*/) { in glSampleCoveragex() argument
554 void glAlphaFuncx(GLenum func, GLclampx ref) { in glAlphaFuncx()
569 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) { in glClearColorx()
584 void glClearDepthx(GLclampx depth) { in glClearDepthx()
Dmatrix.cpp1089 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex()
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp482 (GLclampx)ref in android_glAlphaFuncx__II()
532 (GLclampx)red, in android_glClearColorx__IIII()
533 (GLclampx)green, in android_glClearColorx__IIII()
534 (GLclampx)blue, in android_glClearColorx__IIII()
535 (GLclampx)alpha in android_glClearColorx__IIII()
553 (GLclampx)depth in android_glClearDepthx__I()
894 (GLclampx)zNear, in android_glDepthRangex__II()
895 (GLclampx)zFar in android_glDepthRangex__II()
2884 (GLclampx)value, in android_glSampleCoveragex__IZ()
Dandroid_opengl_GLES11Ext.cpp980 (GLclampx)ref in android_glAlphaFuncxOES__II()
989 (GLclampx)red, in android_glClearColorxOES__IIII()
990 (GLclampx)green, in android_glClearColorxOES__IIII()
991 (GLclampx)blue, in android_glClearColorxOES__IIII()
992 (GLclampx)alpha in android_glClearColorxOES__IIII()
1001 (GLclampx)depth in android_glClearDepthxOES__I()
1102 (GLclampx)zNear, in android_glDepthRangexOES__II()
1103 (GLclampx)zFar in android_glDepthRangexOES__II()
2316 (GLclampx)value, in android_glSampleCoveragexOES__IZ()
Dcom_google_android_gles_jni_GLImpl.cpp291 (GLclampx)ref in android_glAlphaFuncx__II()
341 (GLclampx)red, in android_glClearColorx__IIII()
342 (GLclampx)green, in android_glClearColorx__IIII()
343 (GLclampx)blue, in android_glClearColorx__IIII()
344 (GLclampx)alpha in android_glClearColorx__IIII()
362 (GLclampx)depth in android_glClearDepthx__I()
703 (GLclampx)zNear, in android_glDepthRangex__II()
704 (GLclampx)zFar in android_glDepthRangex__II()
3596 (GLclampx)value, in android_glSampleCoveragex__IZ()
/frameworks/native/opengl/include/GLES/
Dgl.h71 typedef khronos_int32_t GLclampx; typedef
528 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
Dglext.h205 typedef void (GL_APIENTRYP PFNGLSAMPLECOVERAGEXOESPROC) (GLclampx value, GLboolean invert);
248 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in370 void API_ENTRY(glSampleCoveragex)(GLclampx value, GLboolean invert) {
Dglext_api.in154 void API_ENTRY(glSampleCoveragexOES)(GLclampx value, GLboolean invert) {
/frameworks/native/opengl/libs/
Dentries.in796 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert)
797 GL_ENTRY(void, glSampleCoveragexOES, GLclampx value, GLboolean invert)