/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_proc.h | 23 typedef void (* glAlphaFunc_t) (GLenum, GLclampf); 24 typedef void (* glClearColor_t) (GLclampf, GLclampf, GLclampf, GLclampf); 25 typedef void (* glClearDepthf_t) (GLclampf); 28 typedef void (* glDepthRangef_t) (GLclampf, GLclampf); 145 typedef void (* glSampleCoverage_t) (GLclampf, GLboolean); 243 typedef void (* glDepthRangefOES_t) (GLclampf, GLclampf); 248 typedef void (* glClearDepthfOES_t) (GLclampf);
|
D | gles.cpp | 56 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() 61 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() 66 void glClearDepthf(GLclampf depth) in glClearDepthf() 81 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() 666 void glSampleCoverage(GLclampf value, GLboolean invert) in glSampleCoverage() 1156 void glDepthRangefOES(GLclampf zNear, GLclampf zFar) in glDepthRangefOES() 1181 void glClearDepthfOES(GLclampf depth) in glClearDepthfOES()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.types | 3 GLclampf 32 %f 20 GLclampf* 32 0x%08x
|
D | gles1_wrapper_proc.h | 12 typedef void (gles1_APIENTRY *glAlphaFunc_wrapper_proc_t) (GLenum, GLclampf); 13 typedef void (gles1_APIENTRY *glClearColor_wrapper_proc_t) (GLclampf, GLclampf, GLclampf, GLclampf); 14 typedef void (gles1_APIENTRY *glClearDepthf_wrapper_proc_t) (GLclampf); 17 typedef void (gles1_APIENTRY *glDepthRangef_wrapper_proc_t) (GLclampf, GLclampf); 133 typedef void (gles1_APIENTRY *glSampleCoverage_wrapper_proc_t) (GLclampf, GLboolean); 251 typedef void (gles1_APIENTRY *glDepthRangefOES_wrapper_proc_t) (GLclampf, GLclampf); 257 typedef void (gles1_APIENTRY *glClearDepthfOES_wrapper_proc_t) (GLclampf);
|
D | gles3.types | 3 GLclampf 32 %f 20 GLclampf* 32 0x%08x
|
D | gles3_wrapper_proc.h | 19 typedef void (gles3_APIENTRY *glBlendColor_wrapper_proc_t) (GLclampf, GLclampf, GLclampf, GLclampf); 28 typedef void (gles3_APIENTRY *glClearColor_wrapper_proc_t) (GLclampf, GLclampf, GLclampf, GLclampf); 29 typedef void (gles3_APIENTRY *glClearDepthf_wrapper_proc_t) (GLclampf); 48 typedef void (gles3_APIENTRY *glDepthRangef_wrapper_proc_t) (GLclampf, GLclampf); 107 typedef void (gles3_APIENTRY *glSampleCoverage_wrapper_proc_t) (GLclampf, GLboolean);
|
D | gles1.in | 1 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref) 2 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 3 GL_ENTRY(void, glClearDepthf, GLclampf depth) 6 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar) 122 GL_ENTRY(void, glSampleCoverage, GLclampf value, GLboolean invert) 247 GL_ENTRY(void, glDepthRangefOES, GLclampf zNear, GLclampf zFar) 253 GL_ENTRY(void, glClearDepthfOES, GLclampf depth)
|
D | gles1_wrapper_entry.cpp | 8 void glAlphaFunc(GLenum func, GLclampf ref); 9 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 10 void glClearDepthf(GLclampf depth); 13 void glDepthRangef(GLclampf zNear, GLclampf zFar); 129 void glSampleCoverage(GLclampf value, GLboolean invert); 247 void glDepthRangefOES(GLclampf zNear, GLclampf zFar); 253 void glClearDepthfOES(GLclampf depth); 307 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() 313 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() 319 void glClearDepthf(GLclampf depth) in glClearDepthf() [all …]
|
D | gles3_wrapper_entry.cpp | 15 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 24 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 25 void glClearDepthf(GLclampf depth); 44 void glDepthRangef(GLclampf zNear, GLclampf zFar); 103 void glSampleCoverage(GLclampf value, GLboolean invert); 469 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor() 523 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() 529 void glClearDepthf(GLclampf depth) in glClearDepthf() 643 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() 997 void glSampleCoverage(GLclampf value, GLboolean invert) in glSampleCoverage()
|
D | gles3.in | 8 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 17 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 18 GL_ENTRY(void, glClearDepthf, GLclampf depth) 37 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar) 96 GL_ENTRY(void, glSampleCoverage, GLclampf value, GLboolean invert)
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.types | 3 GLclampf 32 %f 20 GLclampf* 32 0x%08x
|
D | gles1.in | 1 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref) 2 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 3 GL_ENTRY(void, glClearDepthf, GLclampf depth) 6 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar) 122 GL_ENTRY(void, glSampleCoverage, GLclampf value, GLboolean invert) 247 GL_ENTRY(void, glDepthRangefOES, GLclampf zNear, GLclampf zFar) 253 GL_ENTRY(void, glClearDepthfOES, GLclampf depth)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 8 void glAlphaFunc(GLenum func, GLclampf ref); 9 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 10 void glClearDepthf(GLclampf depth); 13 void glDepthRangef(GLclampf zNear, GLclampf zFar); 130 void glSampleCoverage(GLclampf value, GLboolean invert);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.types | 3 GLclampf 32 %f 20 GLclampf* 32 0x%08x
|
D | gles3.in | 8 GL_ENTRY(void, glBlendColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 17 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) 18 GL_ENTRY(void, glClearDepthf, GLclampf depth) 37 GL_ENTRY(void, glDepthRangef, GLclampf zNear, GLclampf zFar) 96 GL_ENTRY(void, glSampleCoverage, GLclampf value, GLboolean invert)
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_client_proc.h | 15 typedef void (gl_APIENTRY *glAlphaFunc_client_proc_t) (void * ctx, GLenum, GLclampf); 16 …oid (gl_APIENTRY *glClearColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf); 17 typedef void (gl_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf); 20 typedef void (gl_APIENTRY *glDepthRangef_client_proc_t) (void * ctx, GLclampf, GLclampf); 136 typedef void (gl_APIENTRY *glSampleCoverage_client_proc_t) (void * ctx, GLclampf, GLboolean); 254 typedef void (gl_APIENTRY *glDepthRangefOES_client_proc_t) (void * ctx, GLclampf, GLclampf); 260 typedef void (gl_APIENTRY *glClearDepthfOES_client_proc_t) (void * ctx, GLclampf);
|
D | gl_entry.cpp | 8 void glAlphaFunc(GLenum func, GLclampf ref); 9 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 10 void glClearDepthf(GLclampf depth); 13 void glDepthRangef(GLclampf zNear, GLclampf zFar); 129 void glSampleCoverage(GLclampf value, GLboolean invert); 247 void glDepthRangefOES(GLclampf zNear, GLclampf zFar); 253 void glClearDepthfOES(GLclampf depth); 309 void glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() 315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() 321 void glClearDepthf(GLclampf depth) in glClearDepthf() [all …]
|
D | gl_enc.cpp | 22 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref) in glAlphaFunc_enc() 48 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc() 76 void glClearDepthf_enc(void *self , GLclampf depth) in glClearDepthf_enc() 157 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc() 3454 void glSampleCoverage_enc(void *self , GLclampf value, GLboolean invert) in glSampleCoverage_enc() 6767 void glDepthRangefOES_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangefOES_enc() 6948 void glClearDepthfOES_enc(void *self , GLclampf depth) in glClearDepthfOES_enc()
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 30 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 value, GLboolean invert);
|
D | glext.h | 846 GL_API void GL_APIENTRY glDepthRangefOES (GLclampf zNear, GLclampf zFar); 851 GL_API void GL_APIENTRY glClearDepthfOES (GLclampf depth); 853 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf zNear, GLclampf zFar); 858 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | gl_base_types.h | 42 typedef khronos_float_t GLclampf; typedef
|
/device/generic/goldfish-opengl/system/egl/ |
D | ClientAPIExts.in | 45 (GLclampf zNear, GLclampf zFar), 65 (GLclampf depth),
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_client_proc.h | 22 …id (gl2_APIENTRY *glBlendColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf); 31 …id (gl2_APIENTRY *glClearColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf); 32 typedef void (gl2_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf); 51 typedef void (gl2_APIENTRY *glDepthRangef_client_proc_t) (void * ctx, GLclampf, GLclampf); 110 typedef void (gl2_APIENTRY *glSampleCoverage_client_proc_t) (void * ctx, GLclampf, GLboolean);
|
D | gl2_entry.cpp | 15 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 24 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 25 void glClearDepthf(GLclampf depth); 44 void glDepthRangef(GLclampf zNear, GLclampf zFar); 103 void glSampleCoverage(GLclampf value, GLboolean invert); 482 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor() 536 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() 542 void glClearDepthf(GLclampf depth) in glClearDepthf() 662 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() 1025 void glSampleCoverage(GLclampf value, GLboolean invert) in glSampleCoverage()
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 57 typedef khronos_float_t GLclampf; typedef
|