HomeSort by relevance Sort by last modified time
    Searched full:sk_sp (Results 626 - 650 of 2633) sorted by null

<<21222324252627282930>>

  /external/skqp/src/core/
SkDeferredDisplayListRecorder.cpp 63 fLazyProxyData = sk_sp<SkDeferredDisplayList::LazyProxyData>(
76 sk_sp<SkDeferredDisplayList::LazyProxyData> lazyProxyData = fLazyProxyData;
82 sk_sp<GrSurfaceProxy> proxy = proxyProvider->createLazyProxy(
85 return sk_sp<GrTexture>();
96 sk_sp<GrSurfaceContext> c = fContext->contextPriv().makeWrappedSurfaceContext(
122 sk_sp<SkImage> img = fSurface->makeImageSnapshot();
  /external/skqp/src/effects/
SkShaderMaskFilter.cpp 17 SkShaderMF(sk_sp<SkShader> shader) : fShader(std::move(shader)) {}
40 sk_sp<SkShader> fShader;
56 sk_sp<SkFlattenable> SkShaderMF::CreateProc(SkReadBuffer& buffer) {
131 sk_sp<SkMaskFilter> SkShaderMaskFilter::Make(sk_sp<SkShader> shader) {
132 return shader ? sk_sp<SkMaskFilter>(new SkShaderMF(std::move(shader))) : nullptr;
  /external/skqp/src/gpu/
GrBackendTextureImageGenerator.h 31 static std::unique_ptr<SkImageGenerator> Make(sk_sp<GrTexture>, GrSurfaceOrigin,
32 sk_sp<GrSemaphore>,
33 SkAlphaType, sk_sp<SkColorSpace>);
44 sk_sp<GrTextureProxy> onGenerateTexture(GrContext*, const SkImageInfo&, const SkIPoint&,
51 uint32_t owningContextID, sk_sp<GrSemaphore>,
89 sk_sp<GrSemaphore> fSemaphore;
GrBackendTextureImageGenerator.cpp 35 GrBackendTextureImageGenerator::Make(sk_sp<GrTexture> texture, GrSurfaceOrigin origin,
36 sk_sp<GrSemaphore> semaphore,
37 SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace) {
62 sk_sp<GrSemaphore> semaphore,
88 sk_sp<GrTextureProxy> GrBackendTextureImageGenerator::onGenerateTexture(
100 sk_sp<GrReleaseProcHelper> releaseProcHelper;
133 sk_sp<GrSemaphore> semaphore = fSemaphore;
137 sk_sp<GrTextureProxy> proxy = proxyProvider->createLazyProxy(
141 return sk_sp<GrTexture>();
148 sk_sp<GrTexture> tex
    [all...]
GrClipStackClip.h 36 sk_sp<GrTextureProxy> testingOnly_createClipMask(GrContext*) const;
54 sk_sp<GrTextureProxy> createAlphaClipMask(GrContext*, const GrReducedClip&) const;
57 sk_sp<GrTextureProxy> createSoftwareClipMask(GrContext*, const GrReducedClip&,
GrSurfaceProxyRef.cpp 17 GrSurfaceProxyRef::GrSurfaceProxyRef(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) {
54 void GrSurfaceProxyRef::setProxy(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) {
62 fProxy = proxy.release(); // due to the semantics of this class we unpack from sk_sp
  /external/skqp/src/gpu/effects/
GrRRectBlurEffect.h 29 static sk_sp<GrTextureProxy> find_or_create_rrect_blur_mask(GrContext* context,
50 sk_sp<GrTextureProxy> mask(
54 sk_sp<GrRenderTargetContext> rtc(context->makeDeferredRenderTargetContextWithFallback(
67 sk_sp<GrTextureProxy> srcProxy(rtc->asTextureProxyRef());
71 sk_sp<GrRenderTargetContext> rtc2(
108 sk_sp<GrTextureProxy> ninePatchSampler)
GrYUVtoRGBEffect.fp 40 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> yProxy,
41 sk_sp<GrTextureProxy> uProxy,
42 sk_sp<GrTextureProxy> vProxy,
69 std::unique_ptr<GrFragmentProcessor> GrYUVtoRGBEffect::Make(sk_sp<GrTextureProxy> yProxy,
70 sk_sp<GrTextureProxy> uProxy,
71 sk_sp<GrTextureProxy> vProxy,
GrMatrixConvolutionEffect.h 19 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
33 static std::unique_ptr<GrFragmentProcessor> MakeGaussian(sk_sp<GrTextureProxy> proxy,
58 GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> proxy,
GrPorterDuffXferProcessor.h 30 static sk_sp<const GrXferProcessor> MakeSrcOverXferProcessor(const GrProcessorAnalysisColor&,
36 static sk_sp<const GrXferProcessor> MakeNoCoverageXP(SkBlendMode);
50 sk_sp<const GrXferProcessor> makeXferProcessor(const GrProcessorAnalysisColor&,
  /external/skqp/src/gpu/mock/
GrMockGpu.cpp 27 sk_sp<GrGpu> GrMockGpu::Make(GrBackendContext backendContext,
32 sk_sp<GrGpu> GrMockGpu::Make(const GrMockOptions* mockOptions,
38 return sk_sp<GrGpu>(new GrMockGpu(context, *mockOptions, contextOptions));
67 sk_sp<GrTexture> GrMockGpu::onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted,
74 return sk_sp<GrTexture>(
77 return sk_sp<GrTexture>(new GrMockTexture(this, budgeted, desc, mipMapsStatus, info));
  /external/skia/gm/
pictureshadercache.cpp 65 sk_sp<SkColorSpace> gty = SkColorSpace::MakeRGB(SkColorSpace::kSRGB_RenderTargetGamma,
68 sk_sp<SkSurface> surface(SkSurface::MakeRaster(info));
79 sk_sp<SkPicture> fPicture;
  /external/skia/src/gpu/
GrClipStackClip.h 36 sk_sp<GrTextureProxy> testingOnly_createClipMask(GrContext*) const;
54 sk_sp<GrTextureProxy> createAlphaClipMask(GrContext*, const GrReducedClip&) const;
57 sk_sp<GrTextureProxy> createSoftwareClipMask(GrContext*, const GrReducedClip&,
GrSurfaceProxyRef.cpp 17 GrSurfaceProxyRef::GrSurfaceProxyRef(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) {
54 void GrSurfaceProxyRef::setProxy(sk_sp<GrSurfaceProxy> proxy, GrIOType ioType) {
62 fProxy = proxy.release(); // due to the semantics of this class we unpack from sk_sp
  /external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.h 19 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
33 static std::unique_ptr<GrFragmentProcessor> MakeGaussian(sk_sp<GrTextureProxy> proxy,
58 GrMatrixConvolutionEffect(sk_sp<GrTextureProxy> proxy,
GrPorterDuffXferProcessor.h 30 static sk_sp<const GrXferProcessor> MakeSrcOverXferProcessor(const GrProcessorAnalysisColor&,
36 static sk_sp<const GrXferProcessor> MakeNoCoverageXP(SkBlendMode);
50 sk_sp<const GrXferProcessor> makeXferProcessor(const GrProcessorAnalysisColor&,
GrSimpleTextureEffect.fp 24 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
32 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
40 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> proxy,
  /external/skia/src/gpu/mtl/
GrMtlRenderTarget.h 21 static sk_sp<GrMtlRenderTarget> CreateNewRenderTarget(GrMtlGpu*, const GrSurfaceDesc&,
24 static sk_sp<GrMtlRenderTarget> MakeWrappedRenderTarget(GrMtlGpu*, const GrSurfaceDesc&);
90 static sk_sp<GrMtlRenderTarget> Make(GrMtlGpu*,
  /external/skia/src/gpu/vk/
GrVkTextureRenderTarget.h 28 static sk_sp<GrVkTextureRenderTarget> CreateNewTextureRenderTarget(GrVkGpu*, SkBudgeted,
33 static sk_sp<GrVkTextureRenderTarget> MakeWrappedTextureRenderTarget(GrVkGpu*,
90 static sk_sp<GrVkTextureRenderTarget> Make(GrVkGpu*,
  /external/skia/src/ports/
SkFontConfigTypeface.h 17 sk_sp<SkFontConfigInterface> fFCI;
23 static SkTypeface_FCI* Create(sk_sp<SkFontConfigInterface> fci,
42 SkTypeface_FCI(sk_sp<SkFontConfigInterface> fci,
  /external/skia/tests/
AsADashTest.cpp 17 sk_sp<SkPathEffect> pe(SkCornerPathEffect::Make(1.0));
27 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
38 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase));
RenderTargetContextTest.cpp 22 static sk_sp<GrRenderTargetContext> get_rtc(GrContext* ctx) {
45 sk_sp<GrRenderTargetContext> rtCtx(get_rtc(ctx));
59 sk_sp<GrRenderTargetContext> rtCtx(get_rtc(ctx));
  /external/skia/tools/fonts/
SkTestScalerContext.h 29 sk_sp<SkTestFont> fCachedFont;
52 SkTestTypeface(sk_sp<SkTestFont>, const SkFontStyle& style);
98 sk_sp<SkTestFont> fTestFont;
  /external/skia/tools/sk_app/android/
RasterWindowContext_android.cpp 22 sk_sp<SkSurface> getBackbufferSurface() override;
31 sk_sp<SkSurface> fBackbufferSurface = nullptr;
74 sk_sp<SkSurface> RasterWindowContext_android::getBackbufferSurface() {
  /external/skqp/gm/
pictureshadercache.cpp 65 sk_sp<SkColorSpace> gty = SkColorSpace::MakeRGB(SkColorSpace::kSRGB_RenderTargetGamma,
68 sk_sp<SkSurface> surface(SkSurface::MakeRaster(info));
79 sk_sp<SkPicture> fPicture;

Completed in 1044 milliseconds

<<21222324252627282930>>