Searched refs:SavedDrawState (Results 1 – 3 of 3) sorted by relevance
141 struct SavedDrawState { struct155 void saveCurrentDrawState(SavedDrawState* state) const; argument166 void restoreDrawState(const SavedDrawState& state);548 SavedDrawState fDrawState;930 static GrDrawState& accessSavedDrawState(SavedDrawState& sds) { in accessSavedDrawState()933 static const GrDrawState& accessSavedDrawState(const SavedDrawState& sds){ in accessSavedDrawState()
155 GrSTAllocator<kStatePreallocCnt, SavedDrawState> fStates;
514 void GrDrawTarget::saveCurrentDrawState(SavedDrawState* state) const { in saveCurrentDrawState()518 void GrDrawTarget::restoreDrawState(const SavedDrawState& state) { in restoreDrawState()