Home
last modified time | relevance | path

Searched defs:ClearCommand (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthStencilTests.cpp158 struct ClearCommand struct
160 rr::WindowRectangle rect;
161 deUint32 buffers;
162 tcu::Vec4 color;
163 int stencil;
167 ClearCommand (void) in ClearCommand() function
174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand() argument
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDepthStencilTests.cpp158 struct ClearCommand struct
160 rr::WindowRectangle rect;
161 deUint32 buffers;
162 tcu::Vec4 color;
163 int stencil;
167 ClearCommand (void) in ClearCommand() function
174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand() function
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.cc152 ClearCommand::ClearCommand(Pipeline* pipeline) in ClearCommand() function in amber::ClearCommand
Dexecutor_test.cc93 Result DoClear(const ClearCommand*) override { in DoClear()
385 TEST_F(VkScriptExecutorTest, ClearCommand) { in TEST_F() argument
Dcommand.h36 class ClearCommand; variable
/third_party/skia/tools/debugger/
DDrawCommand.cpp979 ClearCommand::ClearCommand(SkColor color) : INHERITED(kClear_OpType) { fColor = color; } in ClearCommand() function in ClearCommand