Searched refs:GLclampf (Results 1 - 20 of 20) 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/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.h846 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/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.cpp419 /* void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
424 (GLclampf)red,
425 (GLclampf)green,
426 (GLclampf)blue,
427 (GLclampf)alpha
572 /* 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/include/GLES2/
H A Dgl2.h57 typedef khronos_float_t GLclampf; typedef
H A Dgl2ext.h1796 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);
1798 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h543 void GLTrace_glAlphaFuncQCOM(GLenum func, GLclampf ref);
751 void GLTrace_glClearDepthfOES(GLclampf depth);
753 void GLTrace_glDepthRangefOES(GLclampf n, GLclampf f);
H A Dgltrace_api.cpp22652 void GLTrace_glAlphaFuncQCOM(GLenum func, GLclampf ref) {
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h57 typedef khronos_float_t GLclampf; typedef
H A Dgl31.h57 typedef khronos_float_t GLclampf; typedef

Completed in 442 milliseconds