Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/mtl/
DGrMtlBuffer.mm28 NSString* kBufferTypeNames[kGrGpuBufferTypeCount] = {
/third_party/skia/src/gpu/gl/
DGrGLGpu.h683 } fHWBufferState[kGrGpuBufferTypeCount];
DGrGLGpu.cpp371 for (int i = 0; i < kGrGpuBufferTypeCount; ++i) { in GrGLGpu()
374 static_assert(kGrGpuBufferTypeCount == SK_ARRAY_COUNT(fHWBufferState)); in GrGLGpu()
/third_party/skia/include/private/
DGrTypesPriv.h729 static const int kGrGpuBufferTypeCount = static_cast<int>(GrGpuBufferType::kUniform) + 1; variable