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/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.cpp467 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
473 (GLclampf)ref
516 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
521 (GLclampf)red,
522 (GLclampf)green,
523 (GLclampf)blue,
524 (GLclampf)alph
[all...]
H A Dandroid_opengl_GLES20.cpp550 /* void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
555 (GLclampf)red,
556 (GLclampf)green,
557 (GLclampf)blue,
558 (GLclampf)alpha
709 /* void glClearColor ( GLclampf red, GLclampf gree
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp276 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
282 (GLclampf)ref
325 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
330 (GLclampf)red,
331 (GLclampf)green,
332 (GLclampf)blue,
333 (GLclampf)alph
[all...]
H A Dandroid_opengl_GLES11Ext.cpp3263 /* void glDepthRangefOES ( GLclampf zNear, GLclampf zFar ) */
3268 (GLclampf)zNear,
3269 (GLclampf)zFar
3473 /* void glClearDepthfOES ( GLclampf depth ) */
3478 (GLclampf)depth
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h65 typedef khronos_float_t GLclampf; typedef
H A Dgl2ext.h2810 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/
H A Dgl3.h65 typedef khronos_float_t GLclampf; typedef
H A Dgl31.h65 typedef khronos_float_t GLclampf; typedef
H A Dgl32.h65 typedef khronos_float_t GLclampf; typedef

Completed in 853 milliseconds