Searched refs:mMockAttachment (Results 1 – 2 of 2) sorted by relevance
102 : FramebufferImpl(data), mRenderer(renderer), mMockAttachment() in FramebufferD3D()360 if (mMockAttachment.isAttached() && in getColorAttachmentsForRender()361 (mMockAttachment.getBinding() - GL_COLOR_ATTACHMENT0) == activeProgramLocation) in getColorAttachmentsForRender()363 colorAttachmentsForRender.push_back(&mMockAttachment); in getColorAttachmentsForRender()369 if (mMockAttachment.isAttached()) in getColorAttachmentsForRender()371 mMockAttachment.detach(context, Serial()); in getColorAttachmentsForRender()380 mMockAttachment = gl::FramebufferAttachment( in getColorAttachmentsForRender()383 colorAttachmentsForRender.push_back(&mMockAttachment); in getColorAttachmentsForRender()396 if (mMockAttachment.isAttached()) in destroy()398 mMockAttachment.detach(context, Serial()); in destroy()
139 gl::FramebufferAttachment mMockAttachment; variable