Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp304 bool AttachmentOverlapsWithTexture(const FramebufferAttachment &attachment, in AttachmentOverlapsWithTexture() function
2158 if (AttachmentOverlapsWithTexture(attachment, texture, sampler)) in formsRenderingFeedbackLoopWith()
2164 if (AttachmentOverlapsWithTexture(mState.mDepthAttachment, texture, sampler)) in formsRenderingFeedbackLoopWith()
2169 if (AttachmentOverlapsWithTexture(mState.mStencilAttachment, texture, sampler)) in formsRenderingFeedbackLoopWith()