Home
last modified time | relevance | path

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

/external/skqp/include/gpu/
DGrContextOptions.h127 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault; member
/external/skia/include/gpu/
DGrContextOptions.h178 Enable fAllowMultipleGlyphCacheTextures = Enable::kDefault; member
/external/skqp/gm/
Dfontregen.cpp47 options->fAllowMultipleGlyphCacheTextures = GrContextOptions::Enable::kNo; in modifyGrContextOptions()
Dfontcache.cpp39 options->fAllowMultipleGlyphCacheTextures = fAllowMultipleTextures; in modifyGrContextOptions()
/external/skia/gm/
Dfontcache.cpp47 options->fAllowMultipleGlyphCacheTextures = fAllowMultipleTextures; in modifyGrContextOptions()
Dfontregen.cpp55 options->fAllowMultipleGlyphCacheTextures = GrContextOptions::Enable::kNo; in modifyGrContextOptions()
/external/skqp/src/atlastext/
DSkInternalAtlasTextContext.cpp31 options.fAllowMultipleGlyphCacheTextures = GrContextOptions::Enable::kNo; in SkInternalAtlasTextContext()
/external/skqp/src/gpu/
DGrDirectContext.cpp75 if (GrContextOptions::Enable::kNo == options.fAllowMultipleGlyphCacheTextures || in init()
/external/skia/src/gpu/
DGrDirectContext.cpp243 if (GrContextOptions::Enable::kNo == this->options().fAllowMultipleGlyphCacheTextures || in init()