Home
last modified time | relevance | path

Searched refs:typeAsUInt (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.h575 unsigned typeAsUInt = static_cast<unsigned>(type); in hwBufferState() local
576 SkASSERT(typeAsUInt < SK_ARRAY_COUNT(fHWBufferState)); in hwBufferState()
577 return &fHWBufferState[typeAsUInt]; in hwBufferState()