Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/randomshaders/
H A 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()
H A DrsgProgramExecutor.cpp211 void ProgramExecutor::execute (const Shader& vertexShader, const Shader& fragmentShader, const vector<VariableValue>& uniformValues) in execute() argument
229 for (vector<VariableValue>::const_iterator uniformIter = uniformValues.begin(); uniformIter != uniformValues.end(); uniformIter++) in execute()
282 for (vector<VariableValue>::const_iterator i = uniformValues.begin(); i != uniformValues.end(); i++) in execute()
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp518 std::vector<rsg::VariableValue> uniformValues;
532 rsg::computeUniformValues(rnd, uniformValues, m_unifiedUniforms);
598 for (vector<rsg::VariableValue>::const_iterator uniformIter = uniformValues.begin(); uniformIter != uniformValues.end(); ++uniformIter)
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp2545 vector<VarValue> uniformValues; in test() local
2554 PERFORM_AND_CHECK(getUniforms(uniformValues, basicUniforms, programGL), "GetUniforms", "Uniform value query"); in test()
2555 PERFORM_AND_CHECK(compareUniformValues(uniformValues, basicUniforms), "ValueCheck", "Verify that the reported values match the assigned values"); in test()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp2034 vector<VarValue> uniformValues; in test() local
2043 PERFORM_AND_CHECK(getUniforms(uniformValues, basicUniforms, programGL), "GetUniforms", "Uniform value query"); in test()
2044 PERFORM_AND_CHECK(compareUniformValues(uniformValues, basicUniforms), "ValueCheck", "Verify that the reported values match the assigned values"); in test()

Completed in 11 milliseconds