Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.h572 } fHWBufferState[kGrGpuBufferTypeCount];
DGrGLGpu.cpp402 for (int i = 0; i < kGrGpuBufferTypeCount; ++i) { in GrGLGpu()
/external/skia/include/private/
DGrTypesPriv.h752 static const int kGrGpuBufferTypeCount = static_cast<int>(GrGpuBufferType::kXferGpuToCpu) + 1; variable