OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createAtlas
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/
GrResourceProvider.h
139
GrBatchAtlas*
createAtlas
(GrPixelConfig, int width, int height, int numPlotsX, int numPlotsY,
GrResourceProvider.cpp
160
GrBatchAtlas* GrResourceProvider::
createAtlas
(GrPixelConfig config,
/external/skia/src/gpu/text/
GrBatchFontCache.cpp
30
fContext->resourceProvider()->
createAtlas
(config, width, height,
/external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.cpp
548
fAtlas = args.fResourceProvider->
createAtlas
(kAlpha_8_GrPixelConfig,
632
context->resourceProvider()->
createAtlas
(kAlpha_8_GrPixelConfig,
Completed in 184 milliseconds