Searched refs:isAttribIndexUsedByProgram (Results 1 – 3 of 3) sorted by relevance
563 bool isAttribIndexUsedByProgram(int attribIndex);
2371 bool GLClientState::isAttribIndexUsedByProgram(int index) { in isAttribIndexUsedByProgram() function in gfxstream::guest::GLClientState
1378 if (!m_state->isAttribIndexUsedByProgram(i)) { in sendVertexAttributes()1409 if (m_state->isAttribIndexUsedByProgram(i)) { in sendVertexAttributes()