Searched refs:GLclampx (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec14 void glAlphaFuncxOES ( GLenum func, GLclampx ref )
15 void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
16 void glClearDepthxOES ( GLclampx depth )
19 void glDepthRangexOES ( GLclampx zNear, GLclampx zFar )
46 void glSampleCoveragexOES ( GLclampx value, GLboolean invert )
H A DGLES10.spec3 void glAlphaFuncx ( GLenum func, GLclampx ref )
8 void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha )
10 void glClearDepthx ( GLclampx depth )
26 void glDepthRangex ( GLclampx zNear, GLclampx zFar )
86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
/frameworks/native/opengl/libagl/
H A Dstate.cpp224 void glSampleCoveragex(GLclampx /*value*/, GLboolean /*invert*/) {
554 void glAlphaFuncx(GLenum func, GLclampx ref) {
569 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) {
584 void glClearDepthx(GLclampx depth) {
H A Dmatrix.cpp1100 void glDepthRangex(GLclampx zNear, GLclampx zFar)
/frameworks/native/opengl/include/GLES/
H A Dglext.h667 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref);
668 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
669 GL_API void GL_APIENTRY glClearDepthxOES (GLclampx depth);
672 GL_API void GL_APIENTRY glDepthRangexOES (GLclampx zNear, GLclampx zFar);
699 GL_API void GL_APIENTRY glSampleCoveragexOES (GLclampx value, GLboolean invert);
707 typedef void (GL_APIENTRYP PFNGLALPHAFUNCXOESPROC) (GLenum func, GLclampx re
[all...]
H A Dgl.h32 typedef khronos_int32_t GLclampx; typedef
634 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
641 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
642 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth);
659 GL_API void GL_APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx valu
[all...]
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h70 typedef int GLclampx; typedef
475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
480 GLAPI void APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha);
482 GLAPI void APIENTRY glClearDepthx (GLclampx depth);
498 GLAPI void APIENTRY glDepthRangex (GLclampx zNear, GLclampx zFar);
558 GLAPI void APIENTRY glSampleCoveragex (GLclampx valu
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp477 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
483 (GLclampx)ref
528 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
533 (GLclampx)red,
534 (GLclampx)green,
535 (GLclampx)blue,
536 (GLclampx)alph
[all...]
H A Dandroid_opengl_GLES11Ext.cpp975 /* void glAlphaFuncxOES ( GLenum func, GLclampx ref ) */
981 (GLclampx)ref
985 /* void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
990 (GLclampx)red,
991 (GLclampx)green,
992 (GLclampx)blue,
993 (GLclampx)alph
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp286 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
292 (GLclampx)ref
337 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
342 (GLclampx)red,
343 (GLclampx)green,
344 (GLclampx)blue,
345 (GLclampx)alph
[all...]

Completed in 5010 milliseconds