Home
last modified time | relevance | path

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

/external/skia/tests/
DDrawOpAtlasTest.cpp256 test_atlas_config(reporter, 65536, 256 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
261 test_atlas_config(reporter, 65536, 512 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
266 test_atlas_config(reporter, 65536, 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
271 test_atlas_config(reporter, 65536, 2 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
276 test_atlas_config(reporter, 65536, 4 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
281 test_atlas_config(reporter, 65536, 8 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
286 test_atlas_config(reporter, 65536, 16 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
292 test_atlas_config(reporter, 1024, 8 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
298 test_atlas_config(reporter, 65536, 3 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
304 test_atlas_config(reporter, 65536, 0, kARGB_GrMaskFormat, in DEF_GPUTEST()
/external/skqp/tests/
DDrawOpAtlasTest.cpp246 test_atlas_config(reporter, 65536, 256 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
251 test_atlas_config(reporter, 65536, 512 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
256 test_atlas_config(reporter, 65536, 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
261 test_atlas_config(reporter, 65536, 2 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
266 test_atlas_config(reporter, 65536, 4 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
271 test_atlas_config(reporter, 65536, 8 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
276 test_atlas_config(reporter, 65536, 16 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
282 test_atlas_config(reporter, 1024, 8 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
288 test_atlas_config(reporter, 65536, 3 * 1024 * 1024, kARGB_GrMaskFormat, in DEF_GPUTEST()
294 test_atlas_config(reporter, 65536, 0, kARGB_GrMaskFormat, in DEF_GPUTEST()
/external/skqp/src/gpu/effects/
DGrBitmapTextGeoProc.cpp72 if (btgp.maskFormat() == kARGB_GrMaskFormat) { in onEmitCode()
214 GrMaskFormat format = kARGB_GrMaskFormat; // init to avoid warning in TestCreate()
223 format = kARGB_GrMaskFormat; in TestCreate()
/external/skqp/src/gpu/text/
DGrAtlasManager.h38 format = kARGB_GrMaskFormat; in resolveMaskFormat()
129 kARGB_GrMaskFormat, in MaskFormatToAtlasIndex()
DGrAtlasManager.cpp30 case kARGB_GrMaskFormat: in mask_format_to_pixel_config()
44 case kARGB_GrMaskFormat: in mask_format_to_color_type()
DGrStrikeCache.cpp97 kARGB_GrMaskFormat == expectedMaskFormat) { in get_packed_glyph_image()
99 const int argbBpp = GrMaskFormatBytesPerPixel(kARGB_GrMaskFormat); in get_packed_glyph_image()
DGrTextBlob.h160 case kARGB_GrMaskFormat: in GetVertexStride()
421 subRun->setMaskFormat(kARGB_GrMaskFormat); in initARGBFallback()
DGrTextBlobVertexRegenerator.cpp152 if (kARGB_GrMaskFormat != fSubRun->maskFormat() && fSubRun->color() != color) { in VertexRegenerator()
DGrTextBlob.cpp193 geometry.fColor = info.maskFormat() == kARGB_GrMaskFormat ? SK_PMColor4fWHITE : filteredColor; in makeOp()
/external/skia/src/gpu/
DGrGlyph.h30 return kARGB_GrMaskFormat; in FormatFromSkGlyph()
/external/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp70 if (btgp.maskFormat() == kARGB_GrMaskFormat) { in onEmitCode()
230 format = kARGB_GrMaskFormat; in TestCreate()
/external/skia/src/gpu/text/
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()
DGrTextBlob.cpp68 case kARGB_GrMaskFormat: return GrAtlasTextOp::MaskType::kColorBitmap; in op_mask_type()
80 if (grMaskFormat == kARGB_GrMaskFormat) { in calculate_colors()
579 if (fMaskFormat != kARGB_GrMaskFormat) { in vertexStride()
782 if (fMaskFormat != kARGB_GrMaskFormat) { in fillVertexData()
792 if (fMaskFormat != kARGB_GrMaskFormat) { in fillVertexData()
1006 if (fMaskFormat == GrMaskFormat::kARGB_GrMaskFormat) { in fillVertexData()
1026 if (fMaskFormat == GrMaskFormat::kARGB_GrMaskFormat) { in fillVertexData()
1052 case kARGB_GrMaskFormat: in vertexStride()
1738 if (fMaskFormat != kARGB_GrMaskFormat) { in vertexStride()
1847 if (fMaskFormat != kARGB_GrMaskFormat) { in fillVertexData()
[all …]
DGrAtlasManager.h124 format = kARGB_GrMaskFormat; in resolveMaskFormat()
/external/skqp/src/gpu/
DGrGlyph.h38 return kARGB_GrMaskFormat; in FormatFromSkGlyph()
DGrRenderTargetContext.cpp83 if (kARGB_GrMaskFormat == maskFormat) { in makeGrPaint()
/external/skqp/src/gpu/ops/
DGrAtlasTextOp.h123 return kARGB_GrMaskFormat; in maskFormat()
DGrAtlasTextOp.cpp43 case kARGB_GrMaskFormat: in MakeBitmap()
/external/skia/include/private/
DGrTypesPriv.h90 kARGB_GrMaskFormat, //!< 4-bytes per pixel, color format enumerator
92 kLast_GrMaskFormat = kARGB_GrMaskFormat
106 static_assert(kARGB_GrMaskFormat == 2, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()
1274 case kARGB_GrMaskFormat: in GrMaskFormatToColorType()
/external/skqp/include/private/
DGrTypesPriv.h117 kARGB_GrMaskFormat, //!< 4-bytes per pixel, color format enumerator
119 kLast_GrMaskFormat = kARGB_GrMaskFormat
135 static_assert(kARGB_GrMaskFormat == 2, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()
/external/skia/src/gpu/ops/
DGrAtlasTextOp.h204 return kARGB_GrMaskFormat; in maskFormat()