Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h529 void removeVertexArrayObject(GLuint array);
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h260 void removeVertexArrayObject(GLuint name);
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp241 removeVertexArrayObject(arrays[i]); in removeVertexArrayObjects()
277 void GLClientState::removeVertexArrayObject(GLuint name) { in removeVertexArrayObject() function in gfxstream::guest::GLClientState
/aosp_15_r20/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