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

  /external/deqp/framework/referencerenderer/
rrFragmentOperations.hpp 87 void clearMultisampleStencilBuffer (const tcu::PixelBufferAccess& dst, int value, const WindowRectangle& rect);
rrFragmentOperations.cpp 71 void clearMultisampleStencilBuffer (const tcu::PixelBufferAccess& dst, int v, const WindowRectangle& r) { tcu::clearStencil(tcu::getSubregion(dst, 0, r.left, r.bottom, dst.getWidth(), r.width, r.height), v); }
    [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 418 rr::clearMultisampleStencilBuffer(stencilBuffer, CLEAR_STENCIL, rr::WindowRectangle(0, 0, width, height));
    [all...]

Completed in 133 milliseconds