Searched refs:GLclampx (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 14 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 )
|
D | GLES10.spec | 3 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/ |
D | glspec-1.0 | 3 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/ |
D | gl.h | 70 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/base/core/jni/ |
D | android_opengl_GLES10.cpp | 448 (GLclampx)ref in android_glAlphaFuncx__II() 498 (GLclampx)red, in android_glClearColorx__IIII() 499 (GLclampx)green, in android_glClearColorx__IIII() 500 (GLclampx)blue, in android_glClearColorx__IIII() 501 (GLclampx)alpha in android_glClearColorx__IIII() 519 (GLclampx)depth in android_glClearDepthx__I() 860 (GLclampx)zNear, in android_glDepthRangex__II() 861 (GLclampx)zFar in android_glDepthRangex__II() 2851 (GLclampx)value, in android_glSampleCoveragex__IZ()
|
D | android_opengl_GLES11Ext.cpp | 948 (GLclampx)ref in android_glAlphaFuncxOES__II() 957 (GLclampx)red, in android_glClearColorxOES__IIII() 958 (GLclampx)green, in android_glClearColorxOES__IIII() 959 (GLclampx)blue, in android_glClearColorxOES__IIII() 960 (GLclampx)alpha in android_glClearColorxOES__IIII() 969 (GLclampx)depth in android_glClearDepthxOES__I() 1070 (GLclampx)zNear, in android_glDepthRangexOES__II() 1071 (GLclampx)zFar in android_glDepthRangexOES__II() 2284 (GLclampx)value, in android_glSampleCoveragexOES__IZ()
|
D | com_google_android_gles_jni_GLImpl.cpp | 232 (GLclampx)ref in android_glAlphaFuncx__II() 282 (GLclampx)red, in android_glClearColorx__IIII() 283 (GLclampx)green, in android_glClearColorx__IIII() 284 (GLclampx)blue, in android_glClearColorx__IIII() 285 (GLclampx)alpha in android_glClearColorx__IIII() 303 (GLclampx)depth in android_glClearDepthx__I() 644 (GLclampx)zNear, in android_glDepthRangex__II() 645 (GLclampx)zFar in android_glDepthRangex__II() 3538 (GLclampx)value, in android_glSampleCoveragex__IZ()
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 71 typedef khronos_int32_t GLclampx; typedef 528 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
|
D | glext.h | 205 typedef void (GL_APIENTRYP PFNGLSAMPLECOVERAGEXOESPROC) (GLclampx value, GLboolean invert); 248 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
|
/frameworks/native/opengl/libs/ |
D | entries_gles1.in | 247 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert) 248 GL_ENTRY(void, glSampleCoveragexOES, GLclampx value, GLboolean invert)
|
D | entries.in | 796 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert) 797 GL_ENTRY(void, glSampleCoveragexOES, GLclampx value, GLboolean invert)
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 370 void API_ENTRY(glSampleCoveragex)(GLclampx value, GLboolean invert) {
|
D | glext_api.in | 154 void API_ENTRY(glSampleCoveragexOES)(GLclampx value, GLboolean invert) {
|