Home
last modified time | relevance | path

Searched refs:kA8_GrMaskFormat (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/tests/
H A DDrawOpAtlasTest.cpp244 atlasManager->getViews(kA8_GrMaskFormat, &numProxies); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
265 test_atlas_config(reporter, 65536, 256 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST()
271 test_atlas_config(reporter, 65536, 512 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST()
274 test_atlas_config(reporter, 65536, 512 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST()
281 test_atlas_config(reporter, 65536, 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST()
284 test_atlas_config(reporter, 65536, 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST()
291 test_atlas_config(reporter, 65536, 2 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST()
294 test_atlas_config(reporter, 65536, 2 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST()
300 test_atlas_config(reporter, 65536, 4 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST()
305 test_atlas_config(reporter, 65536, 8 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST()
[all...]
/third_party/skia/src/gpu/
H A DGrGlyph.h24 return kA8_GrMaskFormat; in FormatFromSkGlyph()
26 return kA8_GrMaskFormat; // ignore the mul and add planes, just use the mask in FormatFromSkGlyph()
H A DGrDrawOpAtlas.cpp736 if (kA8_GrMaskFormat == type) { in atlasDimensions()
746 if (kA8_GrMaskFormat == type) { in plotDimensions()
/third_party/skia/samplecode/
H A DSampleChineseFling.cpp143 GrMaskFormat::kA8_GrMaskFormat, 0);
148 GrMaskFormat::kA8_GrMaskFormat, 1);
153 GrMaskFormat::kA8_GrMaskFormat, 2);
158 GrMaskFormat::kA8_GrMaskFormat, 3);
H A DSampleAnimatedText.cpp74 GrMaskFormat::kA8_GrMaskFormat);
/third_party/skia/src/gpu/ops/
H A DAtlasTextOp.h203 return kA8_GrMaskFormat; in maskFormat()
206 return kA8_GrMaskFormat; in maskFormat()
H A DSmallPathAtlasMgr.cpp58 SkISize size = atlasConfig.atlasDimensions(kA8_GrMaskFormat); in initAtlas()
H A DSmallPathRenderer.cpp203 kA8_GrMaskFormat, invert, false);
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp85 case kA8_GrMaskFormat: {
307 if ((format == kA8_GrMaskFormat) && (fAtlasConfig.getARGBDimensions().width() > 512)) {
H A DGrTextBlob.cpp70 case kA8_GrMaskFormat: return AtlasTextOp::MaskType::kGrayscaleCoverage; in op_mask_type()
1071 case kA8_GrMaskFormat: in vertexStride()
1219 kA8_GrMaskFormat, in Make()
2107 case kA8_GrMaskFormat: in vertexStride()
2236 kA8_GrMaskFormat, in Make()
/third_party/skia/src/gpu/effects/
H A DGrBitmapTextGeoProc.cpp135 bool hasVertexColor = kA8_GrMaskFormat == fMaskFormat || in GrBitmapTextGeoProc()
221 format = kA8_GrMaskFormat; in TestCreate()
/third_party/skia/gm/
H A Dfontcache.cpp74 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat);
H A Dfontregen.cpp103 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat);
/third_party/skia/include/private/
H A DGrTypesPriv.h81 kA8_GrMaskFormat, //!< 1-byte per pixel enumerator
97 static_assert(kA8_GrMaskFormat == 0, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()
1264 case kA8_GrMaskFormat:

Completed in 13 milliseconds