Home
last modified time | relevance | path

Searched refs:updatePrimitiveRestartIndex (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h478 void updatePrimitiveRestartIndex(GLenum type);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp530 updatePrimitiveRestartIndex(type); in drawWithEmulations()
DGLESv2Imp.cpp1583 ctx->updatePrimitiveRestartIndex(type); in s_glDrawPre()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp3223 void GLEScontext::updatePrimitiveRestartIndex(GLenum type) { in updatePrimitiveRestartIndex() function in GLEScontext