/third_party/flutter/skia/tests/ |
D | DrawOpAtlasTest.cpp | 245 test_atlas_config(reporter, 65536, 256 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 250 test_atlas_config(reporter, 65536, 512 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 255 test_atlas_config(reporter, 65536, 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 260 test_atlas_config(reporter, 65536, 2 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 265 test_atlas_config(reporter, 65536, 4 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 270 test_atlas_config(reporter, 65536, 8 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 275 test_atlas_config(reporter, 65536, 16 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 281 test_atlas_config(reporter, 1024, 8 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 287 test_atlas_config(reporter, 65536, 3 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 293 test_atlas_config(reporter, 65536, 0, kARGB_GrMaskFormat, in DEF_GPUTEST()
|
/third_party/skia/tests/ |
D | DrawOpAtlasTest.cpp | 263 test_atlas_config(reporter, 65536, 256 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 268 test_atlas_config(reporter, 65536, 512 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 278 test_atlas_config(reporter, 65536, 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 288 test_atlas_config(reporter, 65536, 2 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 298 test_atlas_config(reporter, 65536, 4 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 303 test_atlas_config(reporter, 65536, 8 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 308 test_atlas_config(reporter, 65536, 16 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 314 test_atlas_config(reporter, 1024, 8 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 325 test_atlas_config(reporter, 65536, 3 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST() 336 test_atlas_config(reporter, 65536, 0, kARGB_GrMaskFormat, in DEF_GPUTEST()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrBitmapTextGeoProc.cpp | 71 if (btgp.maskFormat() == kARGB_GrMaskFormat) { in onEmitCode() 214 GrMaskFormat format = kARGB_GrMaskFormat; // init to avoid warning in TestCreate() 223 format = kARGB_GrMaskFormat; in TestCreate()
|
/third_party/skia/src/gpu/ |
D | GrGlyph.h | 30 return kARGB_GrMaskFormat; in FormatFromSkGlyph()
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrStrikeCache.cpp | 97 kARGB_GrMaskFormat == expectedMaskFormat) { in get_packed_glyph_image() 99 const int argbBpp = GrMaskFormatBytesPerPixel(kARGB_GrMaskFormat); in get_packed_glyph_image()
|
D | GrAtlasManager.h | 39 format = kARGB_GrMaskFormat; in resolveMaskFormat()
|
D | GrTextBlob.h | 163 case kARGB_GrMaskFormat: in GetVertexStride() 421 subRun->setMaskFormat(kARGB_GrMaskFormat); in initARGBFallback()
|
D | GrAtlasManager.cpp | 34 case kARGB_GrMaskFormat: in mask_format_to_gr_color_type()
|
D | GrTextBlobVertexRegenerator.cpp | 164 if (kARGB_GrMaskFormat != fSubRun->maskFormat() && fSubRun->color() != color) { in VertexRegenerator()
|
D | GrTextBlob.cpp | 191 geometry.fColor = info.maskFormat() == kARGB_GrMaskFormat ? SK_PMColor4fWHITE : filteredColor; in makeOp()
|
/third_party/skia/src/gpu/effects/ |
D | GrBitmapTextGeoProc.cpp | 92 if (btgp.fMaskFormat == kARGB_GrMaskFormat) { in onEmitCode() 220 format = kARGB_GrMaskFormat; in TestCreate()
|
/third_party/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 72 case kARGB_GrMaskFormat: return AtlasTextOp::MaskType::kColorBitmap; in op_mask_type() 84 if (grMaskFormat == kARGB_GrMaskFormat) { in calculate_colors() 588 if (fMaskFormat != kARGB_GrMaskFormat) { in vertexStride() 802 if (fMaskFormat != kARGB_GrMaskFormat) { in fillVertexData() 812 if (fMaskFormat != kARGB_GrMaskFormat) { in fillVertexData() 1029 if (fMaskFormat == GrMaskFormat::kARGB_GrMaskFormat) { in fillVertexData() 1049 if (fMaskFormat == GrMaskFormat::kARGB_GrMaskFormat) { in fillVertexData() 1075 case kARGB_GrMaskFormat: in vertexStride() 1776 if (fMaskFormat != kARGB_GrMaskFormat) { in vertexStride() 1884 if (fMaskFormat != kARGB_GrMaskFormat) { in fillVertexData() [all …]
|
D | GrAtlasManager.cpp | 99 } else if (grMaskFormat == kA565_GrMaskFormat && expectedMaskFormat == kARGB_GrMaskFormat) { in get_packed_glyph_image() 110 constexpr int argbBpp = GrMaskFormatBytesPerPixel(kARGB_GrMaskFormat); in get_packed_glyph_image()
|
D | GrAtlasManager.h | 161 format = kARGB_GrMaskFormat; in resolveMaskFormat()
|
/third_party/flutter/skia/src/gpu/ |
D | GrGlyph.h | 37 return kARGB_GrMaskFormat; in FormatFromSkGlyph()
|
D | GrRenderTargetContext.cpp | 95 if (kARGB_GrMaskFormat == maskFormat) { in makeGrPaint()
|
/third_party/skia/include/private/ |
D | GrTypesPriv.h | 83 kARGB_GrMaskFormat, //!< 4-bytes per pixel, color format enumerator 85 kLast_GrMaskFormat = kARGB_GrMaskFormat 99 static_assert(kARGB_GrMaskFormat == 2, "enum_order_dependency"); in GrMaskFormatBytesPerPixel() 1249 case kARGB_GrMaskFormat: in GrMaskFormatToColorType()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrAtlasTextOp.h | 124 return kARGB_GrMaskFormat; in maskFormat()
|
D | GrAtlasTextOp.cpp | 43 case kARGB_GrMaskFormat: in MakeBitmap()
|
/third_party/skia/src/gpu/ops/ |
D | AtlasTextOp.h | 197 return kARGB_GrMaskFormat; in maskFormat()
|
/third_party/flutter/skia/include/private/ |
D | GrTypesPriv.h | 125 kARGB_GrMaskFormat, //!< 4-bytes per pixel, color format enumerator 127 kLast_GrMaskFormat = kARGB_GrMaskFormat 143 static_assert(kARGB_GrMaskFormat == 2, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()
|