Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp316 if (mColorAttachmentsForRender.valid() && mCurrentActiveProgramOutputs == activeProgramOutputs) in getColorAttachmentsForRender()
389 mCurrentActiveProgramOutputs = activeProgramOutputs; in getColorAttachmentsForRender()
DFramebufferD3D.h136 gl::DrawBufferMask mCurrentActiveProgramOutputs; variable