Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp1328 GLuint lastBoundVbo = m_state->currentArrayVbo(); in sendVertexAttributes() local
1339 if (hasClientArrays && lastBoundVbo != bufferObject) { in sendVertexAttributes()
1341 lastBoundVbo = bufferObject; in sendVertexAttributes()
1427 if (hasClientArrays && lastBoundVbo != m_state->currentArrayVbo()) { in sendVertexAttributes()