/external/skia/src/gpu/ |
D | GrBlurUtils.cpp | 42 static bool draw_mask(GrSurfaceDrawContext* surfaceDrawContext, in draw_mask() 256 static bool get_shape_and_clip_bounds(GrSurfaceDrawContext* surfaceDrawContext, in get_shape_and_clip_bounds() 363 GrSurfaceDrawContext* surfaceDrawContext, in hw_create_filtered_mask() 458 GrSurfaceDrawContext* surfaceDrawContext, in draw_shape_with_mask_filter() 549 GrSurfaceDrawContext* surfaceDrawContext, in drawShapeWithMaskFilter() 560 GrSurfaceDrawContext* surfaceDrawContext, in drawShapeWithMaskFilter()
|
D | SkGpuDevice_nga.h | 25 GrSurfaceDrawContext* surfaceDrawContext() override { return nullptr; } in surfaceDrawContext() function
|
D | GrSoftwarePathRenderer.cpp | 69 bool GrSoftwarePathRenderer::GetShapeAndClipBounds(GrSurfaceDrawContext* surfaceDrawContext, in GetShapeAndClipBounds() 95 void GrSoftwarePathRenderer::DrawNonAARect(GrSurfaceDrawContext* surfaceDrawContext, in DrawNonAARect() 106 void GrSoftwarePathRenderer::DrawAroundInvPath(GrSurfaceDrawContext* surfaceDrawContext, in DrawAroundInvPath() 147 GrSurfaceDrawContext* surfaceDrawContext, in DrawToTargetWithShapeMask()
|
D | GrClipStackClip.cpp | 93 const GrSurfaceDrawContext* surfaceDrawContext, in PathNeedsSWRenderer() 146 const GrSurfaceDrawContext* surfaceDrawContext, in UseSWOnlyPath() 186 GrSurfaceDrawContext* surfaceDrawContext, in apply() 261 GrSurfaceDrawContext* surfaceDrawContext, in applyClipMask()
|
D | SkGpuDevice.cpp | 75 sk_sp<SkGpuDevice> SkGpuDevice::Make(std::unique_ptr<GrSurfaceDrawContext> surfaceDrawContext, in Make() 106 auto surfaceDrawContext = in Make() local 129 SkGpuDevice::SkGpuDevice(std::unique_ptr<GrSurfaceDrawContext> surfaceDrawContext, unsigned flags) 197 GrSurfaceDrawContext* SkGpuDevice::surfaceDrawContext() { function in SkGpuDevice
|
D | GrOnFlushResourceProvider.cpp | 35 auto surfaceDrawContext = GrSurfaceDrawContext::Make(context, colorType, std::move(colorSpace), in makeRenderTargetContext() local
|
/external/skia/src/core/ |
D | SkSpecialSurface.cpp | 127 SkSpecialSurface_Gpu(std::unique_ptr<GrSurfaceDrawContext> surfaceDrawContext, SkIRect subset) in SkSpecialSurface_Gpu() 172 auto surfaceDrawContext = GrSurfaceDrawContext::Make( in MakeRenderTarget() local
|
D | SkBlurMF.cpp | 576 GrSurfaceDrawContext* surfaceDrawContext, in directFilterMaskGPU() 750 auto surfaceDrawContext = SkGpuBlurUtils::GaussianBlur(context, in filterMaskGPU() local
|
/external/skia/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 91 GrSurfaceDrawContext* surfaceDrawContext, SkRect&& rect) { in draw_stencil_to_coverage() 136 auto surfaceDrawContext = fAtlas->instantiate(onFlushRP); in flushRenderedPaths() local
|
/external/skia/tools/gpu/ |
D | GrTest.cpp | 81 void GrDrawRandomOp(SkRandom* random, GrSurfaceDrawContext* surfaceDrawContext, GrPaint&& paint) { in GrDrawRandomOp()
|
/external/skia/gm/ |
D | aarecteffect.cpp | 50 GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
|
D | bigrrectaaeffect.cpp | 68 void onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
|
D | convexpolyeffect.cpp | 92 void onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
|
D | constcolorprocessor.cpp | 81 void onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
|
D | rrects.cpp | 82 GrSurfaceDrawContext* surfaceDrawContext = in onDraw() local
|
D | yuvtorgbsubset.cpp | 116 GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
|
D | texelsubset.cpp | 85 DrawResult onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
|
D | beziereffects.cpp | 228 void onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw() 428 void onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
|
/external/skia/src/gpu/tessellate/ |
D | GrTessellationPathRenderer.cpp | 248 GrSurfaceDrawContext* surfaceDrawContext = args.fRenderTargetContext; in onDrawPath() local 359 GrSurfaceDrawContext* surfaceDrawContext = args.fRenderTargetContext; in onStencilPath() local
|
/external/skia/tests/ |
D | PathRendererCacheTests.cpp | 34 GrSurfaceDrawContext* surfaceDrawContext, in draw_path()
|
D | ProgramsTest.cpp | 286 auto surfaceDrawContext = random_render_target_context(direct, &random, caps); in ProgramUnitTest() local 303 auto surfaceDrawContext = GrSurfaceDrawContext::Make( in ProgramUnitTest() local
|
D | PrimitiveProcessorTest.cpp | 177 auto surfaceDrawContext = GrSurfaceDrawContext::Make(context, GrColorType::kRGBA_8888, nullptr, in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
|
D | TriangulatingPathRendererTests.cpp | 711 GrSurfaceDrawContext* surfaceDrawContext, in test_path()
|
/external/skia/src/effects/imagefilters/ |
D | SkBlurImageFilter.cpp | 626 auto surfaceDrawContext = SkGpuBlurUtils::GaussianBlur( in gpuFilter() local
|
/external/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.cpp | 552 bool GrDefaultPathRenderer::internalDrawPath(GrSurfaceDrawContext* surfaceDrawContext, in internalDrawPath()
|