Home
last modified time | relevance | path

Searched refs:glPrimitiveRestartIndex (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_extensions.entries6 void glPrimitiveRestartIndex(GLuint index);
Dgles3_extensions_dispatch_logging_wrappers.impl10 DISPATCH_DEBUG_LOG("glPrimitiveRestartIndex(index:%d)", index);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_extensions_static_translator_namespaced_header.h9 GL_APICALL void GL_APIENTRY glPrimitiveRestartIndex(GLuint index);
Dgles3_extensions_functions.h9 X(void, glPrimitiveRestartIndex, (GLuint index), (index)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp3227 gl.glPrimitiveRestartIndex(0xff); in updatePrimitiveRestartIndex()
3230 gl.glPrimitiveRestartIndex(0xffff); in updatePrimitiveRestartIndex()
3233 gl.glPrimitiveRestartIndex(0xffffffff); in updatePrimitiveRestartIndex()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4784 GL_APICALL void GL_APIENTRY glPrimitiveRestartIndex(GLuint index) { in glPrimitiveRestartIndex() function
4786 ctx->dispatcher().glPrimitiveRestartIndex(index); in glPrimitiveRestartIndex()
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl_mangle.h1305 #define glPrimitiveRestartIndex MANGLE(PrimitiveRestartIndex) macro
Dglext.h6915 GLAPI void APIENTRY glPrimitiveRestartIndex (GLuint index);
/hardware/google/gfxstream/include/GL/
DGLcorearb.h1482 GLAPI void APIENTRY glPrimitiveRestartIndex (GLuint index);
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglcorearb.h1465 GLAPI void APIENTRY glPrimitiveRestartIndex (GLuint index);
Dglext.h1353 GLAPI void APIENTRY glPrimitiveRestartIndex (GLuint index);