/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
D | triangleV2.cpp | 231 glClearColor(0.0f, 0.0f, 1.0f, 1.0f); in Init() 233 glClearColor(1.0f, 0.0f, 0.0f, 1.0f); in Init()
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLDispatch.cpp | 66 LOAD_GL_FUNC(glClearColor); in dispatchFuncs()
|
D | GLDispatch.h | 43 void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
D | GLEScmImp.cpp | 358 GL_API void GL_APIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)… in glClearColor() function 360 ctx->dispatcher().glClearColor(red,green,blue,alpha); in glClearColor() 365 ctx->dispatcher().glClearColor(X2F(red),X2F(green),X2F(blue),X2F(alpha)); in glClearColorx()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | GLDispatch.h | 24 glClearColor_t glClearColor; member
|
D | GLDispatch.cpp | 41 s_gl.glClearColor = (glClearColor_t) s_gles_lib->findSymbol("glClearColor"); in init_gl_dispatch()
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 262 glClearColor(0.6f, 0.8f, 1.0f, 1.0f); // clear blue in WinMain()
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 81 void (GLAPIENTRY *GLDispatch::glClearColor)(GLclampf,GLclampf,GLclampf,GLclampf) = NULL; 316 LOAD_GL_FUNC(glClearColor); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
D | gl2.h | 490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 46 …static void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alph…
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
D | gl2.in | 17 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 57 glClearColor(26, 26), enumConstant 550 case 26: return glClearColor; in valueOf()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.in | 2 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
D | GLESv2Imp.cpp | 330 GL_APICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alp… in glClearColor() function 332 ctx->dispatcher().glClearColor(red,green,blue,alpha); in glClearColor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 40 void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha
|