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

  /external/skia/src/gpu/
GrContextThreadSafeProxy.cpp 64 GrFSAAType FSAAType = GrFSAAType::kNone;
66 FSAAType = this->caps()->usesMixedSamples() ? GrFSAAType::kMixedSamples
81 origin, config, FSAAType, sampleCnt,
  /external/skqp/src/gpu/
GrContextThreadSafeProxy.cpp 67 GrFSAAType FSAAType = GrFSAAType::kNone;
69 FSAAType = fCaps->usesMixedSamples() ? GrFSAAType::kMixedSamples : GrFSAAType::kUnifiedMSAA;
83 origin, config, FSAAType, sampleCnt,

Completed in 692 milliseconds