Lines Matching refs:FramebufferState
349 FramebufferState::FramebufferState(rx::Serial serial) in FramebufferState() function in gl::FramebufferState
371 FramebufferState::FramebufferState(const Caps &caps, FramebufferID id, rx::Serial serial) in FramebufferState() function in gl::FramebufferState
394 FramebufferState::~FramebufferState() {} in ~FramebufferState()
396 const std::string &FramebufferState::getLabel() const in getLabel()
401 const FramebufferAttachment *FramebufferState::getAttachment(const Context *context, in getAttachment()
453 uint32_t FramebufferState::getReadIndex() const in getReadIndex()
462 const FramebufferAttachment *FramebufferState::getReadAttachment() const in getReadAttachment()
476 const FramebufferAttachment *FramebufferState::getReadPixelsAttachment(GLenum readFormat) const in getReadPixelsAttachment()
489 const FramebufferAttachment *FramebufferState::getFirstNonNullAttachment() const in getFirstNonNullAttachment()
499 const FramebufferAttachment *FramebufferState::getFirstColorAttachment() const in getFirstColorAttachment()
512 const FramebufferAttachment *FramebufferState::getDepthOrStencilAttachment() const in getDepthOrStencilAttachment()
525 const FramebufferAttachment *FramebufferState::getStencilOrDepthStencilAttachment() const in getStencilOrDepthStencilAttachment()
534 const FramebufferAttachment *FramebufferState::getColorAttachment(size_t colorAttachment) const in getColorAttachment()
541 const FramebufferAttachment *FramebufferState::getDepthAttachment() const in getDepthAttachment()
546 const FramebufferAttachment *FramebufferState::getWebGLDepthAttachment() const in getWebGLDepthAttachment()
551 const FramebufferAttachment *FramebufferState::getWebGLDepthStencilAttachment() const in getWebGLDepthStencilAttachment()
556 const FramebufferAttachment *FramebufferState::getStencilAttachment() const in getStencilAttachment()
561 const FramebufferAttachment *FramebufferState::getWebGLStencilAttachment() const in getWebGLStencilAttachment()
566 const FramebufferAttachment *FramebufferState::getDepthStencilAttachment() const in getDepthStencilAttachment()
579 const Extents FramebufferState::getAttachmentExtentsIntersection() const in getAttachmentExtentsIntersection()
607 bool FramebufferState::attachmentsHaveSameDimensions() const in attachmentsHaveSameDimensions()
644 bool FramebufferState::hasSeparateDepthAndStencilAttachments() const in hasSeparateDepthAndStencilAttachments()
652 const FramebufferAttachment *FramebufferState::getDrawBuffer(size_t drawBufferIdx) const in getDrawBuffer()
677 size_t FramebufferState::getDrawBufferCount() const in getDrawBufferCount()
682 bool FramebufferState::colorAttachmentsAreUniqueImages() const in colorAttachmentsAreUniqueImages()
712 bool FramebufferState::hasDepth() const in hasDepth()
717 bool FramebufferState::hasStencil() const in hasStencil()
722 bool FramebufferState::hasExternalTextureAttachment() const in hasExternalTextureAttachment()
728 bool FramebufferState::hasYUVAttachment() const in hasYUVAttachment()
735 bool FramebufferState::isMultiview() const in isMultiview()
745 int FramebufferState::getBaseViewIndex() const in getBaseViewIndex()
755 Box FramebufferState::getDimensions() const in getDimensions()
761 Extents FramebufferState::getExtents() const in getExtents()
773 bool FramebufferState::isDefault() const in isDefault()