Searched refs:clearMultisampleStencilBuffer (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrFragmentOperations.hpp | 87 void clearMultisampleStencilBuffer (const tcu::PixelBufferAccess& dst, int value, const WindowRectangle& rect);
|
H A D | 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); } in clearMultisampleStencilBuffer() function
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRenderTests.cpp | 455 rr::clearMultisampleStencilBuffer(stencilBuffer, CLEAR_STENCIL, rr::WindowRectangle(0, 0, width, height)); in renderReference()
|
Completed in 5 milliseconds