Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_stubbed_in_translator_namespace.cpp12 GL_APICALL void GL_APIENTRY glNormal3fv(const GLfloat *) { return; } in glNormal3fv() function
Dgles1_only.entries46 void glNormal3fv( const GLfloat *v );
Dgles1_stubbed_in_translator_namespace.entries11 void glNormal3fv( const GLfloat *v );
Dgles1_only_dispatch_logging_wrappers.impl205 DISPATCH_DEBUG_LOG("glNormal3fv(v:%p)", v);
Dgles12tr_internal.entries214 void glNormal3fv( const GLfloat* coords);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h48 GL_APICALL void GL_APIENTRY glNormal3fv(const GLfloat * v);
Dgles1_only_functions.h48 X(void, glNormal3fv, (const GLfloat * v), (v)) \
Dgles12tr_internal.h216 X(void, glNormal3fv, (const GLfloat* coords), (coords)) \
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h141 X(void, glNormal3fv, (const GLfloat * v), (v)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h963 GLAPI void GLAPIENTRY glNormal3fv( const GLfloat *v );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h1001 GLAPI void GLAPIENTRY glNormal3fv( const GLfloat *v );
Dgl_mangle.h1227 #define glNormal3fv MANGLE(Normal3fv) macro