Searched refs:kMaskFormatCount (Results 1 – 4 of 4) sorted by relevance
103 for (int i = 0; i < kMaskFormatCount; ++i) { in preFlush()129 for (int i = 0; i < kMaskFormatCount; ++i) { in postFlush()178 std::unique_ptr<GrDrawOpAtlas> fAtlases[kMaskFormatCount];179 static_assert(kMaskFormatCount == 3);
27 for (int i = 0; i < kMaskFormatCount; ++i) { in freeAll()270 for (int i = 0; i < kMaskFormatCount; ++i) { in dump()293 for (int i = 0; i < kMaskFormatCount; i++) { in setAtlasDimensionsToMinimum_ForTesting()
61 for (int i = 0; i < kMaskFormatCount; i++) { in setMaxPages_TestingOnly()
87 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable93 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()