/external/skia/tests/ |
D | DrawOpAtlasTest.cpp | 226 atlasManager->getProxies(kA8_GrMaskFormat, &numProxies); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 247 test_atlas_config(reporter, 65536, 256 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 252 test_atlas_config(reporter, 65536, 512 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 257 test_atlas_config(reporter, 65536, 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 262 test_atlas_config(reporter, 65536, 2 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 267 test_atlas_config(reporter, 65536, 4 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 272 test_atlas_config(reporter, 65536, 8 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 277 test_atlas_config(reporter, 65536, 16 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 283 test_atlas_config(reporter, 1024, 8 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 289 test_atlas_config(reporter, 65536, 3 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() [all …]
|
/external/skqp/tests/ |
D | DrawOpAtlasTest.cpp | 227 atlasManager->getProxies(kA8_GrMaskFormat, &numProxies); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 248 test_atlas_config(reporter, 65536, 256 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 253 test_atlas_config(reporter, 65536, 512 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 258 test_atlas_config(reporter, 65536, 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 263 test_atlas_config(reporter, 65536, 2 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 268 test_atlas_config(reporter, 65536, 4 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 273 test_atlas_config(reporter, 65536, 8 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 278 test_atlas_config(reporter, 65536, 16 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 284 test_atlas_config(reporter, 1024, 8 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() 290 test_atlas_config(reporter, 65536, 3 * 1024 * 1024, kA8_GrMaskFormat, in DEF_GPUTEST() [all …]
|
/external/skqp/src/gpu/ |
D | GrGlyph.h | 32 return kA8_GrMaskFormat; in FormatFromSkGlyph() 34 return kA8_GrMaskFormat; // ignore the mul and add planes, just use the mask in FormatFromSkGlyph() 41 return kA8_GrMaskFormat; in FormatFromSkGlyph()
|
/external/skia/src/gpu/ |
D | GrGlyph.h | 32 return kA8_GrMaskFormat; in FormatFromSkGlyph() 34 return kA8_GrMaskFormat; // ignore the mul and add planes, just use the mask in FormatFromSkGlyph() 41 return kA8_GrMaskFormat; in FormatFromSkGlyph()
|
D | GrDrawOpAtlas.cpp | 627 if (kA8_GrMaskFormat == type) { in atlasDimensions() 637 if (kA8_GrMaskFormat == type) { in plotDimensions()
|
/external/skqp/samplecode/ |
D | SampleChineseFling.cpp | 164 GrMaskFormat::kA8_GrMaskFormat, 0); in onDrawContent() 168 GrMaskFormat::kA8_GrMaskFormat, 1); in onDrawContent() 172 GrMaskFormat::kA8_GrMaskFormat, 2); in onDrawContent() 176 GrMaskFormat::kA8_GrMaskFormat, 3); in onDrawContent()
|
D | SampleAnimatedText.cpp | 106 GrMaskFormat::kA8_GrMaskFormat); in onDrawContent()
|
/external/skia/samplecode/ |
D | SampleChineseFling.cpp | 164 GrMaskFormat::kA8_GrMaskFormat, 0); in onDrawContent() 168 GrMaskFormat::kA8_GrMaskFormat, 1); in onDrawContent() 172 GrMaskFormat::kA8_GrMaskFormat, 2); in onDrawContent() 176 GrMaskFormat::kA8_GrMaskFormat, 3); in onDrawContent()
|
D | SampleAnimatedText.cpp | 106 GrMaskFormat::kA8_GrMaskFormat); in onDrawContent()
|
/external/skia/src/gpu/ops/ |
D | GrAtlasTextOp.h | 130 return kA8_GrMaskFormat; in maskFormat() 132 return kA8_GrMaskFormat; // suppress warning in maskFormat()
|
/external/skqp/src/gpu/ops/ |
D | GrAtlasTextOp.h | 129 return kA8_GrMaskFormat; in maskFormat() 131 return kA8_GrMaskFormat; // suppress warning in maskFormat()
|
/external/skqp/src/atlastext/ |
D | SkInternalAtlasTextContext.cpp | 44 atlasManager->getProxies(kA8_GrMaskFormat, &numProxies); in ~SkInternalAtlasTextContext() 94 fDistanceFieldAtlas.fProxy = atlasManager->getProxies(kA8_GrMaskFormat, &numProxies)->get(); in flush()
|
/external/skia/src/atlastext/ |
D | SkInternalAtlasTextContext.cpp | 44 atlasManager->getProxies(kA8_GrMaskFormat, &numProxies); in ~SkInternalAtlasTextContext() 94 fDistanceFieldAtlas.fProxy = atlasManager->getProxies(kA8_GrMaskFormat, &numProxies)->get(); in flush()
|
/external/skia/src/gpu/text/ |
D | GrAtlasManager.cpp | 26 case kA8_GrMaskFormat: in mask_format_to_pixel_config() 40 case kA8_GrMaskFormat: in mask_format_to_color_type()
|
D | GrAtlasManager.h | 127 kA8_GrMaskFormat, in MaskFormatToAtlasIndex()
|
D | GrTextBlob.h | 161 case kA8_GrMaskFormat: in GetVertexStride() 366 GrMaskFormat fMaskFormat{kA8_GrMaskFormat};
|
/external/skqp/src/gpu/text/ |
D | GrAtlasManager.cpp | 26 case kA8_GrMaskFormat: in mask_format_to_pixel_config() 40 case kA8_GrMaskFormat: in mask_format_to_color_type()
|
D | GrAtlasManager.h | 127 kA8_GrMaskFormat, in MaskFormatToAtlasIndex()
|
D | GrTextBlob.h | 158 case kA8_GrMaskFormat: in GetVertexStride() 366 GrMaskFormat fMaskFormat{kA8_GrMaskFormat};
|
/external/skqp/src/gpu/effects/ |
D | GrBitmapTextGeoProc.cpp | 142 bool hasVertexColor = kA8_GrMaskFormat == fMaskFormat || in GrBitmapTextGeoProc() 217 format = kA8_GrMaskFormat; in TestCreate()
|
/external/skia/src/gpu/effects/ |
D | GrBitmapTextGeoProc.cpp | 141 bool hasVertexColor = kA8_GrMaskFormat == fMaskFormat || in GrBitmapTextGeoProc() 216 format = kA8_GrMaskFormat; in TestCreate()
|
/external/skqp/gm/ |
D | fontregen.cpp | 101 auto img = ctx->contextPriv().getFontAtlasImage_ForTesting(kA8_GrMaskFormat); in onDraw()
|
D | fontcache.cpp | 76 auto img = ctx->contextPriv().getFontAtlasImage_ForTesting(kA8_GrMaskFormat); in onDraw()
|
/external/skia/gm/ |
D | fontregen.cpp | 93 auto img = context->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); in onDraw()
|
D | fontcache.cpp | 69 auto img = ctx->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); in onDraw()
|