HomeSort by relevance Sort by last modified time
    Searched refs:getAtlasPageCount (Results 1 - 4 of 4) sorted by null

  /external/skqp/src/atlastext/
SkInternalAtlasTextContext.cpp 42 SkASSERT(1 == atlasGlyphCache->getAtlasPageCount(kA8_GrMaskFormat));
89 SkASSERT(1 == atlasGlyphCache->getAtlasPageCount(kA8_GrMaskFormat));
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.h 140 uint32_t getAtlasPageCount(GrMaskFormat format) {
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.cpp 221 uint32_t atlasPageCount = fFontCache->getAtlasPageCount(maskFormat);
308 if (gp->numTextureSamplers() != (int)fFontCache->getAtlasPageCount(maskFormat)) {
  /external/skqp/tools/gpu/
GrTest.cpp 154 if (index >= cache->getAtlasPageCount(format) || !proxies[index]) {

Completed in 72 milliseconds