Searched refs:mMockAttachment (Results 1 – 2 of 2) sorted by relevance
102 : FramebufferImpl(data), mRenderer(renderer), mMockAttachment() in FramebufferD3D()361 if (mMockAttachment.isAttached() && in getColorAttachmentsForRender()362 (mMockAttachment.getBinding() - GL_COLOR_ATTACHMENT0) == activeProgramLocation) in getColorAttachmentsForRender()364 colorAttachmentsForRender.push_back(&mMockAttachment); in getColorAttachmentsForRender()370 if (mMockAttachment.isAttached()) in getColorAttachmentsForRender()372 mMockAttachment.detach(context, Serial()); in getColorAttachmentsForRender()381 mMockAttachment = gl::FramebufferAttachment( in getColorAttachmentsForRender()384 colorAttachmentsForRender.push_back(&mMockAttachment); in getColorAttachmentsForRender()397 if (mMockAttachment.isAttached()) in destroy()399 mMockAttachment.detach(context, Serial()); in destroy()
139 gl::FramebufferAttachment mMockAttachment; variable