Searched refs:AllowMultitexturing (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrDrawOpAtlas.h | 63 enum class AllowMultitexturing : bool { kNo, kYes }; enum 90 AllowMultitexturing allowMultitexturing, 178 AllowMultitexturing allowMultitexturing, std::string_view label);
|
H A D | GrDrawOpAtlas.cpp | 85 AllowMultitexturing allowMultitexturing, in Make() 111 AllowMultitexturing allowMultitexturing, std::string_view label) in GrDrawOpAtlas() 124 , fMaxPages(AllowMultitexturing::kYes == allowMultitexturing ? in GrDrawOpAtlas()
|
H A D | GrDirectContext.cpp | 283 GrDrawOpAtlas::AllowMultitexturing allowMultitexturing; in init() 288 allowMultitexturing = GrDrawOpAtlas::AllowMultitexturing::kNo; in init() 290 allowMultitexturing = GrDrawOpAtlas::AllowMultitexturing::kYes; in init()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | DrawAtlas.h | 56 enum class AllowMultitexturing : bool { kNo, kYes }; enum 81 AllowMultitexturing allowMultitexturing, 179 AllowMultitexturing allowMultitexturing,
|
H A D | DrawAtlas.cpp | 55 AllowMultitexturing allowMultitexturing, in Make() 80 AllowMultitexturing allowMultitexturing, in DrawAtlas() 96 , fMaxPages(allowMultitexturing == AllowMultitexturing::kYes ? in DrawAtlas()
|
H A D | PathAtlas.cpp | 89 DrawAtlas::AllowMultitexturing::kYes : in DrawAtlasMgr() 90 DrawAtlas::AllowMultitexturing::kNo, in DrawAtlasMgr()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/text/ |
H A D | GrAtlasManager.h | 47 GrDrawOpAtlas::AllowMultitexturing, 160 GrDrawOpAtlas::AllowMultitexturing fAllowMultitexturing;
|
H A D | GrAtlasManager.cpp | 36 GrDrawOpAtlas::AllowMultitexturing allowMultitexturing, in GrAtlasManager()
|
/aosp_15_r20/external/skia/src/gpu/graphite/text/ |
H A D | TextAtlasManager.cpp | 37 fAllowMultitexturing = DrawAtlas::AllowMultitexturing::kNo; 39 fAllowMultitexturing = DrawAtlas::AllowMultitexturing::kYes;
|
H A D | TextAtlasManager.h | 118 DrawAtlas::AllowMultitexturing fAllowMultitexturing;
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | SmallPathAtlasMgr.cpp | 77 GrDrawOpAtlas::AllowMultitexturing::kYes, in initAtlas()
|
/aosp_15_r20/external/skia/tests/graphite/ |
H A D | DrawAtlasTest.cpp | 77 DrawAtlas::AllowMultitexturing::kYes, in DEF_GRAPHITE_TEST_FOR_RENDERING_CONTEXTS()
|
/aosp_15_r20/external/skia/tests/ |
H A D | DrawOpAtlasTest.cpp | 149 GrDrawOpAtlas::AllowMultitexturing::kYes, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
|