Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp567 deUint32 getColorAttachment (void) const;
638 deUint32 TestFramebuffer::getColorAttachment (void) const in getColorAttachment() function in deqp::gles31::Functional::__anon6afaefe80111::TestFramebuffer
979 fboSrcColAttachment = m_framebufferList[fboSrcIdx]->getColorAttachment(); in copyFrameBufferTexture()
984 fboDstColAttachment = m_framebufferList[fboDstIdx]->getColorAttachment(); in copyFrameBufferTexture()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1640 …const Attachment& getColorAttachment (deUint32 attachmentNdx) const { return m_colorAttachme… in getColorAttachment() function in vkt::__anon96ae15a30111::SubpassRenderInfo
1688 const Attachment& attachment = renderInfo.getColorAttachment(attachmentNdx); in createSubpassPipeline()
4216 …<< ", Color: " << clearColorToString(info.getColorAttachment(attachmentNdx).getFormat(), colorClea… in logSubpassRenderInfo()