Home
last modified time | relevance | path

Searched refs:glClearColor (Results 1 – 16 of 16) sorted by relevance

/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp231 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/
DGLDispatch.cpp66 LOAD_GL_FUNC(glClearColor); in dispatchFuncs()
DGLDispatch.h43 void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
DGLEScmImp.cpp358 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/
DGLDispatch.h24 glClearColor_t glClearColor; member
DGLDispatch.cpp41 s_gl.glClearColor = (glClearColor_t) s_gles_lib->findSymbol("glClearColor"); in init_gl_dispatch()
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp262 glClearColor(0.6f, 0.8f, 1.0f, 1.0f); // clear blue in WinMain()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp81 void (GLAPIENTRY *GLDispatch::glClearColor)(GLclampf,GLclampf,GLclampf,GLclampf) = NULL;
316 LOAD_GL_FUNC(glClearColor); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h490 GL_APICALL void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLcl…
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h46 …static void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alph…
/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.in17 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/
DGLProtoBuf.java57 glClearColor(26, 26), enumConstant
550 case 26: return glClearColor; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in2 GL_ENTRY(void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp330 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/
Dentries.in40 void, glClearColor, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha