Searched defs:glClearColor (Results 1 – 10 of 10) sorted by relevance
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1_wrapper_context.h | 14 glClearColor_wrapper_proc_t glClearColor; member
|
D | gles3_wrapper_context.h | 29 glClearColor_wrapper_proc_t glClearColor; member
|
D | gles1_wrapper_entry.cpp | 313 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function
|
D | gles3_wrapper_entry.cpp | 523 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_client_context.h | 14 glClearColor_client_proc_t glClearColor; member
|
D | gl_entry.cpp | 315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_client_context.h | 29 glClearColor_client_proc_t glClearColor; member
|
D | gl2_entry.cpp | 536 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 61 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function
|
D | gles_dispatch.h | 24 glClearColor_t glClearColor; member
|