Home
last modified time | relevance | path

Searched refs:glColor4ub (Results 1 – 11 of 11) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.cpp74 LOAD_GL_FUNC(glColor4ub); in dispatchFuncs()
DGLDispatch.h51 void (GLAPIENTRY *glColor4ub) (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
DGLEScmImp.cpp416 GL_API void GL_APIENTRY glColor4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { in glColor4ub() function
418 ctx->dispatcher().glColor4ub(red,green,blue,alpha); in glColor4ub()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DGLDispatch.h74 glColor4ub_t glColor4ub; member
DGLDispatch.cpp91 s_gl.glColor4ub = (glColor4ub_t) s_gles_lib->findSymbol("glColor4ub"); in init_gl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp146 void (GLAPIENTRY *GLDispatch::glColor4ub)(GLubyte,GLubyte,GLubyte,GLubyte) = NULL;
399 LOAD_GL_FUNC(glColor4ub); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h126 static void (GLAPIENTRY *glColor4ub) (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java74 glColor4ub(43, 43), enumConstant
567 case 43: return glColor4ub; in valueOf()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.in51 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in56 void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha