Searched refs:createAtlas (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrResourceProvider.h | 139 GrBatchAtlas* createAtlas(GrPixelConfig, int width, int height, int numPlotsX, int numPlotsY,
|
D | GrResourceProvider.cpp | 160 GrBatchAtlas* GrResourceProvider::createAtlas(GrPixelConfig config, in createAtlas() function in GrResourceProvider
|
/external/skia/src/gpu/text/ |
D | GrBatchFontCache.cpp | 30 fContext->resourceProvider()->createAtlas(config, width, height, in initAtlas()
|
/external/skia/src/gpu/batches/ |
D | GrAADistanceFieldPathRenderer.cpp | 548 fAtlas = args.fResourceProvider->createAtlas(kAlpha_8_GrPixelConfig, in onDrawPath() 632 context->resourceProvider()->createAtlas(kAlpha_8_GrPixelConfig, in DRAW_BATCH_TEST_DEFINE()
|