HomeSort by relevance Sort by last modified time
    Searched refs:fAllowMultitexturing (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/text/
GrAtlasManager.h 67 GrDrawOpAtlas::AllowMultitexturing fAllowMultitexturing;
GrAtlasManager.cpp 20 , fAllowMultitexturing(allowMultitexturing) {
214 numPlotsX, numPlotsY, fAllowMultitexturing,
  /external/skia/src/gpu/
GrDrawOpAtlas.h 232 return AllowMultitexturing::kYes == fAllowMultitexturing ? kMaxMultitexturePages : 1;
399 AllowMultitexturing fAllowMultitexturing;
GrDrawOpAtlas.cpp 189 , fAllowMultitexturing(allowMultitexturing)
  /external/skqp/src/gpu/
GrDrawOpAtlas.h 227 return AllowMultitexturing::kYes == fAllowMultitexturing ? kMaxMultitexturePages : 1;
391 AllowMultitexturing fAllowMultitexturing;
GrDrawOpAtlas.cpp 158 , fAllowMultitexturing(allowMultitexturing)
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.cpp 29 fAllowMultitexturing,
40 : fContext(context), fAllowMultitexturing(allowMultitexturing), fPreserveStrike(nullptr) {
GrAtlasGlyphCache.h 262 GrDrawOpAtlas::AllowMultitexturing fAllowMultitexturing;

Completed in 113 milliseconds