Home
last modified time | relevance | path

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

/external/deqp/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
/external/deqp/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() argument
174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand() function
/external/deqp-deps/amber/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
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java311 public static final byte ClearCommand = 2; field in JDWPCommands.EventRequestCommandSet
/external/skia/tools/debugger/
DDrawCommand.cpp987 ClearCommand::ClearCommand(SkColor color) : INHERITED(kClear_OpType) { fColor = color; } in ClearCommand() function in ClearCommand