Searched refs:GLclampx (Results 1 - 12 of 12) 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.cpp346 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
352 (GLclampx)ref
397 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
402 (GLclampx)red,
403 (GLclampx)green,
404 (GLclampx)blue,
405 (GLclampx)alph
[all...]
H A Dandroid_opengl_GLES11Ext.cpp792 /* void glAlphaFuncxOES ( GLenum func, GLclampx ref ) */
798 (GLclampx)ref
802 /* void glClearColorxOES ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
807 (GLclampx)red,
808 (GLclampx)green,
809 (GLclampx)blue,
810 (GLclampx)alph
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp280 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
286 (GLclampx)ref
331 /* void glClearColorx ( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha ) */
336 (GLclampx)red,
337 (GLclampx)green,
338 (GLclampx)blue,
339 (GLclampx)alph
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h639 void GLTrace_glSampleCoveragex(GLclampx value, GLboolean invert);
726 void GLTrace_glSampleCoveragexOES(GLclampx value, GLboolean invert);
H A Dgltrace_api.cpp26255 void GLTrace_glSampleCoveragex(GLclampx value, GLboolean invert) {
[all...]

Completed in 975 milliseconds