Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp1692 GLint returnedPIQ = glGetProgramResourceLocation(program.name, GL_UNIFORM, name.str().c_str()); in runQueryUniform() local
1694 if (returned != returnedPIQ) in runQueryUniform()
1700 << returned << " != " << returnedPIQ << "."; in runQueryUniform()
1810 GLint returnedPIQ = glGetProgramResourceLocation(program.name, piqStage, name.str().c_str()); in runQueryUniformSubroutine() local
1812 if (returned != returnedPIQ) in runQueryUniformSubroutine()
1817 << returned << " != " << returnedPIQ << "."; in runQueryUniformSubroutine()
1919 GLint returnedPIQ = glGetProgramResourceIndex(program.name, piqStage, name.c_str()); in runQueryUniformSubroutineFunction() local
1921 if (returned != returnedPIQ) in runQueryUniformSubroutineFunction()
1926 << " != " << returnedPIQ << "."; in runQueryUniformSubroutineFunction()