Home
last modified time | relevance | path

Searched refs:uniformNameLen (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp1547 StateQueryMemoryWriteGuard<GLint> uniformNameLen; in test() local
1548 glGetActiveUniformsiv(program, 1, &uniformIndex, GL_UNIFORM_NAME_LENGTH, &uniformNameLen); in test()
1550 uniformNameLen.verifyValidity(m_testCtx); in test()
1553 if (referenceLength != uniformNameLen) // uniformNameLen is with null terminator in test()
1555 …og::Message << "// ERROR: Expected " << referenceLength << "got " << uniformNameLen << TestLog::En… in test()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp1494 const int uniformNameLen = 22; in iterate() local
1495 …const int expectedWriteLen = (querySizes[ndx].querySize != 0) ? (de::min(uniformNameLen, (qu… in iterate()