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() 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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethodTest.java | 137 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod001() 292 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod002() 430 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod003()
|
D | NewInstanceTest.java | 136 JDWPCommands.EventRequestCommandSet.ClearCommand); in testNewInstance001() 327 JDWPCommands.EventRequestCommandSet.ClearCommand); in testNewInstance002()
|
D | InvokeMethod003Test.java | 98 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod_null_argument()
|
D | NewInstance002Test.java | 99 JDWPCommands.EventRequestCommandSet.ClearCommand); in testNewInstance_null_argument()
|
D | InvokeMethod002Test.java | 133 JDWPCommands.EventRequestCommandSet.ClearCommand); in testInvokeMethod()
|
/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 | 270 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand); in clearBreakpoint() 1576 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent()
|
/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 | 111 JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 901 JDWPCommands.EventRequestCommandSet.ClearCommand); in clearEvent()
|