Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h316 int getMaxIndexedBufferBindings(GLenum target) const;
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp842 int GLClientState::getMaxIndexedBufferBindings(GLenum target) const { in getMaxIndexedBufferBindings() function in gfxstream::guest::GLClientState
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp3676 index >= state->getMaxIndexedBufferBindings(target), in s_glBindBufferRange()
3723 index >= state->getMaxIndexedBufferBindings(target), in s_glBindBufferBase()