Lines Matching refs:FramebufferAttachment
35 const gl::FramebufferAttachment *attachment) in MarkAttachmentsDirty()
72 const gl::FramebufferAttachment &colorAttachment = colorAttachments[drawBuffer]; in markAttachmentsDirty()
77 const gl::FramebufferAttachment *dsAttachment = mState.getDepthOrStencilAttachment(); in markAttachmentsDirty()
91 const gl::FramebufferAttachment *colorAttachment = mState.getFirstColorAttachment(); in clearImpl()
171 const gl::FramebufferAttachment *colorAttachment = in invalidateBase()
231 const gl::FramebufferAttachment *attachment) const in invalidateAttachment()
258 const gl::FramebufferAttachment *readAttachment = mState.getReadPixelsAttachment(format); in readPixelsImpl()
288 const gl::FramebufferAttachment *readBuffer = sourceFramebuffer->getReadColorAttachment(); in blitImpl()
301 const gl::FramebufferAttachment &drawBuffer = colorAttachments[colorAttachment]; in blitImpl()
342 const gl::FramebufferAttachment *readBuffer = in blitImpl()
358 const gl::FramebufferAttachment *drawBuffer = mState.getDepthOrStencilAttachment(); in blitImpl()
417 const gl::FramebufferAttachment *attachment = mState.getFirstNonNullAttachment(); in getSamplePosition()