Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h290 void unBindBuffer(GLuint id);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp713 void GLClientState::unBindBuffer(GLuint id) { in unBindBuffer() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp736 ctx->m_state->unBindBuffer(buffers[i]); in s_glDeleteBuffers()