Home
last modified time | relevance | path

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

123

/external/skia/tests/
DDMSAATest.cpp63 static void draw_paint_with_aa(skgpu::ganesh::SurfaceDrawContext* sdc, in draw_paint_with_aa()
73 static void draw_paint_with_dmsaa(skgpu::ganesh::SurfaceDrawContext* sdc, in draw_paint_with_dmsaa()
100 skgpu::ganesh::SurfaceDrawContext* sdc, in check_sdc_color()
128 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dContext, variable
167 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dContext, variable
198 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dContext, variable
230 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dContext, variable
DSurfaceDrawContextTest.cpp43 skgpu::ganesh::SurfaceDrawContext* sdc, in check_instantiation_status()
62 auto sdc = get_sdc(dContext); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
76 auto sdc = get_sdc(dContext); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
DDefaultPathRendererTest.cpp41 skgpu::ganesh::SurfaceDrawContext* sdc, in read_back()
86 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dContext, in run_test() local
108 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dContext, in run_test() local
DSkSLCross.cpp53 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dContext, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
130 skgpu::ganesh::SurfaceDrawContext* sdc, in run_test()
DPathRendererCacheTests.cpp57 skgpu::ganesh::SurfaceDrawContext* sdc, in draw_path()
110 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dContext.get(), in test_path() local
DClearTest.cpp63 SurfaceDrawContext* sdc, in check_rect()
95 SurfaceDrawContext* sdc, in check_ring()
141 std::unique_ptr<SurfaceDrawContext> sdc; in clear_op_test() local
DBulkRectTest.cpp113 std::unique_ptr<skgpu::ganesh::SurfaceDrawContext> sdc = new_SDC(dContext); in fillrectop_creation_test() local
162 std::unique_ptr<skgpu::ganesh::SurfaceDrawContext> sdc = new_SDC(dContext); in textureop_creation_test() local
DProcessorTest.cpp215 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dContext, in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() local
298 skgpu::ganesh::SurfaceDrawContext* sdc, in render_fp()
602 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(context, in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
960 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(context, in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
DGrGpuBufferTest.cpp304 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dc, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
383 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dc, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/external/skia/src/gpu/ganesh/
DStencilMaskHelper.cpp297 void draw_stencil_rect(skgpu::ganesh::SurfaceDrawContext* sdc, in draw_stencil_rect()
309 skgpu::ganesh::SurfaceDrawContext* sdc, in draw_path()
337 skgpu::ganesh::SurfaceDrawContext* sdc, in stencil_path()
355 GrAA supported_aa(skgpu::ganesh::SurfaceDrawContext* sdc, GrAA aa) { in supported_aa()
364 SurfaceDrawContext* sdc) in StencilMaskHelper()
DDevice.cpp138 bool force_aa_clip(const skgpu::ganesh::SurfaceDrawContext* sdc) { in force_aa_clip()
220 auto sdc = SurfaceDrawContext::Make(rContext, in Make() local
260 sk_sp<Device> Device::Make(std::unique_ptr<SurfaceDrawContext> sdc, in Make()
296 auto sdc = SurfaceDrawContext::Make(rContext, in Make() local
312 Device::Device(std::unique_ptr<SurfaceDrawContext> sdc, DeviceFlags flags) in Device()
895 auto sdc = fSurfaceDrawContext.get(); in snapSpecial() local
938 auto sdc = fSurfaceDrawContext.get(); in snapSpecialScaled() local
1315 auto sdc = SurfaceDrawContext::Make(fContext.get(), grColorType, std::move(newRTP), in replaceBackingProxy() local
1380 auto* sdc = fSurfaceDrawContext.get(); in asyncRescaleAndReadPixels() local
1399 auto* sdc = fSurfaceDrawContext.get(); in asyncRescaleAndReadPixelsYUV420() local
[all …]
DGrBlurUtils.cpp108 static bool draw_mask(skgpu::ganesh::SurfaceDrawContext* sdc, in draw_mask()
269 auto sdc = skgpu::ganesh::SurfaceDrawContext::MakeWithFallback(rContext, in create_mask_GPU() local
331 static bool get_shape_and_clip_bounds(skgpu::ganesh::SurfaceDrawContext* sdc, in get_shape_and_clip_bounds()
749 std::unique_ptr<skgpu::ganesh::SurfaceDrawContext> sdc = in fillin_view_on_gpu() local
1011 skgpu::ganesh::SurfaceDrawContext* sdc, in direct_filter_mask()
1289 skgpu::ganesh::SurfaceDrawContext* sdc, in hw_create_filtered_mask()
1377 skgpu::ganesh::SurfaceDrawContext* sdc, in draw_shape_with_mask_filter()
1547 skgpu::ganesh::SurfaceDrawContext* sdc, in DrawShapeWithMaskFilter()
1558 skgpu::ganesh::SurfaceDrawContext* sdc, in DrawShapeWithMaskFilter()
1685 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make( in convolve_gaussian_2d() local
[all …]
/external/skia/src/gpu/ganesh/ops/
DSoftwarePathRenderer.cpp160 bool SoftwarePathRenderer::GetShapeAndClipBounds(SurfaceDrawContext* sdc, in GetShapeAndClipBounds()
185 void SoftwarePathRenderer::DrawNonAARect(SurfaceDrawContext* sdc, in DrawNonAARect()
196 void SoftwarePathRenderer::DrawAroundInvPath(SurfaceDrawContext* sdc, in DrawAroundInvPath()
237 SurfaceDrawContext* sdc, in DrawToTargetWithShapeMask()
DTessellationPathRenderer.cpp195 auto sdc = args.fSurfaceDrawContext; in onDrawPath() local
263 auto sdc = args.fSurfaceDrawContext; in onStencilPath() local
/external/skia/tools/gpu/
DGrTest.cpp74 void GrDrawRandomOp(SkRandom* random, skgpu::ganesh::SurfaceDrawContext* sdc, GrPaint&& paint) { in GrDrawRandomOp()
/external/skia/gm/
Dgpu_blur_utils.cpp108 auto sdc = GrBlurUtils::GaussianBlur(rContext, in slow_blur() local
198 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in run() local
382 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in do_very_large_blur_gm() local
Dlazytiling.cpp156 skgpu::ganesh::SurfaceDrawContext* sdc, in draw_texture()
215 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Daarecteffect.cpp50 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Dconvexpolyeffect.cpp93 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Dbigrrectaaeffect.cpp71 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Dconstcolorprocessor.cpp80 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Dtexelsubset.cpp93 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
/external/skia/bench/
DClearBench.cpp66 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
/external/skia/tools/gpu/ganesh/
DAtlasTextOpTools.cpp29 GrOp::Owner AtlasTextOpTools::CreateOp(skgpu::ganesh::SurfaceDrawContext* sdc, in CreateOp()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DListRedundantUnicodeSets.java48 StandardCodes sdc = StandardCodes.make(); in main() local

123