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

  /external/skia/include/private/
GrTypesPriv.h 70 enum class GrAllowMixedSamples { kNo, kYes };
72 GrAAType GrChooseAAType(GrAA, GrFSAAType, GrAllowMixedSamples, const GrCaps&);
  /external/skia/src/gpu/
GrRenderTargetContext.cpp 61 GrAAType GrChooseAAType(GrAA aa, GrFSAAType fsaaType, GrAllowMixedSamples allowMixedSamples,
77 return GrAllowMixedSamples::kYes == allowMixedSamples ? GrAAType::kMixedSamples
469 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
572 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
753 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo);
    [all...]
GrRenderTargetContext.h 362 inline GrAAType chooseAAType(GrAA aa, GrAllowMixedSamples allowMixedSamples) {
GrClipStackClip.cpp 122 GrAllowMixedSamples::kYes,
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 609 GrAllowMixedSamples::kYes, *renderTargetContext->caps());

Completed in 74 milliseconds