Home
last modified time | relevance | path

Searched defs:surfaceDrawContext (Results 1 – 25 of 28) sorted by relevance

12

/external/skia/src/gpu/
DGrBlurUtils.cpp42 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()
DSkGpuDevice_nga.h25 GrSurfaceDrawContext* surfaceDrawContext() override { return nullptr; } in surfaceDrawContext() function
DGrSoftwarePathRenderer.cpp69 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()
DGrClipStackClip.cpp93 const GrSurfaceDrawContext* surfaceDrawContext, in PathNeedsSWRenderer()
146 const GrSurfaceDrawContext* surfaceDrawContext, in UseSWOnlyPath()
186 GrSurfaceDrawContext* surfaceDrawContext, in apply()
261 GrSurfaceDrawContext* surfaceDrawContext, in applyClipMask()
DSkGpuDevice.cpp75 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
DGrOnFlushResourceProvider.cpp35 auto surfaceDrawContext = GrSurfaceDrawContext::Make(context, colorType, std::move(colorSpace), in makeRenderTargetContext() local
/external/skia/src/core/
DSkSpecialSurface.cpp127 SkSpecialSurface_Gpu(std::unique_ptr<GrSurfaceDrawContext> surfaceDrawContext, SkIRect subset) in SkSpecialSurface_Gpu()
172 auto surfaceDrawContext = GrSurfaceDrawContext::Make( in MakeRenderTarget() local
DSkBlurMF.cpp576 GrSurfaceDrawContext* surfaceDrawContext, in directFilterMaskGPU()
750 auto surfaceDrawContext = SkGpuBlurUtils::GaussianBlur(context, in filterMaskGPU() local
/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp91 GrSurfaceDrawContext* surfaceDrawContext, SkRect&& rect) { in draw_stencil_to_coverage()
136 auto surfaceDrawContext = fAtlas->instantiate(onFlushRP); in flushRenderedPaths() local
/external/skia/tools/gpu/
DGrTest.cpp81 void GrDrawRandomOp(SkRandom* random, GrSurfaceDrawContext* surfaceDrawContext, GrPaint&& paint) { in GrDrawRandomOp()
/external/skia/gm/
Daarecteffect.cpp50 GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
Dbigrrectaaeffect.cpp68 void onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
Dconvexpolyeffect.cpp92 void onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
Dconstcolorprocessor.cpp81 void onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
Drrects.cpp82 GrSurfaceDrawContext* surfaceDrawContext = in onDraw() local
Dyuvtorgbsubset.cpp116 GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
Dtexelsubset.cpp85 DrawResult onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
Dbeziereffects.cpp228 void onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
428 void onDraw(GrRecordingContext* context, GrSurfaceDrawContext* surfaceDrawContext, in onDraw()
/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.cpp248 GrSurfaceDrawContext* surfaceDrawContext = args.fRenderTargetContext; in onDrawPath() local
359 GrSurfaceDrawContext* surfaceDrawContext = args.fRenderTargetContext; in onStencilPath() local
/external/skia/tests/
DPathRendererCacheTests.cpp34 GrSurfaceDrawContext* surfaceDrawContext, in draw_path()
DProgramsTest.cpp286 auto surfaceDrawContext = random_render_target_context(direct, &random, caps); in ProgramUnitTest() local
303 auto surfaceDrawContext = GrSurfaceDrawContext::Make( in ProgramUnitTest() local
DPrimitiveProcessorTest.cpp177 auto surfaceDrawContext = GrSurfaceDrawContext::Make(context, GrColorType::kRGBA_8888, nullptr, in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
DTriangulatingPathRendererTests.cpp711 GrSurfaceDrawContext* surfaceDrawContext, in test_path()
/external/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp626 auto surfaceDrawContext = SkGpuBlurUtils::GaussianBlur( in gpuFilter() local
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp552 bool GrDefaultPathRenderer::internalDrawPath(GrSurfaceDrawContext* surfaceDrawContext, in internalDrawPath()

12