Searched defs:glClearColor (Results 1 – 7 of 7) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 105 public void glClearColor(float red, float green, float blue, float alpha) { in glClearColor() method in MatrixTrackingGL
|
/development/tools/emulator/opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 322 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function
|
D | gl2_client_context.h | 27 glClearColor_client_proc_t glClearColor; member
|
/development/tools/emulator/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
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() function
|
D | gl_client_context.h | 12 glClearColor_client_proc_t glClearColor; member
|