Searched refs:ClearCommand (Results 1 – 13 of 13) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilTests.cpp | 158 struct ClearCommand struct 167 ClearCommand (void) in ClearCommand() function 174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand() argument 245 void generateBaseClearAndDepthCommands (const TestRenderTarget& target, vector<ClearCommand>& clear… in generateBaseClearAndDepthCommands() 266 …clearCommands.push_back(ClearCommand(rr::WindowRectangle(0, 0, target.width, target.height), GL_CO… in generateBaseClearAndDepthCommands() 294 … clearCommands.push_back(ClearCommand(cellL1Rect, GL_STENCIL_BUFFER_BIT, Vec4(0), stencilValue)); in generateBaseClearAndDepthCommands() 414 void render (const vector<ClearCommand>& clears, int viewportX, int viewportY) in render() 420 const ClearCommand& clear = clears[ndx]; in render() 481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, c… in renderReference() 485 const ClearCommand& clear = clears[ndx]; in renderReference() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilTests.cpp | 158 struct ClearCommand struct 167 ClearCommand (void) in ClearCommand() argument 174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand() argument 245 void generateBaseClearAndDepthCommands (const TestRenderTarget& target, vector<ClearCommand>& clear… in generateBaseClearAndDepthCommands() 266 …clearCommands.push_back(ClearCommand(rr::WindowRectangle(0, 0, target.width, target.height), GL_CO… in generateBaseClearAndDepthCommands() 294 … clearCommands.push_back(ClearCommand(cellL1Rect, GL_STENCIL_BUFFER_BIT, Vec4(0), stencilValue)); in generateBaseClearAndDepthCommands() 414 void render (const vector<ClearCommand>& clears, int viewportX, int viewportY) in render() 420 const ClearCommand& clear = clears[ndx]; in render() 481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, c… in renderReference() 485 const ClearCommand& clear = clears[ndx]; in renderReference() [all …]
|
/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
|
D | VmMirror.java | 328 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand); in clearBreakpoint() 1911 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 156 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod001() 311 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod002() 448 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod003()
|
D | InvokeMethod003Test.java | 98 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod_null_argument()
|
D | NewInstanceTest.java | 155 JDWPCommands.EventRequestCommandSet.ClearCommand); in testNewInstance001() 366 JDWPCommands.EventRequestCommandSet.ClearCommand); in testNewInstance002()
|
D | NewInstance002Test.java | 99 JDWPCommands.EventRequestCommandSet.ClearCommand); in testNewInstance_null_argument()
|
D | InvokeMethod002Test.java | 152 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethod002Test.java | 98 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod_null_argument()
|
D | InvokeMethod003Test.java | 100 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod_toString()
|
D | InvokeMethodTest.java | 109 JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 954 JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent()
|