Searched defs:ClearCommand (Results 1 – 7 of 7) sorted by relevance
| /external/deqp/modules/gles2/functional/ |
| D | es2fDepthStencilTests.cpp | 165 struct ClearCommand struct 167 rr::WindowRectangle rect; 168 uint32_t buffers; 169 tcu::Vec4 color; 170 int stencil; 174 ClearCommand(void) : rect(0, 0, 0, 0), buffers(0), stencil(0) in ClearCommand() function 178 …ClearCommand(const rr::WindowRectangle &rect_, uint32_t buffers_, const tcu::Vec4 &color_, int ste… in ClearCommand() argument
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fDepthStencilTests.cpp | 165 struct ClearCommand struct 167 rr::WindowRectangle rect; 168 uint32_t buffers; 169 tcu::Vec4 color; 170 int stencil; 174 ClearCommand(void) : rect(0, 0, 0, 0), buffers(0), stencil(0) in ClearCommand() function 178 …ClearCommand(const rr::WindowRectangle &rect_, uint32_t buffers_, const tcu::Vec4 &color_, int ste… in ClearCommand() function
|
| /external/deqp-deps/amber/src/ |
| D | command.cc | 152 ClearCommand::ClearCommand(Pipeline* pipeline) in ClearCommand() function in amber::ClearCommand
|
| D | executor_test.cc | 93 Result DoClear(const ClearCommand*) override { in DoClear() 380 TEST_F(VkScriptExecutorTest, ClearCommand) { in TEST_F() argument
|
| D | command.h | 35 class ClearCommand; variable
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
| D | JDWPCommands.java | 311 public static final byte ClearCommand = 2; field in JDWPCommands.EventRequestCommandSet
|
| /external/skia/tools/debugger/ |
| D | DrawCommand.cpp | 1005 ClearCommand::ClearCommand(SkColor color) : INHERITED(kClear_OpType) { fColor = color; } in ClearCommand() function in ClearCommand
|