Home
last modified time | relevance | path

Searched refs:isVertexArrayObject (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h272 bool isVertexArrayObject(GLuint vao) const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp311 bool GLClientState::isVertexArrayObject(GLuint vao) const { in isVertexArrayObject() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3343 SET_ERROR_IF(!state->isVertexArrayObject(array), GL_INVALID_OPERATION); in s_glBindVertexArray()