Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp313 gl::DrawBufferMask activeProgramOutputs = in getColorAttachmentsForRender() local
316 if (mColorAttachmentsForRender.valid() && mCurrentActiveProgramOutputs == activeProgramOutputs) in getColorAttachmentsForRender()
335 activeProgramOutputs[attachmentIndex]) in getColorAttachmentsForRender()
353 colorAttachmentsForRender.empty() && activeProgramOutputs.any()) in getColorAttachmentsForRender()
355 static_assert(static_cast<size_t>(activeProgramOutputs.size()) <= 32, in getColorAttachmentsForRender()
358 gl::ScanForward(static_cast<uint32_t>(activeProgramOutputs.bits()))); in getColorAttachmentsForRender()
389 mCurrentActiveProgramOutputs = activeProgramOutputs; in getColorAttachmentsForRender()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp2009 gl::DrawBufferMask activeProgramOutputs = in syncFramebuffer() local
2020 (!renderTarget || drawStates[rtIndex] == GL_NONE || !activeProgramOutputs[rtIndex])) in syncFramebuffer()