Lines Matching refs:drawBuffer
70 for (size_t drawBuffer : mState.getEnabledDrawBuffers()) in markAttachmentsDirty() local
72 const gl::FramebufferAttachment &colorAttachment = colorAttachments[drawBuffer]; in markAttachmentsDirty()
301 const gl::FramebufferAttachment &drawBuffer = colorAttachments[colorAttachment]; in blitImpl() local
303 if (drawBuffer.isAttached() && drawBufferStates[colorAttachment] != GL_NONE) in blitImpl()
306 ANGLE_TRY(drawBuffer.getRenderTarget( in blitImpl()
307 context, drawBuffer.getRenderToTextureSamples(), &drawRenderTarget)); in blitImpl()
319 const bool invertColorDest = UsePresentPathFast(mRenderer, &drawBuffer); in blitImpl()
358 const gl::FramebufferAttachment *drawBuffer = mState.getDepthOrStencilAttachment(); in blitImpl() local
359 ASSERT(drawBuffer); in blitImpl()
361 ANGLE_TRY(drawBuffer->getRenderTarget(context, drawBuffer->getRenderToTextureSamples(), in blitImpl()
365 bool invertDest = UsePresentPathFast(mRenderer, drawBuffer); in blitImpl()