Home
last modified time | relevance | path

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

/third_party/skia/include/gpu/
DGrContextOptions.h178 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault; member
/third_party/skia/gm/
Dfontcache.cpp45 options->fAllowMultipleGlyphCacheTextures = fAllowMultipleTextures; in modifyGrContextOptions()
Dfontregen.cpp53 options->fAllowMultipleGlyphCacheTextures = GrContextOptions::Enable::kNo; in modifyGrContextOptions()
/third_party/skia/src/gpu/
DGrDirectContext.cpp255 if (GrContextOptions::Enable::kNo == this->options().fAllowMultipleGlyphCacheTextures || in init()