Searched refs:clearMultisampleColorBuffer (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrFragmentOperations.hpp | 80 void clearMultisampleColorBuffer(const tcu::PixelBufferAccess &dst, const tcu::Vec4 &value, 82 void clearMultisampleColorBuffer(const tcu::PixelBufferAccess &dst, const tcu::IVec4 &value, 84 void clearMultisampleColorBuffer(const tcu::PixelBufferAccess &dst, const tcu::UVec4 &value,
|
H A D | rrFragmentOperations.cpp | 67 void clearMultisampleColorBuffer(const tcu::PixelBufferAccess &dst, const Vec4 &v, const WindowRect… in clearMultisampleColorBuffer() function 71 void clearMultisampleColorBuffer(const tcu::PixelBufferAccess &dst, const IVec4 &v, const WindowRec… in clearMultisampleColorBuffer() function 75 void clearMultisampleColorBuffer(const tcu::PixelBufferAccess &dst, const UVec4 &v, const WindowRec… in clearMultisampleColorBuffer() function
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglRenderTests.cpp | 461 …rr::clearMultisampleColorBuffer(colorBuffer, CLEAR_COLOR, rr::WindowRectangle(0, 0, width, height)… in renderReference()
|