Searched refs:GLclampf (Results 1 - 19 of 19) sorted by relevance

/frameworks/native/services/surfaceflinger/RenderEngine/
H A DDescription.h39 GLclampf mPlaneAlpha;
50 GLclampf mColor[4];
61 void setPlaneAlpha(GLclampf planeAlpha);
66 void setColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
H A DDescription.cpp43 void Description::setPlaneAlpha(GLclampf planeAlpha) {
72 void Description::setColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES20.spec8 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 zNea
[all...]
H A DGLES10.spec2 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 )
H A DGLES11Ext.spec76 void glDepthRangefOES ( GLclampf zNear, GLclampf zFar )
81 void glClearDepthfOES ( GLclampf depth )
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h34 typedef khronos_float_t GLclampf; typedef
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 dept
[all...]
H A Dgl2ext.h1330 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);
1332 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);
/frameworks/native/opengl/libagl/
H A Dstate.cpp222 void glSampleCoverage(GLclampf value, GLboolean invert) {
249 void glAlphaFunc(GLenum func, GLclampf ref)
574 void glClearColor(GLclampf r, GLclampf g, GLclampf b, GLclampf a)
589 void glClearDepthf(GLclampf depth)
H A Dmatrix.cpp891 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c)
1094 void glDepthRangef(GLclampf zNear, GLclampf zFar)
/frameworks/native/opengl/include/GLES/
H A Dgl.h30 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 valu
[all...]
H A Dglext.h792 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
797 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
799 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar);
804 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h65 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 valu
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp336 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
342 (GLclampf)ref
385 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
390 (GLclampf)red,
391 (GLclampf)green,
392 (GLclampf)blue,
393 (GLclampf)alph
[all...]
H A Dandroid_opengl_GLES20.cpp418 /* void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
423 (GLclampf)red,
424 (GLclampf)green,
425 (GLclampf)blue,
426 (GLclampf)alpha
571 /* void glClearColor ( GLclampf red, GLclampf gree
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp270 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
276 (GLclampf)ref
319 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
324 (GLclampf)red,
325 (GLclampf)green,
326 (GLclampf)blue,
327 (GLclampf)alph
[all...]
H A Dandroid_opengl_GLES11Ext.cpp2816 /* void glDepthRangefOES ( GLclampf zNear, GLclampf zFar ) */
2821 (GLclampf)zNear,
2822 (GLclampf)zFar
3006 /* void glClearDepthfOES ( GLclampf depth ) */
3011 (GLclampf)depth
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h375 void GLTrace_glAlphaFuncQCOM(GLenum func, GLclampf ref);
397 void GLTrace_glAlphaFunc(GLenum func, GLclampf ref);
557 void GLTrace_glDepthRangefOES(GLclampf zNear, GLclampf zFar);
562 void GLTrace_glClearDepthfOES(GLclampf depth);
H A Dgltrace_api.cpp14970 void GLTrace_glAlphaFuncQCOM(GLenum func, GLclampf ref) {
15786 void GLTrace_glAlphaFunc(GLenum func, GLclampf ref) {
21796 void GLTrace_glDepthRangefOES(GLclampf zNear, GLclampf zFar) {
22016 void GLTrace_glClearDepthfOES(GLclampf depth) {
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h56 typedef khronos_float_t GLclampf; typedef

Completed in 1499 milliseconds