Searched defs:glClearColor (Results 1 - 7 of 7) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
H A DGLDispatch.h43 void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); member in class:GLDispatch
H A DGLEScmImp.cpp358 GL_API void GL_APIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { function
360 ctx->dispatcher().glClearColor(red,green,blue,alpha);
365 ctx->dispatcher().glClearColor(X2F(red),X2F(green),X2F(blue),X2F(alpha));
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
H A DGLDispatch.cpp82 void (GLAPIENTRY *GLDispatch::glClearColor)(GLclampf,GLclampf,GLclampf,GLclampf) = NULL; variable
317 LOAD_GL_FUNC(glClearColor);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
H A DGLDispatch.h46 static void (GLAPIENTRY *glClearColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); member in class:GLDispatch
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
H A DGLESv2Imp.cpp330 GL_APICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha){ function
332 ctx->dispatcher().glClearColor(red,green,blue,alpha);
/sdk/emulator/opengl/host/libs/libOpenglRender/
H A DGLDispatch.h24 glClearColor_t glClearColor; member in struct:GLDispatch
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
H A DGLProtoBuf.java57 glClearColor(26, 26), enum constant in enum:GLProtoBuf.GLMessage.Function
654 case 26: return glClearColor;

Completed in 380 milliseconds