Home
last modified time | relevance | path

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

123

/external/skia/tests/
DDMSAATest.cpp59 static void draw_paint_with_aa(skgpu::v1::SurfaceDrawContext* sdc, in draw_paint_with_aa()
69 static void draw_paint_with_dmsaa(skgpu::v1::SurfaceDrawContext* sdc, in draw_paint_with_dmsaa()
96 skgpu::v1::SurfaceDrawContext* sdc, in check_sdc_color()
124 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, variable
159 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, variable
186 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, variable
214 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, variable
DSurfaceDrawContextTest.cpp39 skgpu::v1::SurfaceDrawContext* sdc, in check_instantiation_status()
58 auto sdc = get_sdc(dContext); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
72 auto sdc = get_sdc(dContext); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
DDefaultPathRendererTest.cpp40 skgpu::v1::SurfaceDrawContext* sdc, in read_back()
85 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, in run_test() local
104 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, in run_test() local
DPathRendererCacheTests.cpp57 skgpu::v1::SurfaceDrawContext* sdc, in draw_path()
109 auto sdc = skgpu::v1::SurfaceDrawContext::Make( in test_path() local
DSkSLCross.cpp50 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dContext, GrColorType::kRGBA_8888, nullptr, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
122 skgpu::v1::SurfaceDrawContext* sdc, SkVector a, SkVector b, in run_test()
DClearTest.cpp48 SurfaceDrawContext* sdc, in check_rect()
92 std::unique_ptr<SurfaceDrawContext> sdc; in clear_op_test() local
DBulkRectTest.cpp105 std::unique_ptr<skgpu::v1::SurfaceDrawContext> sdc = new_SDC(dContext); in fillrectop_creation_test() local
149 std::unique_ptr<skgpu::v1::SurfaceDrawContext> sdc = new_SDC(dContext); in textureop_creation_test() local
DProcessorTest.cpp212 auto sdc = skgpu::v1::SurfaceDrawContext::Make( in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() local
291 skgpu::v1::SurfaceDrawContext* sdc, in render_fp()
595 auto sdc = skgpu::v1::SurfaceDrawContext::Make( in DEF_GANESH_TEST_FOR_GL_RENDERING_CONTEXTS() local
959 auto sdc = skgpu::v1::SurfaceDrawContext::Make( in DEF_GANESH_TEST_FOR_GL_RENDERING_CONTEXTS() local
DGrGpuBufferTest.cpp304 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dc, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
383 auto sdc = skgpu::v1::SurfaceDrawContext::Make(dc, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/external/skia/src/gpu/ganesh/
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()
DGrBlurUtils.cpp43 static bool draw_mask(skgpu::v1::SurfaceDrawContext* sdc, in draw_mask()
206 auto sdc = skgpu::v1::SurfaceDrawContext::MakeWithFallback(rContext, in create_mask_GPU() local
268 static bool get_shape_and_clip_bounds(skgpu::v1::SurfaceDrawContext* sdc, in get_shape_and_clip_bounds()
374 skgpu::v1::SurfaceDrawContext* sdc, in hw_create_filtered_mask()
468 skgpu::v1::SurfaceDrawContext* sdc, in draw_shape_with_mask_filter()
558 skgpu::v1::SurfaceDrawContext* sdc, in drawShapeWithMaskFilter()
569 skgpu::v1::SurfaceDrawContext* sdc, in drawShapeWithMaskFilter()
DDevice.cpp121 bool force_aa_clip(const skgpu::v1::SurfaceDrawContext* sdc) { in force_aa_clip()
183 auto sdc = SurfaceDrawContext::Make(rContext, in Make() local
223 sk_sp<Device> Device::Make(std::unique_ptr<SurfaceDrawContext> sdc, in Make()
259 auto sdc = SurfaceDrawContext::Make(rContext, in Make() local
275 Device::Device(std::unique_ptr<SurfaceDrawContext> sdc, DeviceFlags flags) in Device()
856 auto sdc = fSurfaceDrawContext.get(); in snapSpecial() local
899 auto sdc = fSurfaceDrawContext.get(); in snapSpecialScaled() local
1359 auto sdc = SurfaceDrawContext::Make(fContext.get(), grColorType, std::move(newRTP), in replaceBackingProxy() local
1424 auto* sdc = fSurfaceDrawContext.get(); in asyncRescaleAndReadPixels() local
1442 auto* sdc = fSurfaceDrawContext.get(); in asyncRescaleAndReadPixelsYUV420() local
[all …]
/external/skia/src/gpu/ganesh/ops/
DSoftwarePathRenderer.cpp128 bool SoftwarePathRenderer::GetShapeAndClipBounds(SurfaceDrawContext* sdc, in GetShapeAndClipBounds()
153 void SoftwarePathRenderer::DrawNonAARect(SurfaceDrawContext* sdc, in DrawNonAARect()
164 void SoftwarePathRenderer::DrawAroundInvPath(SurfaceDrawContext* sdc, in DrawAroundInvPath()
205 SurfaceDrawContext* sdc, in DrawToTargetWithShapeMask()
DTessellationPathRenderer.cpp130 auto sdc = args.fSurfaceDrawContext; in onDrawPath() local
219 auto sdc = args.fSurfaceDrawContext; in onStencilPath() local
/external/skia/tools/gpu/
DGrTest.cpp76 void GrDrawRandomOp(SkRandom* random, skgpu::v1::SurfaceDrawContext* sdc, GrPaint&& paint) { in GrDrawRandomOp()
/external/skia/gm/
Dgpu_blur_utils.cpp104 auto sdc = SkGpuBlurUtils::GaussianBlur(rContext, in slow_blur() local
194 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in run() local
378 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in do_very_large_blur_gm() local
Dlazytiling.cpp151 skgpu::v1::SurfaceDrawContext* sdc, in draw_texture()
213 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Daarecteffect.cpp49 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
Ddestcolor.cpp72 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); variable
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.cpp122 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
/external/skia/bench/
DClearBench.cpp65 auto sdc = SkCanvasPriv::TopDeviceSurfaceDrawContext(canvas); in onDraw() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DListRedundantUnicodeSets.java50 StandardCodes sdc = StandardCodes.make(); in main() local

123