HomeSort by relevance Sort by last modified time
    Searched refs:ClearCommand (Results 1 - 13 of 13) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPCommands.java 311 public static final byte ClearCommand = 2;
VmMirror.java 270 .setCommand(JDWPCommands.EventRequestCommandSet.ClearCommand);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod003Test.java 99 JDWPCommands.EventRequestCommandSet.ClearCommand);
NewInstance002Test.java 100 JDWPCommands.EventRequestCommandSet.ClearCommand);
InvokeMethodTest.java 136 JDWPCommands.EventRequestCommandSet.ClearCommand);
291 JDWPCommands.EventRequestCommandSet.ClearCommand);
428 JDWPCommands.EventRequestCommandSet.ClearCommand);
NewInstanceTest.java 135 JDWPCommands.EventRequestCommandSet.ClearCommand);
325 JDWPCommands.EventRequestCommandSet.ClearCommand);
InvokeMethod002Test.java 132 JDWPCommands.EventRequestCommandSet.ClearCommand);
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 158 struct ClearCommand
167 ClearCommand (void)
174 ClearCommand (const rr::WindowRectangle& rect_,
245 void generateBaseClearAndDepthCommands (const TestRenderTarget& target, vector<ClearCommand>& clearCommands, vector<RenderCommand>& renderCommands)
266 clearCommands.push_back(ClearCommand(rr::WindowRectangle(0, 0, target.width, target.height), GL_COLOR_BUFFER_BIT, Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0));
294 clearCommands.push_back(ClearCommand(cellL1Rect, GL_STENCIL_BUFFER_BIT, Vec4(0), stencilValue));
414 void render (const vector<ClearCommand>& clears, int viewportX, int viewportY)
420 const ClearCommand& clear = clears[ndx];
481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, const tcu::PixelBufferAccess& dstStencil, int stencilBits)
485 const ClearCommand& clear = clears[ndx]
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 158 struct ClearCommand
167 ClearCommand (void)
174 ClearCommand (const rr::WindowRectangle& rect_,
245 void generateBaseClearAndDepthCommands (const TestRenderTarget& target, vector<ClearCommand>& clearCommands, vector<RenderCommand>& renderCommands)
266 clearCommands.push_back(ClearCommand(rr::WindowRectangle(0, 0, target.width, target.height), GL_COLOR_BUFFER_BIT, Vec4(0.0f, 0.0f, 0.0f, 1.0f), 0));
294 clearCommands.push_back(ClearCommand(cellL1Rect, GL_STENCIL_BUFFER_BIT, Vec4(0), stencilValue));
414 void render (const vector<ClearCommand>& clears, int viewportX, int viewportY)
420 const ClearCommand& clear = clears[ndx];
481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, const tcu::PixelBufferAccess& dstStencil, int stencilBits)
485 const ClearCommand& clear = clears[ndx]
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethod002Test.java 99 JDWPCommands.EventRequestCommandSet.ClearCommand);
InvokeMethod003Test.java 101 JDWPCommands.EventRequestCommandSet.ClearCommand);
InvokeMethodTest.java 110 JDWPCommands.EventRequestCommandSet.ClearCommand);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java     [all...]

Completed in 95 milliseconds