Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrAtlasManager.h92 for (int i = 0; i < kMaskFormatCount; ++i) { in preFlush()
101 for (int i = 0; i < kMaskFormatCount; ++i) { in postFlush()
131 static_assert(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, "array_size_mismatch"); in MaskFormatToAtlasIndex()
133 SkASSERT(sAtlasIndices[format] < kMaskFormatCount); in MaskFormatToAtlasIndex()
145 std::unique_ptr<GrDrawOpAtlas> fAtlases[kMaskFormatCount];
DGrAtlasManager.cpp54 for (int i = 0; i < kMaskFormatCount; ++i) { in freeAll()
145 for (int i = 0; i < kMaskFormatCount; ++i) { in dump()
168 for (int i = 0; i < kMaskFormatCount; i++) { in setAtlasSizesToMinimum_ForTesting()
/external/skia/src/gpu/text/
DGrAtlasManager.h87 for (int i = 0; i < kMaskFormatCount; ++i) { in preFlush()
95 for (int i = 0; i < kMaskFormatCount; ++i) { in postFlush()
141 std::unique_ptr<GrDrawOpAtlas> fAtlases[kMaskFormatCount];
142 static_assert(kMaskFormatCount == 3);
DGrAtlasManager.cpp27 for (int i = 0; i < kMaskFormatCount; ++i) { in freeAll()
271 for (int i = 0; i < kMaskFormatCount; ++i) { in dump()
294 for (int i = 0; i < kMaskFormatCount; i++) { in setAtlasDimensionsToMinimum_ForTesting()
/external/skqp/include/private/
DGrTypesPriv.h121 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable
127 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()
132 static_assert(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, "array_size_mismatch"); in GrMaskFormatBytesPerPixel()
/external/skia/tests/
DDrawOpAtlasTest.cpp62 for (int i = 0; i < kMaskFormatCount; i++) { in setMaxPages_TestingOnly()
/external/skqp/tests/
DDrawOpAtlasTest.cpp59 for (int i = 0; i < kMaskFormatCount; i++) { in setMaxPages_TestingOnly()
/external/skia/include/private/
DGrTypesPriv.h94 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable
100 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()