Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp922 GLuint lastBoundVbo = m_state->currentArrayVbo(); in sendVertexAttributes() local
934 if (hasClientArrays && lastBoundVbo != bufferObject) { in sendVertexAttributes()
936 lastBoundVbo = bufferObject; in sendVertexAttributes()
1014 if (hasClientArrays && lastBoundVbo != m_state->currentArrayVbo()) { in sendVertexAttributes()