/external/skia/tests/ |
D | DMSAATest.cpp | 63 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
|
D | SurfaceDrawContextTest.cpp | 43 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
|
D | DefaultPathRendererTest.cpp | 41 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
|
D | SkSLCross.cpp | 53 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dContext, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local 130 skgpu::ganesh::SurfaceDrawContext* sdc, in run_test()
|
D | PathRendererCacheTests.cpp | 57 skgpu::ganesh::SurfaceDrawContext* sdc, in draw_path() 110 auto sdc = skgpu::ganesh::SurfaceDrawContext::Make(dContext.get(), in test_path() local
|
D | ClearTest.cpp | 63 SurfaceDrawContext* sdc, in check_rect() 95 SurfaceDrawContext* sdc, in check_ring() 141 std::unique_ptr<SurfaceDrawContext> sdc; in clear_op_test() local
|
D | BulkRectTest.cpp | 113 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
|
D | ProcessorTest.cpp | 215 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
|
D | GrGpuBufferTest.cpp | 304 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/ |
D | StencilMaskHelper.cpp | 297 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()
|
D | Device.cpp | 138 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 …]
|
D | GrBlurUtils.cpp | 108 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/ |
D | SoftwarePathRenderer.cpp | 160 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()
|
D | TessellationPathRenderer.cpp | 195 auto sdc = args.fSurfaceDrawContext; in onDrawPath() local 263 auto sdc = args.fSurfaceDrawContext; in onStencilPath() local
|
/external/skia/tools/gpu/ |
D | GrTest.cpp | 74 void GrDrawRandomOp(SkRandom* random, skgpu::ganesh::SurfaceDrawContext* sdc, GrPaint&& paint) { in GrDrawRandomOp()
|
/external/skia/gm/ |
D | gpu_blur_utils.cpp | 108 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
|
D | lazytiling.cpp | 156 skgpu::ganesh::SurfaceDrawContext* sdc, in draw_texture() 215 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
|
D | aarecteffect.cpp | 50 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
|
D | convexpolyeffect.cpp | 93 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
|
D | bigrrectaaeffect.cpp | 71 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
|
D | constcolorprocessor.cpp | 80 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
|
D | texelsubset.cpp | 93 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
|
/external/skia/bench/ |
D | ClearBench.cpp | 66 auto sdc = skgpu::ganesh::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
|
/external/skia/tools/gpu/ganesh/ |
D | AtlasTextOpTools.cpp | 29 GrOp::Owner AtlasTextOpTools::CreateOp(skgpu::ganesh::SurfaceDrawContext* sdc, in CreateOp()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | ListRedundantUnicodeSets.java | 48 StandardCodes sdc = StandardCodes.make(); in main() local
|