HomeSort by relevance Sort by last modified time
    Searched refs:m_drawFramebufferBinding (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 783 rr::MultisamplePixelBufferAccess getDrawColorbuffer (void) { return (m_drawFramebufferBinding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOINT_COLOR0))) : (m_defaultColorbuffer); }
784 rr::MultisamplePixelBufferAccess getDrawDepthbuffer (void) { return (m_drawFramebufferBinding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOINT_DEPTH))) : (m_defaultDepthbuffer); }
785 rr::MultisamplePixelBufferAccess getDrawStencilbuffer (void) { return (m_drawFramebufferBinding) ? (rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(getFboAttachment(*m_drawFramebufferBinding, rc::Framebuffer::ATTACHMENTPOINT_STENCIL))) : (m_defaultStencilbuffer); }
    [all...]
sglrGLContext.cpp 51 , m_drawFramebufferBinding (0)
124 if (m_drawFramebufferBinding)
210 m_drawFramebufferBinding = framebuffer;
sglrGLContext.hpp 235 deUint32 m_drawFramebufferBinding;
sglrReferenceContext.cpp 340 , m_drawFramebufferBinding (DE_NULL)
708 rc::Framebuffer* framebufferBinding = ndx ? m_drawFramebufferBinding : m_readFramebufferBinding;
711 int releaseRefCount = (framebufferBinding == m_drawFramebufferBinding ? 1 : 0)
753 rc::Framebuffer*& binding = ndx ? m_drawFramebufferBinding : m_readFramebufferBinding;
790 if (m_drawFramebufferBinding == framebuffer) bindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
850 rc::Framebuffer* framebufferBinding = ndx ? m_drawFramebufferBinding : m_readFramebufferBinding;
853 int releaseRefCount = (framebufferBinding == m_drawFramebufferBinding ? 1 : 0)
    [all...]

Completed in 1678 milliseconds