Searched refs:lastBoundVbo (Results 1 – 1 of 1) sorted by relevance
1328 GLuint lastBoundVbo = m_state->currentArrayVbo(); in sendVertexAttributes() local1339 if (hasClientArrays && lastBoundVbo != bufferObject) { in sendVertexAttributes()1341 lastBoundVbo = bufferObject; in sendVertexAttributes()1427 if (hasClientArrays && lastBoundVbo != m_state->currentArrayVbo()) { in sendVertexAttributes()