Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgTest.cpp61 std::vector<rsg::VariableValue> uniformValues; in runTest() local
64 rsg::computeUniformValues(rnd, uniformValues, uniforms); in runTest()
70 executor.execute(vertexShader, fragmentShader, uniformValues); in runTest()
DrsgProgramExecutor.cpp211 …nst Shader& vertexShader, const Shader& fragmentShader, const vector<VariableValue>& uniformValues) in execute() argument
229 …ector<VariableValue>::const_iterator uniformIter = uniformValues.begin(); uniformIter != uniformVa… in execute()
282 …for (vector<VariableValue>::const_iterator i = uniformValues.begin(); i != uniformValues.end(); i+… in execute()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp518 std::vector<rsg::VariableValue> uniformValues; in iterate() local
532 rsg::computeUniformValues(rnd, uniformValues, m_unifiedUniforms); in iterate()
598 …<rsg::VariableValue>::const_iterator uniformIter = uniformValues.begin(); uniformIter != uniformVa… in iterate()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp2034 vector<VarValue> uniformValues; in test() local
2043 …PERFORM_AND_CHECK(getUniforms(uniformValues, basicUniforms, programGL), "GetUniforms", "Uniform va… in test()
2044 …PERFORM_AND_CHECK(compareUniformValues(uniformValues, basicUniforms), "ValueCheck", "Verify that t… in test()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp2545 vector<VarValue> uniformValues; in test() local
2554 …PERFORM_AND_CHECK(getUniforms(uniformValues, basicUniforms, programGL), "GetUniforms", "Uniform va… in test()
2555 …PERFORM_AND_CHECK(compareUniformValues(uniformValues, basicUniforms), "ValueCheck", "Verify that t… in test()