HomeSort by relevance Sort by last modified time
    Searched refs:fStates (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 155 GrSTAllocator<kStatePreallocCnt, SavedDrawState> fStates;
GrInOrderDrawBuffer.cpp 329 uint32_t numStates = fStates.count();
331 const GrDrawState& dstate = this->accessSavedDrawState(fStates[i]);
345 fStates.reset();
389 target->restoreDrawState(fStates[currState]);
589 if (fStates.empty()) {
592 const GrDrawState& old = this->accessSavedDrawState(fStates.back());
603 this->saveCurrentDrawState(&fStates.push_back());

Completed in 1342 milliseconds