Searched refs:kMaskFormatCount (Results 1 – 7 of 7) sorted by relevance
97 for (int i = 0; i < skgpu::kMaskFormatCount; ++i) { in preFlush()106 for (int i = 0; i < skgpu::kMaskFormatCount; ++i) { in postFlush()156 std::unique_ptr<GrDrawOpAtlas> fAtlases[skgpu::kMaskFormatCount];157 static_assert(skgpu::kMaskFormatCount == 3);
37 for (int i = 0; i < skgpu::kMaskFormatCount; ++i) { in freeAll()305 for (int i = 0; i < skgpu::kMaskFormatCount; ++i) { in dump()329 for (int i = 0; i < skgpu::kMaskFormatCount; i++) { in setAtlasDimensionsToMinimum_ForTesting()
73 for (int i = 0; i < kMaskFormatCount; ++i) { in evictAtlases()117 std::unique_ptr<DrawAtlas> fAtlases[kMaskFormatCount];118 static_assert(kMaskFormatCount == 3);
45 for (int i = 0; i < kMaskFormatCount; ++i) { in freeAll()243 for (int i = 0; i < skgpu::kMaskFormatCount; i++) { in recordUploads()265 for (int i = 0; i < skgpu::kMaskFormatCount; i++) { in setAtlasDimensionsToMinimum_ForTesting()
99 static const int kMaskFormatCount = static_cast<int>(MaskFormat::kLast) + 1; variable105 SkASSERT(static_cast<int>(format) < kMaskFormatCount); in MaskFormatBytesPerPixel()
68 for (int i = 0; i < skgpu::kMaskFormatCount; i++) { in setMaxPages_TestingOnly()
270 if (!buffer.validate(0 <= checkingMaskType && checkingMaskType < skgpu::kMaskFormatCount)) { in MakeFromBuffer()