Searched defs:plotWidth (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ |
D | GrDrawOpAtlas.cpp | 39 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/ |
D | GrDrawOpAtlas.cpp | 60 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
|