Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.cc85 RepeatCommand* Command::AsRepeat() { in AsRepeat()
86 return static_cast<RepeatCommand*>(this); in AsRepeat()
182 RepeatCommand::RepeatCommand(uint32_t count) in RepeatCommand() function in amber::RepeatCommand
185 RepeatCommand::~RepeatCommand() = default;
Dcommand.h50 class RepeatCommand; variable
114 RepeatCommand* AsRepeat();
702 class RepeatCommand : public Command {
704 explicit RepeatCommand(uint32_t count);
705 ~RepeatCommand() override;
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser.cc3581 auto cmd = MakeUnique<RepeatCommand>(count); in ParseRepeat()