HomeSort by relevance Sort by last modified time
    Searched defs:AllowMultitexturing (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrDrawOpAtlas.h 60 enum class AllowMultitexturing : bool { kNo, kYes };
87 * @param allowMultitexturing Can the atlas use more than one texture.
97 AllowMultitexturing allowMultitexturing,
232 return AllowMultitexturing::kYes == fAllowMultitexturing ? kMaxMultitexturePages : 1;
239 int numPlotsY, AllowMultitexturing allowMultitexturing);
399 AllowMultitexturing fAllowMultitexturing;
  /external/skqp/src/gpu/
GrDrawOpAtlas.h 59 enum class AllowMultitexturing : bool { kNo, kYes };
86 * @param allowMultitexturing Can the atlas use more than one texture.
95 AllowMultitexturing allowMultitexturing,
227 return AllowMultitexturing::kYes == fAllowMultitexturing ? kMaxMultitexturePages : 1;
231 int numPlotsY, AllowMultitexturing allowMultitexturing);
391 AllowMultitexturing fAllowMultitexturing;

Completed in 68 milliseconds