Searched refs:drawStates (Results 1 – 2 of 2) sorted by relevance
1056 auto &drawStates = mState.mDrawBufferStates; in setDrawBuffers() local1058 ASSERT(count <= drawStates.size()); in setDrawBuffers()1059 std::copy(buffers, buffers + count, drawStates.begin()); in setDrawBuffers()1060 std::fill(drawStates.begin() + count, drawStates.end(), GL_NONE); in setDrawBuffers()1070 if (drawStates[index] != GL_NONE && mState.mColorAttachments[index].isAttached()) in setDrawBuffers()
2008 const auto &drawStates = mFramebuffer11->getState().getDrawBufferStates(); in syncFramebuffer() local2020 (!renderTarget || drawStates[rtIndex] == GL_NONE || !activeProgramOutputs[rtIndex])) in syncFramebuffer()