Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrFragmentOperations.hpp83 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const tcu::Vec4& value, const…
84 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const tcu::IVec4& value, cons…
85 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const tcu::UVec4& value, cons…
DrrFragmentOperations.cpp67 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const Vec4& v, const WindowRec… in clearMultisampleColorBuffer() function
68 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const IVec4& v, const WindowRe… in clearMultisampleColorBuffer() function
69 void clearMultisampleColorBuffer (const tcu::PixelBufferAccess& dst, const UVec4& v, const WindowRe… in clearMultisampleColorBuffer() function
/external/deqp/modules/egl/
DteglRenderTests.cpp444 …rr::clearMultisampleColorBuffer(colorBuffer, CLEAR_COLOR, rr::WindowRectangle(0, 0, width, height)… in renderReference()