Home
last modified time | relevance | path

Searched defs:sdc (Results 1 - 25 of 56) sorted by relevance

123

/third_party/skia/tests/
H A DSkSLCross.cpp22 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
92 run_test(skiatest::Reporter* reporter, GrDirectContext* directContext, skgpu::v1::SurfaceDrawContext* sdc, SkVector a, SkVector b, float expectedCrossProduct) run_test() argument
[all...]
H A DSurfaceDrawContextTest.cpp43 auto sdc = get_sdc(dContext); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
57 auto sdc = get_sdc(dContext); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
26 check_instantiation_status(skiatest::Reporter* reporter, skgpu::v1::SurfaceDrawContext* sdc, bool wrappedExpectation) check_instantiation_status() argument
[all...]
H A DDefaultPathRendererTest.cpp87 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, in run_test() local
106 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, in run_test() local
41 read_back(GrDirectContext* dContext, skgpu::v1::SurfaceDrawContext* sdc, int width, int height) read_back() argument
[all...]
H A DPathRendererCacheTests.cpp54 sdc, in draw_path() local
86 auto sdc = skgpu::v1::SurfaceDrawContext::Make( in test_path() local
33 draw_path(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const SkPath& path, skgpu::v1::PathRenderer* pr, GrAAType aaType, const GrStyle& style, float scaleX = 1.f) draw_path() argument
H A DLazyProxyTest.cpp222 auto sdc = skgpu::v1::SurfaceDrawContext::Make(ctx.get(), GrColorType::kRGBA_8888, nullptr, in DEF_GPUTEST() local
408 auto sdc = skgpu::v1::SurfaceDrawContext::Make(ctx.get(), GrColorType::kRGBA_8888, nullptr, in DEF_GPUTEST() local
/third_party/skia/gm/
H A Daarecteffect.cpp49 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); variable
H A Ddestcolor.cpp72 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in DEF_SIMPLE_GPU_GM_CAN_FAIL() local
H A Dconvexpolyeffect.cpp94 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); variable
H A Dconstcolorprocessor.cpp80 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); variable
H A Dbigrrectaaeffect.cpp69 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); variable
H A Dyuvtorgbsubset.cpp118 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); variable
H A Dtessellation.cpp379 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
H A Dtexelsubset.cpp88 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); variable
H A Drrects.cpp82 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); variable
H A Ddrawquadset.cpp52 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in draw_gradient_tiles() local
H A Dfp_sample_chaining.cpp175 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in DEF_SIMPLE_GPU_GM_CAN_FAIL() local
/third_party/skia/bench/
H A DClearBench.cpp65 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); variable
H A DBulkRectBench.cpp149 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in drawSolidColorsBatch() local
/third_party/skia/src/gpu/ops/
H A DTessellationPathRenderer.cpp113 auto sdc = args.fSurfaceDrawContext; in onDrawPath() local
200 auto sdc = args.fSurfaceDrawContext; in onStencilPath() local
/third_party/skia/tools/gpu/
H A DGrTest.cpp67 void GrDrawRandomOp(SkRandom* random, skgpu::v1::SurfaceDrawContext* sdc, GrPaint&& paint) { in GrDrawRandomOp() argument
/third_party/skia/src/core/
H A DSkSDFFilter.cpp79 bool drawMaskSDFBlur(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, in drawMaskSDFBlur() argument
127 auto sdc = skgpu::v1::SurfaceDrawContext::Make( in sdf_2d() local
H A DSkGlyphRunPainter.cpp75 SkGlyphRunListPainter::SkGlyphRunListPainter(const skgpu::v1::SurfaceDrawContext& sdc) in SkGlyphRunListPainter() argument
/third_party/skia/samplecode/
H A DSamplePathTessellators.cpp223 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDrawContent() local
/third_party/skia/src/gpu/v1/
H A DStencilMaskHelper.cpp279 void draw_stencil_rect(skgpu::v1::SurfaceDrawContext* sdc, in draw_stencil_rect() argument
307 sdc, in draw_path() local
336 GrAA supported_aa(skgpu::v1::SurfaceDrawContext* sdc, GrAA aa) { in supported_aa() argument
289 draw_path(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, skgpu::v1::PathRenderer* pr, const GrHardClip& clip, const SkIRect& bounds, const GrUserStencilSettings* ss, const SkMatrix& matrix, const GrStyledShape& shape, GrAA aa) draw_path() argument
317 stencil_path(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, skgpu::v1::PathRenderer* pr, const GrFixedClip& clip, const SkMatrix& matrix, const GrStyledShape& shape, GrAA aa) stencil_path() argument
344 StencilMaskHelper(GrRecordingContext* rContext, SurfaceDrawContext* sdc) StencilMaskHelper() argument
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkAlphaThresholdImageFilter.cpp110 auto sdc = skgpu::v1::SurfaceDrawContext::MakeWithFallback( in createMaskTexture() local

Completed in 14 milliseconds

123