Searched refs:updateAttachment (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/ |
D | Framebuffer.cpp | 1948 updateAttachment(context, &mState.mDepthAttachment, DIRTY_BIT_DEPTH_ATTACHMENT, in setAttachmentImpl() 1951 updateAttachment(context, &mState.mStencilAttachment, DIRTY_BIT_STENCIL_ATTACHMENT, in setAttachmentImpl() 1958 updateAttachment(context, &mState.mDepthAttachment, DIRTY_BIT_DEPTH_ATTACHMENT, in setAttachmentImpl() 1965 updateAttachment(context, &mState.mStencilAttachment, DIRTY_BIT_STENCIL_ATTACHMENT, in setAttachmentImpl() 1971 updateAttachment(context, &mState.mColorAttachments[0], DIRTY_BIT_COLOR_ATTACHMENT_0, in setAttachmentImpl() 1983 updateAttachment(context, &mState.mColorAttachments[colorIndex], dirtyBit, in setAttachmentImpl() 2008 void Framebuffer::updateAttachment(const Context *context, in updateAttachment() function in gl::Framebuffer
|
D | Framebuffer.h | 468 void updateAttachment(const Context *context,
|