Searched refs:AllowMultitexturing (Results 1 – 14 of 14) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrLegacyDirectContext.cpp | 96 GrDrawOpAtlas::AllowMultitexturing allowMultitexturing; in init() 101 allowMultitexturing = GrDrawOpAtlas::AllowMultitexturing::kNo; in init() 103 allowMultitexturing = GrDrawOpAtlas::AllowMultitexturing::kYes; in init()
|
D | GrDrawOpAtlas.h | 57 enum class AllowMultitexturing : bool { kNo, kYes }; enum 99 AllowMultitexturing allowMultitexturing, 253 … AllowMultitexturing allowMultitexturing, int atlasPageCount, int plotOldThreshold);
|
D | GrDrawOpAtlas.cpp | 40 AllowMultitexturing allowMultitexturing, in Make() 189 int plotWidth, int plotHeight, AllowMultitexturing allowMultitexturing, in GrDrawOpAtlas() 199 …, fMaxPages(AllowMultitexturing::kYes == allowMultitexturing ? ((atlasPageNum > 16) ? 16 : atlasPa… in GrDrawOpAtlas()
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrAtlasManager.h | 29 … size_t maxTextureBytes, GrDrawOpAtlas::AllowMultitexturing, int plotOldThreshold); 143 GrDrawOpAtlas::AllowMultitexturing fAllowMultitexturing;
|
D | GrAtlasManager.cpp | 15 GrDrawOpAtlas::AllowMultitexturing allowMultitexturing, in GrAtlasManager()
|
/third_party/skia/src/gpu/ |
D | GrDrawOpAtlas.h | 56 enum class AllowMultitexturing : bool { kNo, kYes }; enum 259 AllowMultitexturing allowMultitexturing, 408 AllowMultitexturing allowMultitexturing, int atlasPageNum); 410 AllowMultitexturing allowMultitexturing);
|
D | GrDrawOpAtlas.cpp | 62 AllowMultitexturing allowMultitexturing, in Make() 217 AllowMultitexturing allowMultitexturing, int atlasPageNum) in GrDrawOpAtlas() 219 AllowMultitexturing allowMultitexturing) in GrDrawOpAtlas() 232 …, fMaxPages(AllowMultitexturing::kYes == allowMultitexturing ? ((atlasPageNum > 16) ? 16 : atlasPa… in GrDrawOpAtlas() 234 , fMaxPages(AllowMultitexturing::kYes == allowMultitexturing ? kMaxMultitexturePages : 1) in GrDrawOpAtlas()
|
D | GrDirectContext.cpp | 254 GrDrawOpAtlas::AllowMultitexturing allowMultitexturing; in init() 259 allowMultitexturing = GrDrawOpAtlas::AllowMultitexturing::kNo; in init() 261 allowMultitexturing = GrDrawOpAtlas::AllowMultitexturing::kYes; in init()
|
/third_party/skia/src/gpu/text/ |
D | GrAtlasManager.h | 30 GrAtlasManager(GrProxyProvider*, size_t maxTextureBytes, GrDrawOpAtlas::AllowMultitexturing); 177 GrDrawOpAtlas::AllowMultitexturing fAllowMultitexturing;
|
D | GrAtlasManager.cpp | 18 GrDrawOpAtlas::AllowMultitexturing allowMultitexturing) in GrAtlasManager()
|
/third_party/skia/src/gpu/ops/ |
D | SmallPathAtlasMgr.cpp | 69 GrDrawOpAtlas::AllowMultitexturing::kYes, in initAtlas()
|
/third_party/flutter/skia/tests/ |
D | DrawOpAtlasTest.cpp | 151 GrDrawOpAtlas::AllowMultitexturing::kYes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/skia/tests/ |
D | DrawOpAtlasTest.cpp | 156 GrDrawOpAtlas::AllowMultitexturing::kYes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrSmallPathRenderer.cpp | 909 GrDrawOpAtlas::AllowMultitexturing::kYes, in onDrawPath() 1000 GrDrawOpAtlas::AllowMultitexturing::kYes, in GR_DRAW_OP_TEST_DEFINE()
|