Searched defs:GrAAType (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DTessellatingPathRendererTests.cpp278 GrAAType aaType = GrAAType::kNone,
336 test_path(ctx, rtc.get(), create_path_17(), nonInvertibleMatrix, GrAAType::kCoverage, fp);
274 test_path(GrContext* ctx, GrRenderTargetContext* renderTargetContext, const SkPath& path, const SkMatrix& matrix = SkMatrix::I(), GrAAType aaType = GrAAType::kNone, sk_sp<GrFragmentProcessor> fp = nullptr) argument
/external/skia/include/gpu/
H A DGrTypesPriv.h25 enum class GrAAType : unsigned { class
39 static inline bool GrAATypeIsHW(GrAAType type) {
41 case GrAAType::kNone:
43 case GrAAType::kCoverage:
45 case GrAAType::kMSAA:
47 case GrAAType::kMixedSamples:

Completed in 151 milliseconds