Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/amberscript/
Dparser_expect_test.cc45 const auto& commands = script->GetCommands(); in TEST_F()
87 const auto& commands = script->GetCommands(); in TEST_F()
648 const auto& commands = script->GetCommands(); in TEST_F()
678 const auto& commands = script->GetCommands(); in TEST_F()
746 const auto& commands = script->GetCommands(); in TEST_F()
866 const auto& commands = script->GetCommands(); in TEST_F()
896 const auto& commands = script->GetCommands(); in TEST_F()
926 const auto& commands = script->GetCommands(); in TEST_F()
1000 const auto& commands = script->GetCommands(); in TEST_F()
Dparser_run_test.cc43 const auto& commands = script->GetCommands(); in TEST_F()
210 const auto& commands = script->GetCommands(); in TEST_F()
517 const auto& commands = script->GetCommands(); in TEST_F()
556 const auto& commands = script->GetCommands(); in TEST_F()
596 const auto& commands = script->GetCommands(); in TEST_F()
642 const auto& commands = script->GetCommands(); in TEST_F()
Dparser_repeat_test.cc45 const auto& commands = script->GetCommands(); in TEST_F()
54 const auto& repeat_cmds = repeat->GetCommands(); in TEST_F()
Dparser_clear_test.cc42 const auto& commands = script->GetCommands(); in TEST_F()
Dparser_copy_test.cc34 const auto& commands = script->GetCommands(); in TEST_F()
Dparser_clear_color_test.cc43 const auto& commands = script->GetCommands(); in TEST_F()
/external/deqp-deps/amber/src/
Dexecutor.cc84 for (const auto& cmd : script->GetCommands()) { in Execute()
157 for (const auto& sub_cmd : cmd->AsRepeat()->GetCommands()) { in ExecuteCommand()
Dscript.h165 const std::vector<std::unique_ptr<Command>>& GetCommands() const { in GetCommands() function
Dcommand.h579 const std::vector<std::unique_ptr<Command>>& GetCommands() const { in GetCommands() function
/external/deqp-deps/amber/src/vkscript/
Dparser_test.cc419 const auto& cmds = script->GetCommands(); in TEST_F()