Home
last modified time | relevance | path

Searched defs:sdc (Results 1 – 25 of 60) sorted by relevance

123

/third_party/skia/tests/
DDMSAATest.cpp27 static void draw_paint_with_aa(skgpu::v1::SurfaceDrawContext* sdc, in draw_paint_with_aa()
37 static void draw_paint_with_dmsaa(skgpu::v1::SurfaceDrawContext* sdc, in draw_paint_with_dmsaa()
64 skgpu::v1::SurfaceDrawContext* sdc, in check_sdc_color()
89 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, variable
120 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, variable
144 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, variable
169 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, variable
DSurfaceDrawContextTest.cpp27 skgpu::v1::SurfaceDrawContext* sdc, in check_instantiation_status()
43 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
DDefaultPathRendererTest.cpp42 skgpu::v1::SurfaceDrawContext* sdc, in read_back()
87 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
DSkSLCross.cpp22 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
93 skgpu::v1::SurfaceDrawContext* sdc, SkVector a, SkVector b, in run_test()
DPathRendererCacheTests.cpp34 skgpu::v1::SurfaceDrawContext* sdc, in draw_path()
86 auto sdc = skgpu::v1::SurfaceDrawContext::Make( in test_path() local
DClearTest.cpp38 SurfaceDrawContext* sdc, in check_rect()
81 std::unique_ptr<SurfaceDrawContext> sdc; in clear_op_test() local
DBulkRectTest.cpp59 std::unique_ptr<skgpu::v1::SurfaceDrawContext> sdc = new_SDC(dContext); in fillrectop_creation_test() local
103 std::unique_ptr<skgpu::v1::SurfaceDrawContext> sdc = new_SDC(dContext); in textureop_creation_test() local
DProcessorTest.cpp156 auto sdc = skgpu::v1::SurfaceDrawContext::Make( in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
229 skgpu::v1::SurfaceDrawContext* sdc, in render_fp()
528 auto sdc = skgpu::v1::SurfaceDrawContext::Make( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
893 auto sdc = skgpu::v1::SurfaceDrawContext::Make( in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
/third_party/skia/src/gpu/v1/
DStencilMaskHelper.cpp279 void draw_stencil_rect(skgpu::v1::SurfaceDrawContext* sdc, in draw_stencil_rect()
290 skgpu::v1::SurfaceDrawContext* sdc, in draw_path()
318 skgpu::v1::SurfaceDrawContext* sdc, in stencil_path()
336 GrAA supported_aa(skgpu::v1::SurfaceDrawContext* sdc, GrAA aa) { in supported_aa()
345 SurfaceDrawContext* sdc) in StencilMaskHelper()
DDevice.cpp57 bool force_aa_clip(const skgpu::v1::SurfaceDrawContext* sdc) { in force_aa_clip()
119 auto sdc = SurfaceDrawContext::Make(rContext, in Make() local
129 sk_sp<BaseDevice> Device::Make(std::unique_ptr<SurfaceDrawContext> sdc, in Make()
165 auto sdc = SurfaceDrawContext::Make(rContext, in Make() local
180 Device::Device(std::unique_ptr<SurfaceDrawContext> sdc, DeviceFlags flags) in Device()
697 auto sdc = fSurfaceDrawContext.get(); in snapSpecial() local
927 auto sdc = SurfaceDrawContext::Make(fContext.get(), grColorType, std::move(newRTP), in replaceBackingProxy() local
957 auto* sdc = fSurfaceDrawContext.get(); in asyncRescaleAndReadPixels() local
975 auto* sdc = fSurfaceDrawContext.get(); in asyncRescaleAndReadPixelsYUV420() local
1006 auto sdc = SurfaceDrawContext::MakeWithFallback( in onCreateDevice() local
[all …]
/third_party/skia/src/gpu/
DGrBlurUtils.cpp45 static bool draw_mask(skgpu::v1::SurfaceDrawContext* sdc, in draw_mask()
208 auto sdc = skgpu::v1::SurfaceDrawContext::MakeWithFallback(rContext, in create_mask_GPU() local
265 static bool get_shape_and_clip_bounds(skgpu::v1::SurfaceDrawContext* sdc, in get_shape_and_clip_bounds()
371 skgpu::v1::SurfaceDrawContext* sdc, in hw_create_filtered_mask()
465 skgpu::v1::SurfaceDrawContext* sdc, in draw_shape_with_mask_filter()
555 skgpu::v1::SurfaceDrawContext* sdc, in drawShapeWithMaskFilter()
566 skgpu::v1::SurfaceDrawContext* sdc, in drawShapeWithMaskFilter()
/third_party/skia/src/gpu/ops/
DSoftwarePathRenderer.cpp122 bool SoftwarePathRenderer::GetShapeAndClipBounds(SurfaceDrawContext* sdc, in GetShapeAndClipBounds()
147 void SoftwarePathRenderer::DrawNonAARect(SurfaceDrawContext* sdc, in DrawNonAARect()
158 void SoftwarePathRenderer::DrawAroundInvPath(SurfaceDrawContext* sdc, in DrawAroundInvPath()
199 SurfaceDrawContext* sdc, in DrawToTargetWithShapeMask()
DTessellationPathRenderer.cpp113 auto sdc = args.fSurfaceDrawContext; in onDrawPath() local
200 auto sdc = args.fSurfaceDrawContext; in onStencilPath() local
/third_party/skia/tools/gpu/
DGrTest.cpp67 void GrDrawRandomOp(SkRandom* random, skgpu::v1::SurfaceDrawContext* sdc, GrPaint&& paint) { in GrDrawRandomOp()
/third_party/skia/gm/
Dgpu_blur_utils.cpp103 auto sdc = SkGpuBlurUtils::GaussianBlur(rContext, in slow_blur() local
193 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in run() local
379 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in do_very_large_blur_gm() local
Dlazytiling.cpp149 skgpu::v1::SurfaceDrawContext* sdc, in draw_texture()
213 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Ddestcolor.cpp72 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); variable
Daarecteffect.cpp49 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Dconvexpolyeffect.cpp94 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Dbigrrectaaeffect.cpp69 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Dconstcolorprocessor.cpp80 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Dyuvtorgbsubset.cpp118 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Drrects.cpp82 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Dtexelsubset.cpp88 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
/third_party/skia/bench/
DClearBench.cpp65 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local

123