Searched refs:defaultClearColorUint (Results 1 – 3 of 3) sorted by relevance
58 tcu::UVec4 defaultClearColorUint (const tcu::TextureFormat& format) in defaultClearColorUint() function108 const tcu::UVec4 defaultColor = defaultClearColorUint(tcuClearFormat); in defaultClearValue()
38 tcu::UVec4 defaultClearColorUint (const tcu::TextureFormat& format);
192 tcu::clear(m_colorBuffer.getAccess(), defaultClearColorUint(m_colorFormat)); in ReferenceRenderer()193 tcu::clear(m_resolveColorBuffer.getAccess(), defaultClearColorUint(m_colorFormat)); in ReferenceRenderer()