Home
last modified time | relevance | path

Searched refs:kARGB_GrMaskFormat (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/tests/
DDrawOpAtlasTest.cpp245 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/
DDrawOpAtlasTest.cpp263 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/
DGrBitmapTextGeoProc.cpp71 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/
DGrGlyph.h30 return kARGB_GrMaskFormat; in FormatFromSkGlyph()
/third_party/flutter/skia/src/gpu/text/
DGrStrikeCache.cpp97 kARGB_GrMaskFormat == expectedMaskFormat) { in get_packed_glyph_image()
99 const int argbBpp = GrMaskFormatBytesPerPixel(kARGB_GrMaskFormat); in get_packed_glyph_image()
DGrAtlasManager.h39 format = kARGB_GrMaskFormat; in resolveMaskFormat()
DGrTextBlob.h163 case kARGB_GrMaskFormat: in GetVertexStride()
421 subRun->setMaskFormat(kARGB_GrMaskFormat); in initARGBFallback()
DGrAtlasManager.cpp34 case kARGB_GrMaskFormat: in mask_format_to_gr_color_type()
DGrTextBlobVertexRegenerator.cpp164 if (kARGB_GrMaskFormat != fSubRun->maskFormat() && fSubRun->color() != color) { in VertexRegenerator()
DGrTextBlob.cpp191 geometry.fColor = info.maskFormat() == kARGB_GrMaskFormat ? SK_PMColor4fWHITE : filteredColor; in makeOp()
/third_party/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp92 if (btgp.fMaskFormat == kARGB_GrMaskFormat) { in onEmitCode()
220 format = kARGB_GrMaskFormat; in TestCreate()
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp72 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 …]
DGrAtlasManager.cpp99 } 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()
DGrAtlasManager.h161 format = kARGB_GrMaskFormat; in resolveMaskFormat()
/third_party/flutter/skia/src/gpu/
DGrGlyph.h37 return kARGB_GrMaskFormat; in FormatFromSkGlyph()
DGrRenderTargetContext.cpp95 if (kARGB_GrMaskFormat == maskFormat) { in makeGrPaint()
/third_party/skia/include/private/
DGrTypesPriv.h83 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/
DGrAtlasTextOp.h124 return kARGB_GrMaskFormat; in maskFormat()
DGrAtlasTextOp.cpp43 case kARGB_GrMaskFormat: in MakeBitmap()
/third_party/skia/src/gpu/ops/
DAtlasTextOp.h197 return kARGB_GrMaskFormat; in maskFormat()
/third_party/flutter/skia/include/private/
DGrTypesPriv.h125 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()