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

  /external/skia/include/private/
GrTypesPriv.h 89 enum class GrAllowMixedSamples : bool { kNo = false, kYes = true };
91 GrAAType GrChooseAAType(GrAA, GrFSAAType, GrAllowMixedSamples, const GrCaps&);
    [all...]
  /external/skqp/include/private/
GrTypesPriv.h 88 enum class GrAllowMixedSamples : bool { kNo = false, kYes = true };
90 GrAAType GrChooseAAType(GrAA, GrFSAAType, GrAllowMixedSamples, const GrCaps&);
    [all...]

Completed in 80 milliseconds