Searched refs:detachMatchingAttachment (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/ |
D | Framebuffer.cpp | 922 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
|
D | Framebuffer.h | 439 bool detachMatchingAttachment(const Context *context,
|