Searched refs:useHWAA (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/src/gpu/ops/ |
D | GrStencilPathOp.h | 25 bool useHWAA, 46 bool useHWAA, in GrStencilPathOp() argument 53 , fUseHWAA(useHWAA) in GrStencilPathOp()
|
D | GrStencilPathOp.cpp | 19 bool useHWAA, in Make() argument 26 return pool->allocate<GrStencilPathOp>(viewMatrix, useHWAA, fillType, in Make()
|
/third_party/flutter/skia/src/gpu/ |
D | GrPathRendering.h | 91 StencilPathArgs(bool useHWAA, in StencilPathArgs() 96 : fUseHWAA(useHWAA) in StencilPathArgs()
|
D | GrClip.h | 38 virtual bool apply(GrRecordingContext*, GrRenderTargetContext*, bool useHWAA, 150 bool apply(GrRecordingContext*, GrRenderTargetContext* rtc, bool useHWAA, in apply() argument
|
D | GrClipStackClip.h | 31 bool apply(GrRecordingContext*, GrRenderTargetContext*, bool useHWAA,
|
D | GrClipStackClip.cpp | 196 bool useHWAA, bool hasUserStencilSettings, GrAppliedClip* out, in apply() argument 217 if (renderTargetContext->numSamples() > 1 || useHWAA || hasUserStencilSettings) { in apply()
|
/third_party/flutter/skia/tests/ |
D | LazyProxyTest.cpp | 177 bool apply(GrRecordingContext* context, GrRenderTargetContext*, bool useHWAA, in apply() argument
|
D | GrCCPRTest.cpp | 43 bool apply(GrRecordingContext* context, GrRenderTargetContext* rtc, bool useHWAA, in apply() argument
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.h | 398 void flushHWAAState(GrRenderTarget* rt, bool useHWAA);
|
D | GrGLGpu.cpp | 2688 void GrGLGpu::flushHWAAState(GrRenderTarget* rt, bool useHWAA) { in flushHWAAState() argument 2690 SkASSERT(rt || !useHWAA); in flushHWAAState() 2692 if (useHWAA && rt->numSamples() <= 1) { in flushHWAAState() 2700 if (useHWAA) { in flushHWAAState()
|