Searched refs:glColor4ub (Results 1 – 11 of 11) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
D | GLDispatch.cpp | 74 LOAD_GL_FUNC(glColor4ub); in dispatchFuncs()
|
D | GLDispatch.h | 51 void (GLAPIENTRY *glColor4ub) (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
D | GLEScmImp.cpp | 416 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/ |
D | GLDispatch.h | 74 glColor4ub_t glColor4ub; member
|
D | GLDispatch.cpp | 91 s_gl.glColor4ub = (glColor4ub_t) s_gles_lib->findSymbol("glColor4ub"); in init_gl_dispatch()
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLDispatch.cpp | 146 void (GLAPIENTRY *GLDispatch::glColor4ub)(GLubyte,GLubyte,GLubyte,GLubyte) = NULL; 399 LOAD_GL_FUNC(glColor4ub); in dispatchFuncs()
|
/sdk/emulator/opengl/host/libs/Translator/include/GLES/ |
D | gl.h | 646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
D | GLDispatch.h | 126 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/ |
D | GLProtoBuf.java | 74 glColor4ub(43, 43), enumConstant 567 case 43: return glColor4ub; in valueOf()
|
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
D | gl.in | 51 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 56 void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha
|