Home
last modified time | relevance | path

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

/external/skia/tools/gpu/
DGrTest.cpp40 configs[kA8_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
47 configs[kA565_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
54 configs[kARGB_GrMaskFormat].fLog2Width = SkNextLog2(dim); in SetupAlwaysEvictAtlas()
/external/skia/src/gpu/text/
DGrAtlasGlyphCache.cpp61 fAtlasConfigs[kA8_GrMaskFormat].fLog2Width = log2MaxDim; in GrAtlasGlyphCache()
69 fAtlasConfigs[kA565_GrMaskFormat].fLog2Width = log2MinDim; in GrAtlasGlyphCache()
76 fAtlasConfigs[kARGB_GrMaskFormat].fLog2Width = log2MinDim; in GrAtlasGlyphCache()
DGrAtlasGlyphCache.h177 int log2Width(GrMaskFormat format) { return fAtlasConfigs[format].fLog2Width; } in log2Width()
/external/skia/src/gpu/
DGrDrawOpAtlas.h24 int fLog2Width; member