/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | Description.h | 39 GLclampf mPlaneAlpha; 50 GLclampf mColor[4]; 61 void setPlaneAlpha(GLclampf planeAlpha); 66 void setColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
D | Description.cpp | 43 void Description::setPlaneAlpha(GLclampf planeAlpha) { in setPlaneAlpha() 72 void Description::setColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { in setColor()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 8 void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) 17 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) 18 void glClearDepthf ( GLclampf depth ) 37 void glDepthRangef ( GLclampf zNear, GLclampf zFar ) 97 void glSampleCoverage ( GLclampf value, GLboolean invert )
|
D | GLES10.spec | 2 void glAlphaFunc ( GLenum func, GLclampf ref ) 7 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) 9 void glClearDepthf ( GLclampf depth ) 25 void glDepthRangef ( GLclampf zNear, GLclampf zFar ) 85 void glSampleCoverage ( GLclampf value, GLboolean invert )
|
D | GLES11Ext.spec | 76 void glDepthRangefOES ( GLclampf zNear, GLclampf zFar ) 81 void glClearDepthfOES ( GLclampf depth )
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 2 void glAlphaFunc ( GLenum func, GLclampf ref ) 7 void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) 9 void glClearDepthf ( GLclampf depth ) 25 void glDepthRangef ( GLclampf zNear, GLclampf zFar ) 85 void glSampleCoverage ( GLclampf value, GLboolean invert )
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 65 typedef float GLclampf; typedef 474 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref); 479 GLAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 481 GLAPI void APIENTRY glClearDepthf (GLclampf depth); 497 GLAPI void APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 557 GLAPI void APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
|
/frameworks/native/opengl/libagl/ |
D | state.cpp | 222 void glSampleCoverage(GLclampf /*value*/, GLboolean /*invert*/) { in glSampleCoverage() argument 249 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() 574 void glClearColor(GLclampf r, GLclampf g, GLclampf b, GLclampf a) in glClearColor() 589 void glClearDepthf(GLclampf depth) in glClearDepthf()
|
D | matrix.cpp | 891 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c) in depthRangef() 1094 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef()
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 30 typedef khronos_float_t GLclampf; typedef 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref); 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); 598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 717 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert);
|
D | glext.h | 846 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar); 851 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth); 853 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar); 858 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 473 (GLclampf)ref in android_glAlphaFunc__IF() 521 (GLclampf)red, in android_glClearColor__FFFF() 522 (GLclampf)green, in android_glClearColor__FFFF() 523 (GLclampf)blue, in android_glClearColor__FFFF() 524 (GLclampf)alpha in android_glClearColor__FFFF() 545 (GLclampf)depth in android_glClearDepthf__F() 885 (GLclampf)zNear, in android_glDepthRangef__FF() 886 (GLclampf)zFar in android_glDepthRangef__FF() 2875 (GLclampf)value, in android_glSampleCoverage__FZ()
|
D | android_opengl_GLES20.cpp | 555 (GLclampf)red, in android_glBlendColor__FFFF() 556 (GLclampf)green, in android_glBlendColor__FFFF() 557 (GLclampf)blue, in android_glBlendColor__FFFF() 558 (GLclampf)alpha in android_glBlendColor__FFFF() 714 (GLclampf)red, in android_glClearColor__FFFF() 715 (GLclampf)green, in android_glClearColor__FFFF() 716 (GLclampf)blue, in android_glClearColor__FFFF() 717 (GLclampf)alpha in android_glClearColor__FFFF() 726 (GLclampf)depth in android_glClearDepthf__F() 1317 (GLclampf)zNear, in android_glDepthRangef__FF() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 282 (GLclampf)ref in android_glAlphaFunc__IF() 330 (GLclampf)red, in android_glClearColor__FFFF() 331 (GLclampf)green, in android_glClearColor__FFFF() 332 (GLclampf)blue, in android_glClearColor__FFFF() 333 (GLclampf)alpha in android_glClearColor__FFFF() 354 (GLclampf)depth in android_glClearDepthf__F() 694 (GLclampf)zNear, in android_glDepthRangef__FF() 695 (GLclampf)zFar in android_glDepthRangef__FF() 3587 (GLclampf)value, in android_glSampleCoverage__FZ()
|
D | android_opengl_GLES11Ext.cpp | 3268 (GLclampf)zNear, in android_glDepthRangefOES__FF() 3269 (GLclampf)zFar in android_glDepthRangefOES__FF() 3478 (GLclampf)depth in android_glClearDepthfOES__F()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 238 void API_ENTRY(glClearDepthfOES)(GLclampf depth) { 244 void API_ENTRY(glDepthRangefOES)(GLclampf n, GLclampf f) {
|
/frameworks/native/opengl/libs/ |
D | entries.in | 5 GL_ENTRY(void, glAlphaFuncQCOM, GLenum func, GLclampf ref) 76 GL_ENTRY(void, glClearDepthfOES, GLclampf depth) 164 GL_ENTRY(void, glDepthRangefOES, GLclampf n, GLclampf f)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 65 typedef khronos_float_t GLclampf; typedef
|
D | gl2ext.h | 2810 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref); 2812 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 65 typedef khronos_float_t GLclampf; typedef
|
D | gl31.h | 65 typedef khronos_float_t GLclampf; typedef
|
D | gl32.h | 65 typedef khronos_float_t GLclampf; typedef
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 1042 void API_ENTRY(glAlphaFuncQCOM)(GLenum func, GLclampf ref) {
|