HomeSort by relevance Sort by last modified time
    Searched defs:ClearCommand (Results 1 - 3 of 3) 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;
  /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...]

Completed in 82 milliseconds