Searched refs:drawStates (Results 1 – 2 of 2) sorted by relevance
1152 auto &drawStates = mState.mDrawBufferStates; in setDrawBuffers() local1154 ASSERT(count <= drawStates.size()); in setDrawBuffers()1155 std::copy(buffers, buffers + count, drawStates.begin()); in setDrawBuffers()1156 std::fill(drawStates.begin() + count, drawStates.end(), GL_NONE); in setDrawBuffers()1166 if (drawStates[index] != GL_NONE && mState.mColorAttachments[index].isAttached()) in setDrawBuffers()
2028 const auto &drawStates = mFramebuffer11->getState().getDrawBufferStates(); in syncFramebuffer() local2040 (!renderTarget || drawStates[rtIndex] == GL_NONE || !activeProgramOutputs[rtIndex])) in syncFramebuffer()