Searched refs:activeProgramOutputs (Results 1 – 2 of 2) sorted by relevance
313 gl::DrawBufferMask activeProgramOutputs = in getColorAttachmentsForRender() local316 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()
2009 gl::DrawBufferMask activeProgramOutputs = in syncFramebuffer() local2020 (!renderTarget || drawStates[rtIndex] == GL_NONE || !activeProgramOutputs[rtIndex])) in syncFramebuffer()