Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebuffer.cpp1956 updateAttachment(context, &mState.mDepthAttachment, DIRTY_BIT_DEPTH_ATTACHMENT, in setAttachmentImpl()
1959 updateAttachment(context, &mState.mStencilAttachment, DIRTY_BIT_STENCIL_ATTACHMENT, in setAttachmentImpl()
1966 updateAttachment(context, &mState.mDepthAttachment, DIRTY_BIT_DEPTH_ATTACHMENT, in setAttachmentImpl()
1973 updateAttachment(context, &mState.mStencilAttachment, DIRTY_BIT_STENCIL_ATTACHMENT, in setAttachmentImpl()
1979 updateAttachment(context, &mState.mColorAttachments[0], DIRTY_BIT_COLOR_ATTACHMENT_0, in setAttachmentImpl()
1991 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl()
2016 void Framebuffer::updateAttachment(const Context *context, in updateAttachment() function in gl::Framebuffer
DFramebuffer.h468 void updateAttachment(const Context *context,