/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 21 {"glClearColor", (void *)glClearColor},
|
D | gles_dispatch.h | 24 glClearColor_t glClearColor; member 296 …t set_glClearColor(glClearColor_t f) { glClearColor_t retval = glClearColor; glClearColor = f; ret… in set_glClearColor()
|
D | gles.cpp | 61 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function 63 getDispatch()->glClearColor(red, green, blue, alpha); in glClearColor()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 12 {"glClearColor", (void*)glClearColor},
|
D | gl_client_context.h | 14 glClearColor_client_proc_t glClearColor; member
|
D | gl_client_context.cpp | 14 glClearColor = (glClearColor_client_proc_t) getProc("glClearColor", userData); in initDispatchByName()
|
D | gl_entry.cpp | 9 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function 318 ctx->glClearColor(ctx, red, green, blue, alpha); in glClearColor()
|
D | gl_enc.cpp | 8373 this->glClearColor = &glClearColor_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 27 {"glClearColor", (void*)glClearColor},
|
D | gl2_client_context.h | 29 glClearColor_client_proc_t glClearColor; member
|
D | gl2_client_context.cpp | 29 glClearColor = (glClearColor_client_proc_t) getProc("glClearColor", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 24 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 538 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function 541 ctx->glClearColor(ctx, red, green, blue, alpha); in glClearColor()
|
D | gl2_enc.cpp | 11589 this->glClearColor = &glClearColor_enc; in gl2_encoder_context_t()
|
/device/generic/goldfish/camera/ |
D | EmulatedFakeRotatingCameraDevice.cpp | 140 glClearColor(0.5, 0.5, 0.5, 1.0); in render()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 21 void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
D | gles1_core.entries | 9 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 2 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
D | gl31.h | 393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 17 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
|