Lines Matching refs:m_numIndexes
39 ProgramData::ProgramData() : m_numIndexes(0), in ProgramData()
49 m_numIndexes = numIndexes; in initProgramData()
68 if (index>=m_numIndexes) in setIndexInfo()
87 if (index >= m_numIndexes) in setIndexFlags()
94 GLuint index = m_numIndexes; in getIndexForLocation()
96 for (GLuint i=0;i<m_numIndexes;++i) in getIndexForLocation()
111 if (index<m_numIndexes) { in getTypeForLocation()
120 for (GLuint i=0; i<m_numIndexes; i++) { in setupLocationShiftWAR()
126 if (m_numIndexes > 1) { in setupLocationShiftWAR()
136 if (index<m_numIndexes) { in locationWARHostToApp()
150 for(GLuint i=0; i<m_numIndexes; i++) { in locationWARAppToHost()
162 for (GLint i = index + 1; i >= 0 && i < (GLint)m_numIndexes; i++) { in getNextSamplerUniform()
180 for (GLuint i = 0; i < m_numIndexes; i++) { in setSamplerUniform()