Home
last modified time | relevance | path

Searched refs:getColorAttachment (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp558 deUint32 getColorAttachment (void) const;
623 deUint32 TestFramebuffer::getColorAttachment (void) const in getColorAttachment() function in deqp::gles31::Functional::__anoncaba59090111::TestFramebuffer
953 fboSrcColAttachment = m_framebufferList[fboSrcIdx]->getColorAttachment(); in copyFrameBufferTexture()
958 fboDstColAttachment = m_framebufferList[fboDstIdx]->getColorAttachment(); in copyFrameBufferTexture()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1712 …const Attachment& getColorAttachment (deUint32 attachmentNdx) const { return m_colorAttachme… in getColorAttachment() function in vkt::__anon53d10fc40111::SubpassRenderInfo
1754 const Attachment& attachment = renderInfo.getColorAttachment(attachmentNdx); in createSubpassPipeline()
4299 …<< ", Color: " << clearColorToString(info.getColorAttachment(attachmentNdx).getFormat(), colorClea… in logSubpassRenderInfo()