Home
last modified time | relevance | path

Searched refs:mMockAttachment (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp102 : 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()
DFramebufferD3D.h139 gl::FramebufferAttachment mMockAttachment; variable