Searched refs:uniformsBlockIndices (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp1799 StateQueryMemoryWriteGuard<GLint[DE_LENGTH_OF_ARRAY(uniformNames)]> uniformsBlockIndices; local
1805 glGetActiveUniformsiv(program, DE_LENGTH_OF_ARRAY(uniformNames), uniformIndices, GL_UNIFORM_BLOCK_INDEX, uniformsBlockIndices);
1806 uniformsBlockIndices.verifyValidity(m_testCtx);
1809 if (uniformsBlockIndices[0] != longlongUniformBlockIndex ||
1810 uniformsBlockIndices[1] != shortUniformBlockIndex ||
1811 uniformsBlockIndices[2] != shortUniformBlockIndex)
1815 << "got [" << uniformsBlockIndices[0] << ", " << uniformsBlockIndices[1] << ", " << uniformsBlockIndices[2] << "]" << TestLog::EndMessage;

Completed in 69 milliseconds