Searched refs:blitState (Results 1 – 5 of 5) sorted by relevance
50 blitState = {}; in FrameBuffer()154 if(memcmp(&blitState, &updateState, sizeof(BlitState)) != 0) in copyLocked()156 blitState = updateState; in copyLocked()159 blitRoutine = copyRoutine(blitState); in copyLocked()
94 BlitState blitState; // State of the current blitRoutine. member in sw::FrameBuffer
1834 static sw::BlitState blitState = {}; in GetRenderTargetData() local1846 if(memcmp(&blitState, &update, sizeof(sw::BlitState)) != 0) in GetRenderTargetData()1848 blitState = update; in GetRenderTargetData()1851 blitRoutine = sw::FrameBuffer::copyRoutine(blitState); in GetRenderTargetData()