Searched refs:firstAttachment (Results 1 – 3 of 3) sorted by relevance
42 const gl::FramebufferAttachment *firstAttachment = state.getFirstNonNullAttachment(); in clearMultiviewFBO() local43 if (firstAttachment->isMultiview()) in clearMultiviewFBO()62 const gl::FramebufferAttachment *firstAttachment = state.getFirstNonNullAttachment(); in clearLayeredFBO() local63 ASSERT(firstAttachment->isMultiview()); in clearLayeredFBO()69 int numViews = firstAttachment->getNumViews(); in clearLayeredFBO()70 int baseViewIndex = firstAttachment->getBaseViewIndex(); in clearLayeredFBO()
40 const FramebufferAttachment *firstAttachment, in CheckMultiviewStateMatchesForCompleteness() argument43 ASSERT(firstAttachment && secondAttachment); in CheckMultiviewStateMatchesForCompleteness()44 ASSERT(firstAttachment->isAttached() && secondAttachment->isAttached()); in CheckMultiviewStateMatchesForCompleteness()46 if (firstAttachment->getNumViews() != secondAttachment->getNumViews()) in CheckMultiviewStateMatchesForCompleteness()51 if (firstAttachment->getBaseViewIndex() != secondAttachment->getBaseViewIndex()) in CheckMultiviewStateMatchesForCompleteness()56 if (firstAttachment->isMultiview() != secondAttachment->isMultiview()) in CheckMultiviewStateMatchesForCompleteness()687 const FramebufferAttachment &firstAttachment = mColorAttachments[firstAttachmentIdx]; in colorAttachmentsAreUniqueImages() local688 if (!firstAttachment.isAttached()) in colorAttachmentsAreUniqueImages()702 if (firstAttachment == secondAttachment) in colorAttachmentsAreUniqueImages()1221 const FramebufferAttachment *firstAttachment = getFirstNonNullAttachment(); in checkStatusWithGLFrontEnd() local[all …]
1561 const auto *firstAttachment = fbo->getFirstNonNullAttachment(); in processFramebufferInvalidation() local1562 if (firstAttachment) in processFramebufferInvalidation()1564 const auto &size = firstAttachment->getSize(); in processFramebufferInvalidation()