Searched refs:glColor4fv (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_stubbed_in_translator_namespace.cpp | 10 GL_APICALL void GL_APIENTRY glColor4fv(const GLfloat *) { return; } in glColor4fv() function
|
D | gles1_only.entries | 12 void glColor4fv( const GLfloat *v );
|
D | gles1_stubbed_in_translator_namespace.entries | 9 void glColor4fv( const GLfloat *v );
|
D | gles1_only_dispatch_logging_wrappers.impl | 35 DISPATCH_DEBUG_LOG("glColor4fv(v:%p)", v);
|
D | gles12tr_internal.entries | 47 void glColor4fv( const GLfloat* components);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 14 GL_APICALL void GL_APIENTRY glColor4fv(const GLfloat * v);
|
D | gles1_only_functions.h | 14 X(void, glColor4fv, (const GLfloat * v), (v)) \
|
D | gles12tr_internal.h | 49 X(void, glColor4fv, (const GLfloat* components), (components)) \
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 106 X(void, glColor4fv, (const GLfloat * v), (v)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 1018 GLAPI void GLAPIENTRY glColor4fv( const GLfloat *v );
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1056 GLAPI void GLAPIENTRY glColor4fv( const GLfloat *v );
|
D | gl_mangle.h | 205 #define glColor4fv MANGLE(Color4fv) macro
|