Searched refs:mColorAttachmentsForRender (Results 1 – 2 of 2) sorted by relevance
294 if (!mColorAttachmentsForRender.valid()) in syncState()305 mColorAttachmentsForRender.reset(); in syncState()317 if (mColorAttachmentsForRender.valid() && mCurrentActiveProgramOutputs == activeProgramOutputs) in getColorAttachmentsForRender()319 return mColorAttachmentsForRender.value(); in getColorAttachmentsForRender()389 mColorAttachmentsForRender = std::move(colorAttachmentsForRender); in getColorAttachmentsForRender()392 return mColorAttachmentsForRender.value(); in getColorAttachmentsForRender()
135 Optional<gl::AttachmentList> mColorAttachmentsForRender; variable