OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defaultClearColorInt
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineClearUtil.hpp
37
tcu::IVec4
defaultClearColorInt
(const tcu::TextureFormat& format);
vktPipelineClearUtil.cpp
47
tcu::IVec4
defaultClearColorInt
(const tcu::TextureFormat& format)
116
const tcu::IVec4 defaultColor =
defaultClearColorInt
(tcuClearFormat);
vktPipelineReferenceRenderer.cpp
187
tcu::clear(m_colorBuffer.getAccess(),
defaultClearColorInt
(m_colorFormat));
188
tcu::clear(m_resolveColorBuffer.getAccess(),
defaultClearColorInt
(m_colorFormat));
Completed in 340 milliseconds