Home
last modified time | relevance | path

Searched refs:createAtlas (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrResourceProvider.h139 GrBatchAtlas* createAtlas(GrPixelConfig, int width, int height, int numPlotsX, int numPlotsY,
DGrResourceProvider.cpp160 GrBatchAtlas* GrResourceProvider::createAtlas(GrPixelConfig config, in createAtlas() function in GrResourceProvider
/external/skia/src/gpu/text/
DGrBatchFontCache.cpp30 fContext->resourceProvider()->createAtlas(config, width, height, in initAtlas()
/external/skia/src/gpu/batches/
DGrAADistanceFieldPathRenderer.cpp548 fAtlas = args.fResourceProvider->createAtlas(kAlpha_8_GrPixelConfig, in onDrawPath()
632 context->resourceProvider()->createAtlas(kAlpha_8_GrPixelConfig, in DRAW_BATCH_TEST_DEFINE()