/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/include/GLES/ |
D | glext.h | 410 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth); 412 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf n, GLclampf f); 417 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth); 419 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
|
D | gl.h | 70 typedef khronos_float_t GLclampf; typedef
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 438 (GLclampf)ref in android_glAlphaFunc__IF() 486 (GLclampf)red, in android_glClearColor__FFFF() 487 (GLclampf)green, in android_glClearColor__FFFF() 488 (GLclampf)blue, in android_glClearColor__FFFF() 489 (GLclampf)alpha in android_glClearColor__FFFF() 510 (GLclampf)depth in android_glClearDepthf__F() 850 (GLclampf)zNear, in android_glDepthRangef__FF() 851 (GLclampf)zFar in android_glDepthRangef__FF() 2841 (GLclampf)value, in android_glSampleCoverage__FZ()
|
D | android_opengl_GLES20.cpp | 520 (GLclampf)red, in android_glBlendColor__FFFF() 521 (GLclampf)green, in android_glBlendColor__FFFF() 522 (GLclampf)blue, in android_glBlendColor__FFFF() 523 (GLclampf)alpha in android_glBlendColor__FFFF() 679 (GLclampf)red, in android_glClearColor__FFFF() 680 (GLclampf)green, in android_glClearColor__FFFF() 681 (GLclampf)blue, in android_glClearColor__FFFF() 682 (GLclampf)alpha in android_glClearColor__FFFF() 691 (GLclampf)depth in android_glClearDepthf__F() 1282 (GLclampf)zNear, in android_glDepthRangef__FF() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 222 (GLclampf)ref in android_glAlphaFunc__IF() 270 (GLclampf)red, in android_glClearColor__FFFF() 271 (GLclampf)green, in android_glClearColor__FFFF() 272 (GLclampf)blue, in android_glClearColor__FFFF() 273 (GLclampf)alpha in android_glClearColor__FFFF() 294 (GLclampf)depth in android_glClearDepthf__F() 634 (GLclampf)zNear, in android_glDepthRangef__FF() 635 (GLclampf)zFar in android_glDepthRangef__FF() 3528 (GLclampf)value, in android_glSampleCoverage__FZ()
|
D | android_opengl_GLES11Ext.cpp | 3235 (GLclampf)zNear, in android_glDepthRangefOES__FF() 3236 (GLclampf)zFar in android_glDepthRangefOES__FF() 3445 (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_gles1.in | 22 GL_ENTRY(void, glClearDepthfOES, GLclampf depth) 57 GL_ENTRY(void, glDepthRangefOES, GLclampf n, GLclampf f)
|
D | entries.in | 5 GL_ENTRY(void, glAlphaFuncQCOM, GLenum func, GLclampf ref) 78 GL_ENTRY(void, glClearDepthfOES, GLclampf depth) 176 GL_ENTRY(void, glDepthRangefOES, GLclampf n, GLclampf f)
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 63 typedef khronos_float_t GLclampf; typedef
|
D | gl2ext.h | 3449 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref); 3451 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 63 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 | 1399 void API_ENTRY(glAlphaFuncQCOM)(GLenum func, GLclampf ref) {
|