Home
last modified time | relevance | path

Searched refs:getFboAttachment (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp784 …tcu::PixelBufferAccess getFboAttachment (const rc::Framebuffer& framebuffer, rc::Framebuffer::Att…
788 …inding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFrameb… in getDrawColorbuffer()
789 …inding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFrameb… in getDrawDepthbuffer()
790 …inding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFrameb… in getDrawStencilbuffer()
791 …inding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_readFrameb… in getReadColorbuffer()
792 …inding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_readFrameb… in getReadDepthbuffer()
793 …inding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_readFrameb… in getReadStencilbuffer()
DsglrReferenceContext.cpp2330 tcu::PixelBufferAccess ReferenceContext::getFboAttachment (const rc::Framebuffer& framebuffer, rc::… in getFboAttachment() function in sglr::ReferenceContext
/external/deqp/modules/glshared/
DglsLifetimeTests.cpp250 GLuint getFboAttachment (const Functions& gl, GLuint fbo, GLenum requiredType) in getFboAttachment() function
360 return getFboAttachment(gl(), fbo, GL_TEXTURE); in getAttachment()
567 return getFboAttachment(gl(), fbo, GL_RENDERBUFFER); in getAttachment()