Home
last modified time | relevance | path

Searched refs:maxPathAtlasTextureSize (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/
DCaps.h329 int maxPathAtlasTextureSize() const { return fMaxPathAtlasTextureSize; } in maxPathAtlasTextureSize() function
DPathAtlas.cpp29 int maxTextureSize = std::max(caps->maxPathAtlasTextureSize(), kMinAtlasTextureSize); in PathAtlas()