Home
last modified time | relevance | path

Searched refs:clearMultisampleColorBuffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.hpp80 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 DrrFragmentOperations.cpp67 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 DteglRenderTests.cpp461 …rr::clearMultisampleColorBuffer(colorBuffer, CLEAR_COLOR, rr::WindowRectangle(0, 0, width, height)… in renderReference()