/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_proc.h | 62 typedef void (* glAlphaFuncx_t) (GLenum, GLclampx); 69 typedef void (* glClearColorx_t) (GLclampx, GLclampx, GLclampx, GLclampx); 70 typedef void (* glClearDepthx_t) (GLclampx); 87 typedef void (* glDepthRangex_t) (GLclampx, GLclampx); 146 typedef void (* glSampleCoveragex_t) (GLclampx, GLboolean); 181 typedef void (* glAlphaFuncxOES_t) (GLenum, GLclampx); 182 typedef void (* glClearColorxOES_t) (GLclampx, GLclampx, GLclampx, GLclampx); 183 typedef void (* glClearDepthxOES_t) (GLclampx); 186 typedef void (* glDepthRangexOES_t) (GLclampx, GLclampx); 213 typedef void (* glSampleCoveragexOES_t) (GLclampx, GLboolean);
|
D | gles.cpp | 251 void glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx() 286 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorx() 291 void glClearDepthx(GLclampx depth) in glClearDepthx() 376 void glDepthRangex(GLclampx zNear, GLclampx zFar) in glDepthRangex() 671 void glSampleCoveragex(GLclampx value, GLboolean invert) in glSampleCoveragex() 846 void glAlphaFuncxOES(GLenum func, GLclampx ref) in glAlphaFuncxOES() 851 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorxOES() 856 void glClearDepthxOES(GLclampx depth) in glClearDepthxOES() 871 void glDepthRangexOES(GLclampx zNear, GLclampx zFar) in glDepthRangexOES() 1006 void glSampleCoveragexOES(GLclampx value, GLboolean invert) in glSampleCoveragexOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_client_proc.h | 54 typedef void (gl_APIENTRY *glAlphaFuncx_client_proc_t) (void * ctx, GLenum, GLclampx); 61 …id (gl_APIENTRY *glClearColorx_client_proc_t) (void * ctx, GLclampx, GLclampx, GLclampx, GLclampx); 62 typedef void (gl_APIENTRY *glClearDepthx_client_proc_t) (void * ctx, GLclampx); 78 typedef void (gl_APIENTRY *glDepthRangex_client_proc_t) (void * ctx, GLclampx, GLclampx); 137 typedef void (gl_APIENTRY *glSampleCoveragex_client_proc_t) (void * ctx, GLclampx, GLboolean); 190 typedef void (gl_APIENTRY *glAlphaFuncxOES_client_proc_t) (void * ctx, GLenum, GLclampx); 191 …(gl_APIENTRY *glClearColorxOES_client_proc_t) (void * ctx, GLclampx, GLclampx, GLclampx, GLclampx); 192 typedef void (gl_APIENTRY *glClearDepthxOES_client_proc_t) (void * ctx, GLclampx); 196 typedef void (gl_APIENTRY *glDepthRangexOES_client_proc_t) (void * ctx, GLclampx, GLclampx); 224 typedef void (gl_APIENTRY *glSampleCoveragexOES_client_proc_t) (void * ctx, GLclampx, GLboolean);
|
D | gl_entry.cpp | 47 void glAlphaFuncx(GLenum func, GLclampx ref); 54 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 55 void glClearDepthx(GLclampx depth); 71 void glDepthRangex(GLclampx zNear, GLclampx zFar); 130 void glSampleCoveragex(GLclampx value, GLboolean invert); 183 void glAlphaFuncxOES(GLenum func, GLclampx ref); 184 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 185 void glClearDepthxOES(GLclampx depth); 189 void glDepthRangexOES(GLclampx zNear, GLclampx zFar); 217 void glSampleCoveragexOES(GLclampx value, GLboolean invert); [all …]
|
D | gl_enc.cpp | 1160 void glAlphaFuncx_enc(void *self , GLenum func, GLclampx ref) in glAlphaFuncx_enc() 1349 void glClearColorx_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorx_enc() 1377 void glClearDepthx_enc(void *self , GLclampx depth) in glClearDepthx_enc() 1800 void glDepthRangex_enc(void *self , GLclampx zNear, GLclampx zFar) in glDepthRangex_enc() 3480 void glSampleCoveragex_enc(void *self , GLclampx value, GLboolean invert) in glSampleCoveragex_enc() 4928 void glAlphaFuncxOES_enc(void *self , GLenum func, GLclampx ref) in glAlphaFuncxOES_enc() 4954 void glClearColorxOES_enc(void *self , GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorxOES_enc() 4982 void glClearDepthxOES_enc(void *self , GLclampx depth) in glClearDepthxOES_enc() 5091 void glDepthRangexOES_enc(void *self , GLclampx zNear, GLclampx zFar) in glDepthRangexOES_enc() 5942 void glSampleCoveragexOES_enc(void *self , GLclampx value, GLboolean invert) in glSampleCoveragexOES_enc()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.types | 4 GLclampx 32 0x%08x 21 GLclampx* 32 0x%08x
|
D | gles1.in | 40 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLclampx ref) 47 GL_ENTRY(void, glClearColorx, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) 48 GL_ENTRY(void, glClearDepthx, GLclampx depth) 64 GL_ENTRY(void, glDepthRangex, GLclampx zNear, GLclampx zFar) 123 GL_ENTRY(void, glSampleCoveragex, GLclampx value, GLboolean invert) 183 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLclampx ref) 184 GL_ENTRY(void, glClearColorxOES, GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) 185 GL_ENTRY(void, glClearDepthxOES, GLclampx depth) 189 GL_ENTRY(void, glDepthRangexOES, GLclampx zNear, GLclampx zFar) 217 GL_ENTRY(void, glSampleCoveragexOES, GLclampx value, GLboolean invert)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 47 void glAlphaFuncx(GLenum func, GLclampx ref); 54 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 55 void glClearDepthx(GLclampx depth); 72 void glDepthRangex(GLclampx zNear, GLclampx zFar); 131 void glSampleCoveragex(GLclampx value, GLboolean invert);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.types | 4 GLclampx 32 0x%08x 21 GLclampx* 32 0x%08x
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 667 GL_API void GL_APIENTRY glAlphaFuncxOES (GLenum func, GLclampx ref); 668 GL_API void GL_APIENTRY glClearColorxOES (GLclampx red, GLclampx green, GLclampx blue, GLclampx alp… 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 ref); 708 …edef void (GL_APIENTRYP PFNGLCLEARCOLORXOESPROC) (GLclampx red, GLclampx green, GLclampx blue, GLc… 709 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHXOESPROC) (GLclampx depth); 712 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEXOESPROC) (GLclampx zNear, GLclampx zFar); 739 typedef void (GL_APIENTRYP PFNGLSAMPLECOVERAGEXOESPROC) (GLclampx value, GLboolean invert);
|
D | gl.h | 32 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 value, GLboolean invert);
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | gl_base_types.h | 44 typedef khronos_int32_t GLclampx; typedef
|