Home
last modified time | relevance | path

Searched defs:plotWidth (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp39 int height, int plotWidth, int plotHeight, in Make()
184 int plotWidth, int plotHeight, AllowMultitexturing allowMultitexturing) in GrDrawOpAtlas()
645 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local
/external/skia/src/gpu/
DGrDrawOpAtlas.cpp60 int height, int plotWidth, int plotHeight, in Make()
206 int plotWidth, int plotHeight, GenerationCounter* generationCounter, in GrDrawOpAtlas()
688 int plotWidth = atlasDimensions.width() >= 2048 ? 512 : 256; in plotDimensions() local