• Home
  • Raw
  • Download

Lines Matching refs:mStencilAttachment

518     if (mStencilAttachment.isAttached())  in getDepthOrStencilAttachment()
520 return &mStencilAttachment; in getDepthOrStencilAttachment()
527 if (mStencilAttachment.isAttached()) in getStencilOrDepthStencilAttachment()
529 return &mStencilAttachment; in getStencilOrDepthStencilAttachment()
558 return mStencilAttachment.isAttached() ? &mStencilAttachment : nullptr; in getStencilAttachment()
570 if (mDepthAttachment.isAttached() && mStencilAttachment.isAttached() && in getDepthStencilAttachment()
571 mDepthAttachment == mStencilAttachment) in getDepthStencilAttachment()
598 if (mStencilAttachment.isAttached()) in getAttachmentExtentsIntersection()
600 width = std::min(width, mStencilAttachment.getSize().width); in getAttachmentExtentsIntersection()
601 height = std::min(height, mStencilAttachment.getSize().height); in getAttachmentExtentsIntersection()
641 return !hasMismatchedSize(mStencilAttachment); in attachmentsHaveSameDimensions()
719 return (mStencilAttachment.isAttached() && mStencilAttachment.getStencilSize() > 0); in hasStencil()
878 mState.mStencilAttachment.detach(context, mState.mFramebufferSerial); in onDestroy()
948 if (detachMatchingAttachment(context, &mState.mStencilAttachment, resourceType, resourceId)) in detachResourceById()
1373 const FramebufferAttachment &stencilAttachment = mState.mStencilAttachment; in checkStatusWithGLFrontEnd()
1465 else if (mState.mStencilAttachment.isAttached() && in checkStatusWithGLFrontEnd()
1466 mState.mStencilAttachment.getDepthSize() > 0) in checkStatusWithGLFrontEnd()
1951 updateAttachment(context, &mState.mStencilAttachment, DIRTY_BIT_STENCIL_ATTACHMENT, in setAttachmentImpl()
1965 updateAttachment(context, &mState.mStencilAttachment, DIRTY_BIT_STENCIL_ATTACHMENT, in setAttachmentImpl()
2111 return &mState.mStencilAttachment; in getAttachmentFromSubjectIndex()
2153 if (AttachmentOverlapsWithTexture(mState.mStencilAttachment, texture, sampler)) in formsRenderingFeedbackLoopWith()
2342 ANGLE_TRY(InitAttachment(context, &mState.mStencilAttachment)); in ensureDrawAttachmentsInitialized()
2399 ANGLE_TRY(InitAttachment(context, &mState.mStencilAttachment)); in ensureReadAttachmentsInitialized()
2427 if (stencil && mState.mStencilAttachment.isAttached()) in markDrawAttachmentsInitialized()
2429 mState.mStencilAttachment.setInitState(InitState::Initialized); in markDrawAttachmentsInitialized()
2459 if (mState.mStencilAttachment.isAttached()) in markBufferInitialized()
2461 mState.mStencilAttachment.setInitState(InitState::Initialized); in markBufferInitialized()
2473 if (mState.mStencilAttachment.isAttached()) in markBufferInitialized()
2475 mState.mStencilAttachment.setInitState(InitState::Initialized); in markBufferInitialized()
2532 ANGLE_TRY(InitAttachment(context, &mState.mStencilAttachment)); in ensureBufferInitialized()
2546 ANGLE_TRY(InitAttachment(context, &mState.mStencilAttachment)); in ensureBufferInitialized()