Home
last modified time | relevance | path

Searched refs:plotHeight (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.cpp61 int height, int plotWidth, int plotHeight, in Make()
73 width, height, plotWidth, plotHeight, in Make()
216 int plotWidth, int plotHeight, GenerationCounter* generationCounter, in GrDrawOpAtlas()
227 , fPlotHeight(plotHeight) in GrDrawOpAtlas()
239 int numPlotsY = height/plotHeight; in GrDrawOpAtlas()
755 int plotHeight = atlasDimensions.height() >= 1024 ? 512 : 256; in plotDimensions() local
760 int plotHeight = atlasDimensions.height() >= 2048 ? 512 : 256; in plotDimensions() local
763 return { plotWidth, plotHeight }; in plotDimensions()
58 Make(GrProxyProvider* proxyProvider, const GrBackendFormat& format, GrColorType colorType, int width, int height, int plotWidth, int plotHeight, GenerationCounter* generationCounter, AllowMultitexturing allowMultitexturing, int atlasPageNum, EvictionCallback* evictor) Make() argument
214 GrDrawOpAtlas(GrProxyProvider* proxyProvider, const GrBackendFormat& format, GrColorType colorType, int width, int height, int plotWidth, int plotHeight, GenerationCounter* generationCounter, AllowMultitexturing allowMultitexturing, int atlasPageNum) GrDrawOpAtlas() argument
H A DGrDrawOpAtlas.h257 int plotWidth, int plotHeight,
406 int height, int plotWidth, int plotHeight, GenerationCounter* generationCounter,

Completed in 3 milliseconds