Searched refs:glNormal3fv (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_stubbed_in_translator_namespace.cpp | 12 GL_APICALL void GL_APIENTRY glNormal3fv(const GLfloat *) { return; } in glNormal3fv() function
|
D | gles1_only.entries | 46 void glNormal3fv( const GLfloat *v );
|
D | gles1_stubbed_in_translator_namespace.entries | 11 void glNormal3fv( const GLfloat *v );
|
D | gles1_only_dispatch_logging_wrappers.impl | 205 DISPATCH_DEBUG_LOG("glNormal3fv(v:%p)", v);
|
D | gles12tr_internal.entries | 214 void glNormal3fv( const GLfloat* coords);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 48 GL_APICALL void GL_APIENTRY glNormal3fv(const GLfloat * v);
|
D | gles1_only_functions.h | 48 X(void, glNormal3fv, (const GLfloat * v), (v)) \
|
D | gles12tr_internal.h | 216 X(void, glNormal3fv, (const GLfloat* coords), (coords)) \
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 141 X(void, glNormal3fv, (const GLfloat * v), (v)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 963 GLAPI void GLAPIENTRY glNormal3fv( const GLfloat *v );
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1001 GLAPI void GLAPIENTRY glNormal3fv( const GLfloat *v );
|
D | gl_mangle.h | 1227 #define glNormal3fv MANGLE(Normal3fv) macro
|