Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp42 const gl::FramebufferAttachment *firstAttachment = state.getFirstNonNullAttachment(); in clearMultiviewFBO() local
43 if (firstAttachment->isMultiview()) in clearMultiviewFBO()
62 const gl::FramebufferAttachment *firstAttachment = state.getFirstNonNullAttachment(); in clearLayeredFBO() local
63 ASSERT(firstAttachment->isMultiview()); in clearLayeredFBO()
69 int numViews = firstAttachment->getNumViews(); in clearLayeredFBO()
70 int baseViewIndex = firstAttachment->getBaseViewIndex(); in clearLayeredFBO()
/external/angle/src/libANGLE/
DFramebuffer.cpp40 const FramebufferAttachment *firstAttachment, in CheckMultiviewStateMatchesForCompleteness() argument
43 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() local
688 if (!firstAttachment.isAttached()) in colorAttachmentsAreUniqueImages()
702 if (firstAttachment == secondAttachment) in colorAttachmentsAreUniqueImages()
1221 const FramebufferAttachment *firstAttachment = getFirstNonNullAttachment(); in checkStatusWithGLFrontEnd() local
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp1561 const auto *firstAttachment = fbo->getFirstNonNullAttachment(); in processFramebufferInvalidation() local
1562 if (firstAttachment) in processFramebufferInvalidation()
1564 const auto &size = firstAttachment->getSize(); in processFramebufferInvalidation()