Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp139 GLint neededClientVBOs = 0; in initEmulatedBuffers() local
140 dispatcher().glGetIntegerv(GL_MAX_VERTEX_ATTRIBS, &neededClientVBOs); in initEmulatedBuffers()
143 neededClientVBOs = std::max(neededClientVBOs, 16); in initEmulatedBuffers()
145 m_emulatedClientVBOs.resize(neededClientVBOs, 0); in initEmulatedBuffers()
146 dispatcher().glGenBuffers(neededClientVBOs, &m_emulatedClientVBOs[0]); in initEmulatedBuffers()