Home
last modified time | relevance | path

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

/external/skia/include/gpu/ganesh/
DGrContextOptions.h140 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault; member
/external/skia/gm/
Dfontcache.cpp48 options->fAllowMultipleGlyphCacheTextures = fAllowMultipleTextures; in modifyGrContextOptions()
Dfontregen.cpp61 options->fAllowMultipleGlyphCacheTextures = GrContextOptions::Enable::kNo; in modifyGrContextOptions()
/external/skia/src/gpu/ganesh/
DGrDirectContext.cpp284 if (GrContextOptions::Enable::kNo == this->options().fAllowMultipleGlyphCacheTextures || in init()