Searched refs:glColor4ubv (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_stubbed_in_translator_namespace.cpp | 11 GL_APICALL void GL_APIENTRY glColor4ubv(const GLubyte *) { return; } in glColor4ubv() function
|
D | gles1_only.entries | 14 void glColor4ubv( const GLubyte *v );
|
D | gles1_stubbed_in_translator_namespace.entries | 10 void glColor4ubv( const GLubyte *v );
|
D | gles1_only_dispatch_logging_wrappers.impl | 45 DISPATCH_DEBUG_LOG("glColor4ubv(v:%p)", v);
|
D | gles12tr_internal.entries | 49 void glColor4ubv( const GLubyte* components);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 16 GL_APICALL void GL_APIENTRY glColor4ubv(const GLubyte * v);
|
D | gles1_only_functions.h | 16 X(void, glColor4ubv, (const GLubyte * v), (v)) \
|
D | gles12tr_internal.h | 51 X(void, glColor4ubv, (const GLubyte* components), (components)) \
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 108 X(void, glColor4ubv, (const GLubyte * v), (v)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 1021 GLAPI void GLAPIENTRY glColor4ubv( const GLubyte *v );
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1059 GLAPI void GLAPIENTRY glColor4ubv( const GLubyte *v );
|
D | gl_mangle.h | 217 #define glColor4ubv MANGLE(Color4ubv) macro
|