Home
last modified time | relevance | path

Searched refs:AllowMultitexturing (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrLegacyDirectContext.cpp96 GrDrawOpAtlas::AllowMultitexturing allowMultitexturing; in init()
101 allowMultitexturing = GrDrawOpAtlas::AllowMultitexturing::kNo; in init()
103 allowMultitexturing = GrDrawOpAtlas::AllowMultitexturing::kYes; in init()
DGrDrawOpAtlas.h57 enum class AllowMultitexturing : bool { kNo, kYes }; enum
99 AllowMultitexturing allowMultitexturing,
253AllowMultitexturing allowMultitexturing, int atlasPageCount, int plotOldThreshold);
DGrDrawOpAtlas.cpp40 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/
DGrAtlasManager.h29 … size_t maxTextureBytes, GrDrawOpAtlas::AllowMultitexturing, int plotOldThreshold);
143 GrDrawOpAtlas::AllowMultitexturing fAllowMultitexturing;
DGrAtlasManager.cpp15 GrDrawOpAtlas::AllowMultitexturing allowMultitexturing, in GrAtlasManager()
/third_party/skia/src/gpu/
DGrDrawOpAtlas.h56 enum class AllowMultitexturing : bool { kNo, kYes }; enum
259 AllowMultitexturing allowMultitexturing,
408 AllowMultitexturing allowMultitexturing, int atlasPageNum);
410 AllowMultitexturing allowMultitexturing);
DGrDrawOpAtlas.cpp62 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()
DGrDirectContext.cpp254 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/
DGrAtlasManager.h30 GrAtlasManager(GrProxyProvider*, size_t maxTextureBytes, GrDrawOpAtlas::AllowMultitexturing);
177 GrDrawOpAtlas::AllowMultitexturing fAllowMultitexturing;
DGrAtlasManager.cpp18 GrDrawOpAtlas::AllowMultitexturing allowMultitexturing) in GrAtlasManager()
/third_party/skia/src/gpu/ops/
DSmallPathAtlasMgr.cpp69 GrDrawOpAtlas::AllowMultitexturing::kYes, in initAtlas()
/third_party/flutter/skia/tests/
DDrawOpAtlasTest.cpp151 GrDrawOpAtlas::AllowMultitexturing::kYes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/tests/
DDrawOpAtlasTest.cpp156 GrDrawOpAtlas::AllowMultitexturing::kYes, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/flutter/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp909 GrDrawOpAtlas::AllowMultitexturing::kYes, in onDrawPath()
1000 GrDrawOpAtlas::AllowMultitexturing::kYes, in GR_DRAW_OP_TEST_DEFINE()