Home
last modified time | relevance | path

Searched refs:glColor4ubv (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_stubbed_in_translator_namespace.cpp11 GL_APICALL void GL_APIENTRY glColor4ubv(const GLubyte *) { return; } in glColor4ubv() function
Dgles1_only.entries14 void glColor4ubv( const GLubyte *v );
Dgles1_stubbed_in_translator_namespace.entries10 void glColor4ubv( const GLubyte *v );
Dgles1_only_dispatch_logging_wrappers.impl45 DISPATCH_DEBUG_LOG("glColor4ubv(v:%p)", v);
Dgles12tr_internal.entries49 void glColor4ubv( const GLubyte* components);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h16 GL_APICALL void GL_APIENTRY glColor4ubv(const GLubyte * v);
Dgles1_only_functions.h16 X(void, glColor4ubv, (const GLubyte * v), (v)) \
Dgles12tr_internal.h51 X(void, glColor4ubv, (const GLubyte* components), (components)) \
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h108 X(void, glColor4ubv, (const GLubyte * v), (v)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h1021 GLAPI void GLAPIENTRY glColor4ubv( const GLubyte *v );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h1059 GLAPI void GLAPIENTRY glColor4ubv( const GLubyte *v );
Dgl_mangle.h217 #define glColor4ubv MANGLE(Color4ubv) macro