Home
last modified time | relevance | path

Searched refs:glBegin (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_stubbed_in_translator_namespace.cpp93 GL_APICALL void GL_APIENTRY glBegin(GLenum) { return; } in glBegin() function
Dgles1_only.entries7 void glBegin( GLenum mode );
Dgles1_stubbed_in_translator_namespace.entries92 void glBegin( GLenum mode );
Dgles1_only_dispatch_logging_wrappers.impl10 DISPATCH_DEBUG_LOG("glBegin(mode:0x%X)", mode);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h9 GL_APICALL void GL_APIENTRY glBegin(GLenum mode);
Dgles1_only_functions.h9 X(void, glBegin, (GLenum mode), (mode)) \
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h101 X(void, glBegin, (GLenum mode), (mode)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h919 GLAPI void GLAPIENTRY glBegin( GLenum mode );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h957 GLAPI void GLAPIENTRY glBegin( GLenum mode );
Dgl_mangle.h56 #define glBegin MANGLE(Begin) macro