Searched refs:allowMultitexturing (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrDrawOpAtlas.cpp | 63 AllowMultitexturing allowMultitexturing, in Make() 75 generationCounter, allowMultitexturing, atlasPageNum)); in Make() 77 generationCounter, allowMultitexturing)); in Make() 218 AllowMultitexturing allowMultitexturing, int atlasPageNum) in GrDrawOpAtlas() 220 AllowMultitexturing allowMultitexturing) in GrDrawOpAtlas() 233 , fMaxPages(AllowMultitexturing::kYes == allowMultitexturing ? ((atlasPageNum > 16) ? 16 : atlasPageNum) : 1) in GrDrawOpAtlas() 235 , fMaxPages(AllowMultitexturing::kYes == allowMultitexturing ? kMaxMultitexturePages : 1) in GrDrawOpAtlas() 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 D | GrDrawOpAtlas.h | 248 * @param allowMultitexturing Can the atlas use more than one texture. 259 AllowMultitexturing allowMultitexturing, 408 AllowMultitexturing allowMultitexturing, int atlasPageNum); 410 AllowMultitexturing allowMultitexturing);
|
H A D | GrDirectContext.cpp | 256 GrDrawOpAtlas::AllowMultitexturing allowMultitexturing; in init() local 261 allowMultitexturing = GrDrawOpAtlas::AllowMultitexturing::kNo; in init() 263 allowMultitexturing = GrDrawOpAtlas::AllowMultitexturing::kYes; in init() 270 allowMultitexturing); in init()
|
/third_party/skia/src/gpu/text/ |
H A D | GrAtlasManager.cpp | 18 GrDrawOpAtlas::AllowMultitexturing allowMultitexturing) in GrAtlasManager() 19 : fAllowMultitexturing{allowMultitexturing} in GrAtlasManager() 16 GrAtlasManager(GrProxyProvider* proxyProvider, size_t maxTextureBytes, GrDrawOpAtlas::AllowMultitexturing allowMultitexturing) GrAtlasManager() argument
|
Completed in 6 milliseconds