/frameworks/base/opengl/tools/glgen/specs/gles11/ |
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 ) [all...] |
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 )
|
GLES11Ext.spec | 76 void glDepthRangefOES ( GLclampf zNear, GLclampf zFar ) 81 void glClearDepthfOES ( GLclampf depth )
|
/frameworks/base/services/surfaceflinger/ |
LayerBase.h | 225 void clearWithOpenGL(const Region& clip, GLclampf r, GLclampf g, 226 GLclampf b, GLclampf alpha) const;
|
LayerBase.cpp | 326 void LayerBase::clearWithOpenGL(const Region& clip, GLclampf red, 327 GLclampf green, GLclampf blue, 328 GLclampf alpha) const
|
/development/ndk/platforms/android-5/include/GLES2/ |
gl2.h | 33 typedef khronos_float_t GLclampf; 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth) [all...] |
/frameworks/base/opengl/include/GLES2/ |
gl2.h | 34 typedef khronos_float_t GLclampf; 481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 491 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/ |
gl2.h | 33 typedef khronos_float_t GLclampf; 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/ |
gl2.h | 33 typedef khronos_float_t GLclampf; 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES2/ |
gl2.h | 33 typedef khronos_float_t GLclampf; 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES2/ |
gl2.h | 33 typedef khronos_float_t GLclampf; 480 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 489 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 490 GL_APICALL void GL_APIENTRY glClearDepthf (GLclampf depth) [all...] |
/frameworks/base/opengl/libagl/ |
state.cpp | 218 void glSampleCoverage(GLclampf value, GLboolean invert) { 245 void glAlphaFunc(GLenum func, GLclampf ref) 570 void glClearColor(GLclampf r, GLclampf g, GLclampf b, GLclampf a) 585 void glClearDepthf(GLclampf depth)
|
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 29 typedef khronos_float_t GLclampf; 592 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref); 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 594 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); 597 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 716 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert) [all...] |
glext.h | 509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar); 514 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth); 516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar); 521 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
|
/frameworks/base/opengl/include/GLES/ |
gl.h | 30 typedef khronos_float_t GLclampf; 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) [all...] |
/frameworks/base/opengl/tests/angeles/include/GLES/ |
gl.h | 65 typedef float GLclampf; 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) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 29 typedef khronos_float_t GLclampf; 592 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref); 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 594 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); 597 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 716 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert) [all...] |
glext.h | 509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar); 514 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth); 516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar); 521 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/ |
gl.h | 29 typedef khronos_float_t GLclampf; 592 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref); 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 594 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); 597 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 716 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert) [all...] |
glext.h | 509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar); 514 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth); 516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar); 521 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/ |
gl.h | 29 typedef khronos_float_t GLclampf; 592 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref); 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 594 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); 597 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 716 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert) [all...] |
glext.h | 509 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar); 514 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth); 516 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar); 521 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/ |
gl.h | 29 typedef khronos_float_t GLclampf; 592 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref); 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 594 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); 597 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 716 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/ |
gl.h | 29 typedef khronos_float_t GLclampf; 592 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref); 593 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 594 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); 597 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 716 GL_API void GL_APIENTRY glSampleCoverage (GLclampf value, GLboolean invert) [all...] |
/external/quake/quake/src/QW/client/ |
glquake2.h | 24 const GLclampf *);
|