Searched defs:ClearCommand (Results 1 – 6 of 6) sorted by relevance
158 struct ClearCommand struct160 rr::WindowRectangle rect;161 deUint32 buffers;162 tcu::Vec4 color;163 int stencil;167 ClearCommand (void) in ClearCommand() function174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand() argument
158 struct ClearCommand struct160 rr::WindowRectangle rect;161 deUint32 buffers;162 tcu::Vec4 color;163 int stencil;167 ClearCommand (void) in ClearCommand() function174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand() function
152 ClearCommand::ClearCommand(Pipeline* pipeline) in ClearCommand() function in amber::ClearCommand
93 Result DoClear(const ClearCommand*) override { in DoClear()385 TEST_F(VkScriptExecutorTest, ClearCommand) { in TEST_F() argument
36 class ClearCommand; variable
979 ClearCommand::ClearCommand(SkColor color) : INHERITED(kClear_OpType) { fColor = color; } in ClearCommand() function in ClearCommand