Home
last modified time | relevance | path

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

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