Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DFramebuffer.cpp922 if (detachMatchingAttachment(context, &mState.mColorAttachments[colorIndex], resourceType, in detachResourceById()
936 if (detachMatchingAttachment(context, attachment, resourceType, resourceId)) in detachResourceById()
944 if (detachMatchingAttachment(context, &mState.mDepthAttachment, resourceType, resourceId)) in detachResourceById()
948 if (detachMatchingAttachment(context, &mState.mStencilAttachment, resourceType, resourceId)) in detachResourceById()
957 bool Framebuffer::detachMatchingAttachment(const Context *context, in detachMatchingAttachment() function in gl::Framebuffer
DFramebuffer.h439 bool detachMatchingAttachment(const Context *context,