/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/native/opengl/libagl/ |
D | state.cpp | 224 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()
|
D | matrix.cpp | 1100 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex()
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 667 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref); 668 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alp… 669 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth); 672 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar); 699 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert); 707 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx ref); 708 …edef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLc… 709 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHXOESPROC) (GLclampx depth); 712 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar); 739 typedef void (GL_APIENTRYP PFNGLSAMPLECOVERAGEXOESPROC) (GLclampx value, GLboolean invert);
|
D | gl.h | 32 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);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 470 (GLclampx)ref in android_glAlphaFuncx__II() 520 (GLclampx)red, in android_glClearColorx__IIII() 521 (GLclampx)green, in android_glClearColorx__IIII() 522 (GLclampx)blue, in android_glClearColorx__IIII() 523 (GLclampx)alpha in android_glClearColorx__IIII() 541 (GLclampx)depth in android_glClearDepthx__I() 842 (GLclampx)zNear, in android_glDepthRangex__II() 843 (GLclampx)zFar in android_glDepthRangex__II() 2696 (GLclampx)value, in android_glSampleCoveragex__IZ()
|
D | android_opengl_GLES11Ext.cpp | 916 (GLclampx)ref in android_glAlphaFuncxOES__II() 925 (GLclampx)red, in android_glClearColorxOES__IIII() 926 (GLclampx)green, in android_glClearColorxOES__IIII() 927 (GLclampx)blue, in android_glClearColorxOES__IIII() 928 (GLclampx)alpha in android_glClearColorxOES__IIII() 937 (GLclampx)depth in android_glClearDepthxOES__I() 1024 (GLclampx)zNear, in android_glDepthRangexOES__II() 1025 (GLclampx)zFar in android_glDepthRangexOES__II() 2064 (GLclampx)value, in android_glSampleCoveragexOES__IZ()
|
D | com_google_android_gles_jni_GLImpl.cpp | 290 (GLclampx)ref in android_glAlphaFuncx__II() 340 (GLclampx)red, in android_glClearColorx__IIII() 341 (GLclampx)green, in android_glClearColorx__IIII() 342 (GLclampx)blue, in android_glClearColorx__IIII() 343 (GLclampx)alpha in android_glClearColorx__IIII() 361 (GLclampx)depth in android_glClearDepthx__I() 662 (GLclampx)zNear, in android_glDepthRangex__II() 663 (GLclampx)zFar in android_glDepthRangex__II() 3413 (GLclampx)value, in android_glSampleCoveragex__IZ()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 370 void API_ENTRY(glSampleCoveragex)(GLclampx value, GLboolean invert) {
|
D | glext_api.in | 223 void API_ENTRY(glSampleCoveragexOES)(GLclampx value, GLboolean invert) {
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 639 void GLTrace_glSampleCoveragex(GLclampx value, GLboolean invert); 726 void GLTrace_glSampleCoveragexOES(GLclampx value, GLboolean invert);
|
D | gltrace_api.cpp | 26255 void GLTrace_glSampleCoveragex(GLclampx value, GLboolean invert) { in GLTrace_glSampleCoveragex() 29438 void GLTrace_glSampleCoveragexOES(GLclampx value, GLboolean invert) { in GLTrace_glSampleCoveragexOES()
|
/frameworks/native/opengl/libs/ |
D | trace.in | 570 TRACE_GL_VOID(glSampleCoveragex, (GLclampx value, GLboolean invert), (value, invert), 2, "GLclampx"… 571 TRACE_GL_VOID(glSampleCoveragexOES, (GLclampx value, GLboolean invert), (value, invert), 2, "GLclam…
|
D | entries.in | 570 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert) 571 GL_ENTRY(void, glSampleCoveragexOES, GLclampx value, GLboolean invert)
|