Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_stubbed_in_translator_namespace.cpp10 GL_APICALL void GL_APIENTRY glColor4fv(const GLfloat *) { return; } in glColor4fv() function
Dgles1_only.entries12 void glColor4fv( const GLfloat *v );
Dgles1_stubbed_in_translator_namespace.entries9 void glColor4fv( const GLfloat *v );
Dgles1_only_dispatch_logging_wrappers.impl35 DISPATCH_DEBUG_LOG("glColor4fv(v:%p)", v);
Dgles12tr_internal.entries47 void glColor4fv( const GLfloat* components);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h14 GL_APICALL void GL_APIENTRY glColor4fv(const GLfloat * v);
Dgles1_only_functions.h14 X(void, glColor4fv, (const GLfloat * v), (v)) \
Dgles12tr_internal.h49 X(void, glColor4fv, (const GLfloat* components), (components)) \
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h106 X(void, glColor4fv, (const GLfloat * v), (v)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h1018 GLAPI void GLAPIENTRY glColor4fv( const GLfloat *v );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h1056 GLAPI void GLAPIENTRY glColor4fv( const GLfloat *v );
Dgl_mangle.h205 #define glColor4fv MANGLE(Color4fv) macro