Searched refs:glClearColor (Results 1 – 13 of 13) sorted by relevance
/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 | 25 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 322 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function 325 ctx->glClearColor(ctx, red, green, blue, alpha); in glClearColor()
|
D | gl2_enc.cpp | 4998 this->glClearColor = &glClearColor_enc; in gl2_encoder_context_t()
|
/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 | 10 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 | 8172 this->glClearColor = &glClearColor_enc; in gl_encoder_context_t()
|