Searched refs:clearMultisampleColorBuffer (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.hpp | 83 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…
|
D | rrFragmentOperations.cpp | 67 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/ |
D | teglRenderTests.cpp | 444 …rr::clearMultisampleColorBuffer(colorBuffer, CLEAR_COLOR, rr::WindowRectangle(0, 0, width, height)… in renderReference()
|