Searched refs:AsClearDepth (Results 1 – 7 of 7) sorted by relevance
49 auto* clr = cmd->AsClearDepth(); in TEST_F()
33 ClearDepthCommand* Command::AsClearDepth() { in AsClearDepth() function in amber::Command
157 return engine->DoClearDepth(cmd->AsClearDepth()); in ExecuteCommand()
101 ClearDepthCommand* AsClearDepth();
415 EXPECT_EQ(10U, cmds[1]->AsClearDepth()->GetValue()); in TEST_F()
425 cmd->AsClearDepth()->SetValue(token->AsFloat()); in ProcessClear()
467 auto* cmd = cmds[0]->AsClearDepth(); in TEST_F()