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

/frameworks/base/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/base/services/surfaceflinger/
H A DLayerBase.h230 void clearWithOpenGL(const Region& clip, GLclampf r, GLclampf g,
231 GLclampf b, GLclampf alpha) const;
H A DLayerBase.cpp383 void LayerBase::clearWithOpenGL(const Region& clip, GLclampf red,
384 GLclampf green, GLclampf blue,
385 GLclampf alpha) const
/frameworks/base/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...]
/frameworks/base/opengl/libagl/
H A Dstate.cpp221 void glSampleCoverage(GLclampf value, GLboolean invert) {
248 void glAlphaFunc(GLenum func, GLclampf ref)
573 void glClearColor(GLclampf r, GLclampf g, GLclampf b, GLclampf a)
588 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/base/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.h703 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar);
708 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
710 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar);
715 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
/frameworks/base/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/opengl/libs/GLES2_dbg/src/
H A Dcaller.cpp146 static_cast<GLclampf>(cmd.arg0()), static_cast<GLclampf>(cmd.arg1()),
147 static_cast<GLclampf>(cmd.arg2()), static_cast<GLclampf>(cmd.arg3())
194 static_cast<GLclampf>(cmd.arg0()), static_cast<GLclampf>(cmd.arg1()),
195 static_cast<GLclampf>(cmd.arg2()), static_cast<GLclampf>(cmd.arg3())
200 static_cast<GLclampf>(cmd.arg0()));
291 static_cast<GLclampf>(cm
[all...]
H A Dapi.cpp180 void Debug_glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
184 GLclampf red;
185 GLclampf green;
186 GLclampf blue;
187 GLclampf alpha;
392 void Debug_glClearColor(GLclampf red, GLclampf gree
[all...]
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h4 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref)
17 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
30 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
33 GL_ENTRY(void, glClearDepthf, GLclampf dept
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp145 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
151 (GLclampf)ref
194 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
199 (GLclampf)red,
200 (GLclampf)green,
201 (GLclampf)blue,
202 (GLclampf)alph
[all...]
H A Dandroid_opengl_GLES20.cpp214 /* void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
219 (GLclampf)red,
220 (GLclampf)green,
221 (GLclampf)blue,
222 (GLclampf)alpha
341 /* void glClearColor ( GLclampf red, GLclampf gree
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp271 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
277 (GLclampf)ref
320 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
325 (GLclampf)red,
326 (GLclampf)green,
327 (GLclampf)blue,
328 (GLclampf)alph
[all...]
H A Dandroid_opengl_GLES11Ext.cpp2155 /* void glDepthRangefOES ( GLclampf zNear, GLclampf zFar ) */
2160 (GLclampf)zNear,
2161 (GLclampf)zFar
2311 /* void glClearDepthfOES ( GLclampf depth ) */
2316 (GLclampf)depth

Completed in 240 milliseconds