Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h527 void removeVertexArrayObject(GLuint array);
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h270 void removeVertexArrayObject(GLuint name);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp242 removeVertexArrayObject(arrays[i]); in removeVertexArrayObjects()
278 void GLClientState::removeVertexArrayObject(GLuint name) { in removeVertexArrayObject() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp312 removeVertexArrayObject(arrays[i]); in removeVertexArrayObjects()
328 void GLEScontext::removeVertexArrayObject(GLuint array) { in removeVertexArrayObject() function in GLEScontext