/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/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_client_proc.h | 19 …id (gl2_APIENTRY *glBlendColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf); 28 …id (gl2_APIENTRY *glClearColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf); 29 typedef void (gl2_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf); 48 typedef void (gl2_APIENTRY *glDepthRangef_client_proc_t) (void * ctx, GLclampf, GLclampf); 107 typedef void (gl2_APIENTRY *glSampleCoverage_client_proc_t) (void * ctx, GLclampf, GLboolean);
|
D | gl2_entry.cpp | 16 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 25 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 26 void glClearDepthf(GLclampf depth); 45 void glDepthRangef(GLclampf zNear, GLclampf zFar); 104 void glSampleCoverage(GLclampf value, GLboolean invert); 268 void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor() 322 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() 328 void glClearDepthf(GLclampf depth) in glClearDepthf() 446 void glDepthRangef(GLclampf zNear, GLclampf zFar) in glDepthRangef() 804 void glSampleCoverage(GLclampf value, GLboolean invert) in glSampleCoverage()
|
D | gl2_enc.cpp | 134 void glBlendColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor_enc() 294 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc() 312 void glClearDepthf_enc(void *self , GLclampf depth) in glClearDepthf_enc() 654 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc() 1690 void glSampleCoverage_enc(void *self , GLclampf value, GLboolean invert) in glSampleCoverage_enc()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_client_proc.h | 12 typedef void (gl_APIENTRY *glAlphaFunc_client_proc_t) (void * ctx, GLenum, GLclampf); 13 …oid (gl_APIENTRY *glClearColor_client_proc_t) (void * ctx, GLclampf, GLclampf, GLclampf, GLclampf); 14 typedef void (gl_APIENTRY *glClearDepthf_client_proc_t) (void * ctx, GLclampf); 17 typedef void (gl_APIENTRY *glDepthRangef_client_proc_t) (void * ctx, GLclampf, GLclampf); 133 typedef void (gl_APIENTRY *glSampleCoverage_client_proc_t) (void * ctx, GLclampf, GLboolean); 251 typedef void (gl_APIENTRY *glDepthRangefOES_client_proc_t) (void * ctx, GLclampf, GLclampf); 257 typedef void (gl_APIENTRY *glClearDepthfOES_client_proc_t) (void * ctx, GLclampf);
|
D | gl_entry.cpp | 9 void glAlphaFunc(GLenum func, GLclampf ref); 10 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 11 void glClearDepthf(GLclampf depth); 14 void glDepthRangef(GLclampf zNear, GLclampf zFar); 130 void glSampleCoverage(GLclampf value, GLboolean invert); 248 void glDepthRangefOES(GLclampf zNear, GLclampf zFar); 254 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 | 20 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref) in glAlphaFunc_enc() 36 void glClearColor_enc(void *self , GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor_enc() 54 void glClearDepthf_enc(void *self , GLclampf depth) in glClearDepthf_enc() 105 void glDepthRangef_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangef_enc() 2039 void glSampleCoverage_enc(void *self , GLclampf value, GLboolean invert) in glSampleCoverage_enc() 4032 void glDepthRangefOES_enc(void *self , GLclampf zNear, GLclampf zFar) in glDepthRangefOES_enc() 4142 void glClearDepthfOES_enc(void *self , GLclampf depth) in glClearDepthfOES_enc()
|
/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),
|