Searched refs:uniformsBlockIndices (Results 1 – 1 of 1) sorted by relevance
1799 StateQueryMemoryWriteGuard<GLint[DE_LENGTH_OF_ARRAY(uniformNames)]> uniformsBlockIndices; in test() local1805 …m, DE_LENGTH_OF_ARRAY(uniformNames), uniformIndices, GL_UNIFORM_BLOCK_INDEX, uniformsBlockIndices); in test()1806 uniformsBlockIndices.verifyValidity(m_testCtx); in test()1809 if (uniformsBlockIndices[0] != longlongUniformBlockIndex || in test()1810 uniformsBlockIndices[1] != shortUniformBlockIndex || in test()1811 uniformsBlockIndices[2] != shortUniformBlockIndex) in test()1815 …<< "got [" << uniformsBlockIndices[0] << ", " << uniformsBlockIndices[1] << ", " << uniformsB… in test()