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

/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/services/surfaceflinger/
H A DLayerBase.h275 GLclampf r, GLclampf g, GLclampf b, GLclampf alpha) const;
H A DLayerBase.cpp348 GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) const
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h34 typedef khronos_float_t GLclampf; typedef
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 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/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h31 void GLTrace_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
40 void GLTrace_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
41 void GLTrace_glClearDepthf(GLclampf depth);
60 void GLTrace_glDepthRangef(GLclampf zNea
[all...]
H A Dgltrace_api.cpp272 void GLTrace_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
618 void GLTrace_glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
664 void GLTrace_glClearDepthf(GLclampf depth) {
1428 void GLTrace_glDepthRangef(GLclampf zNea
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp218 /* void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
223 (GLclampf)red,
224 (GLclampf)green,
225 (GLclampf)blue,
226 (GLclampf)alpha
371 /* void glClearColor ( GLclampf red, GLclampf gree
[all...]
H A Dandroid_opengl_GLES10.cpp142 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
148 (GLclampf)ref
191 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
196 (GLclampf)red,
197 (GLclampf)green,
198 (GLclampf)blue,
199 (GLclampf)alph
[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.cpp2611 /* void glDepthRangefOES ( GLclampf zNear, GLclampf zFar ) */
2616 (GLclampf)zNear,
2617 (GLclampf)zFar
2801 /* void glClearDepthfOES ( GLclampf depth ) */
2806 (GLclampf)depth

Completed in 9799 milliseconds