Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dmanypathatlases.cpp33 ctxOptions->fMaxTextureAtlasSize = fMaxAtlasSize; in modifyGrContextOptions()
/third_party/skia/include/gpu/
DGrContextOptions.h355 int fMaxTextureAtlasSize = 2048; member
/third_party/skia/tools/flags/
DCommonFlagsGpu.cpp117 ctxOptions->fMaxTextureAtlasSize = FLAGS_maxAtlasSize; in SetCtxOptions()
/third_party/skia/src/gpu/ops/
DAtlasPathRenderer.cpp132 fAtlasMaxSize = dContext->priv().options().fMaxTextureAtlasSize; in AtlasPathRenderer()