Searched refs:typeAsUInt (Results 1 – 1 of 1) sorted by relevance
575 unsigned typeAsUInt = static_cast<unsigned>(type); in hwBufferState() local576 SkASSERT(typeAsUInt < SK_ARRAY_COUNT(fHWBufferState)); in hwBufferState()577 return &fHWBufferState[typeAsUInt]; in hwBufferState()