Searched refs:GLclampf (Results 1 - 17 of 17) 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/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.cpp880 static void depthRangef(GLclampf zNear, GLclampf zFar, ogles_context_t* c)
1083 void glDepthRangef(GLclampf zNear, GLclampf zFar)
/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/include/GLES/
H A Dglext.h410 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
412 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf n, GLclampf f);
417 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth);
419 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf n, GLclampf f);
H A Dgl.h70 typedef khronos_float_t GLclampf; typedef
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp466 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
472 (GLclampf)ref
515 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
520 (GLclampf)red,
521 (GLclampf)green,
522 (GLclampf)blue,
523 (GLclampf)alph
[all...]
H A Dandroid_opengl_GLES20.cpp549 /* void glBlendColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
554 (GLclampf)red,
555 (GLclampf)green,
556 (GLclampf)blue,
557 (GLclampf)alpha
708 /* void glClearColor ( GLclampf red, GLclampf gree
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp275 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
281 (GLclampf)ref
324 /* void glClearColor ( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha ) */
329 (GLclampf)red,
330 (GLclampf)green,
331 (GLclampf)blue,
332 (GLclampf)alph
[all...]
H A Dandroid_opengl_GLES11Ext.cpp3262 /* void glDepthRangefOES ( GLclampf zNear, GLclampf zFar ) */
3267 (GLclampf)zNear,
3268 (GLclampf)zFar
3472 /* void glClearDepthfOES ( GLclampf depth ) */
3477 (GLclampf)depth
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h63 typedef khronos_float_t GLclampf; typedef
H A Dgl2ext.h3449 typedef void (GL_APIENTRYP PFNGLALPHAFUNCQCOMPROC) (GLenum func, GLclampf ref);
3451 GL_APICALL void GL_APIENTRY glAlphaFuncQCOM (GLenum func, GLclampf ref);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h63 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 129 milliseconds