Home
last modified time | relevance | path

Searched refs:surfPriv (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceContextPriv.h37 inline GrSurfaceContextPriv GrSurfaceContext::surfPriv() { in surfPriv() function
41 inline const GrSurfaceContextPriv GrSurfaceContext::surfPriv() const { in surfPriv() function
DGrSurfaceContext.h108 GrSurfaceContextPriv surfPriv();
109 const GrSurfaceContextPriv surfPriv() const;
DGrSoftwarePathRenderer.cpp103 auto context = renderTargetContext->surfPriv().getContext(); in DrawNonAARect()
/external/skqp/src/gpu/
DGrSurfaceContextPriv.h37 inline GrSurfaceContextPriv GrSurfaceContext::surfPriv() { in surfPriv() function
41 inline const GrSurfaceContextPriv GrSurfaceContext::surfPriv() const { in surfPriv() function
DGrSurfaceContext.h108 GrSurfaceContextPriv surfPriv();
109 const GrSurfaceContextPriv surfPriv() const;
DGrSoftwarePathRenderer.cpp101 GrContext* context = renderTargetContext->surfPriv().getContext(); in DrawNonAARect()
/external/skia/tools/gpu/
DGrTest.cpp193 auto context = renderTargetContext->surfPriv().getContext(); in GrDrawRandomOp()
/external/skqp/tests/
DTestUtils.cpp112 dstContext->surfPriv().getContext(), isRT, dstContext->width(), in test_copy_to_surface()
/external/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp471 auto op = CopyAtlasOp::Make(rtc->surfPriv().getContext(), sk_ref_sp(this), in finalize()
498 auto op = RenderAtlasOp::Make(rtc->surfPriv().getContext(), sk_ref_sp(this), in finalize()
/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp468 auto op = CopyAtlasOp::Make(rtc->surfPriv().getContext(), sk_ref_sp(this), in finalize()
495 auto op = RenderAtlasOp::Make(rtc->surfPriv().getContext(), sk_ref_sp(this), in finalize()
/external/skqp/gm/
Ddrawquadset.cpp66 SkPaintToGrPaint(rtc->surfPriv().getContext(), rtc->colorSpaceInfo(), paint, view, in draw_gradient_tiles()
/external/skqp/tools/gpu/
DGrTest.cpp365 GrContext* context = renderTargetContext->surfPriv().getContext(); in GrDrawRandomOp()
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp498 auto context = renderTargetContext->surfPriv().getContext(); in internalDrawPath()
/external/skqp/src/gpu/ops/
DGrDefaultPathRenderer.cpp499 GrContext* context = renderTargetContext->surfPriv().getContext(); in internalDrawPath()