HomeSort by relevance Sort by last modified time
    Searched refs:asTextureProxyRef (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/skia/src/image/
SkImage_Gpu.h 40 sk_sp<GrTextureProxy> asTextureProxyRef() const override {
43 sk_sp<GrTextureProxy> asTextureProxyRef(GrContext*, const GrSamplerState&, SkColorSpace*,
SkImage_Base.h 50 virtual sk_sp<GrTextureProxy> asTextureProxyRef() const { return nullptr; }
51 virtual sk_sp<GrTextureProxy> asTextureProxyRef(GrContext*, const GrSamplerState&,
  /external/skqp/src/image/
SkImage_Gpu.h 40 sk_sp<GrTextureProxy> asTextureProxyRef() const override {
43 sk_sp<GrTextureProxy> asTextureProxyRef(GrContext*, const GrSamplerState&, SkColorSpace*,
SkImage_Base.h 50 virtual sk_sp<GrTextureProxy> asTextureProxyRef() const { return nullptr; }
51 virtual sk_sp<GrTextureProxy> asTextureProxyRef(GrContext*, const GrSamplerState&,
  /external/skia/src/gpu/
GrTextureContext.h 36 sk_sp<GrTextureProxy> asTextureProxyRef() override { return fTextureProxy; }
GrSurfaceContext.h 98 virtual sk_sp<GrTextureProxy> asTextureProxyRef() = 0;
GrTextureStripAtlas.h 83 sk_sp<GrTextureProxy> asTextureProxyRef() const;
  /external/skqp/src/gpu/
GrTextureContext.h 36 sk_sp<GrTextureProxy> asTextureProxyRef() override { return fTextureProxy; }
GrYUVProvider.cpp 117 GrYUVtoRGBEffect::Make(yuvTextureContexts[0]->asTextureProxyRef(),
118 yuvTextureContexts[1]->asTextureProxyRef(),
119 yuvTextureContexts[2]->asTextureProxyRef(),
152 return renderTargetContext->asTextureProxyRef();
GrSurfaceContext.h 98 virtual sk_sp<GrTextureProxy> asTextureProxyRef() = 0;
GrTextureStripAtlas.h 83 sk_sp<GrTextureProxy> asTextureProxyRef() const;
  /external/skia/src/gpu/effects/
GrRRectBlurEffect.h 68 sk_sp<GrTextureProxy> srcProxy(rtc->asTextureProxyRef());
86 mask = rtc2->asTextureProxyRef();
GrConfigConversionEffect.fp 98 paint2.addColorTextureProcessor(readRTC->asTextureProxyRef(), SkMatrix::I());
105 paint3.addColorTextureProcessor(tempRTC->asTextureProxyRef(), SkMatrix::I());
GrRRectBlurEffect.fp 66 sk_sp<GrTextureProxy> srcProxy(rtc->asTextureProxyRef());
84 mask = rtc2->asTextureProxyRef();
GrConfigConversionEffect.h 102 paint2.addColorTextureProcessor(readRTC->asTextureProxyRef(), SkMatrix::I());
109 paint3.addColorTextureProcessor(tempRTC->asTextureProxyRef(), SkMatrix::I());
  /external/skqp/src/gpu/effects/
GrRRectBlurEffect.h 67 sk_sp<GrTextureProxy> srcProxy(rtc->asTextureProxyRef());
85 mask = rtc2->asTextureProxyRef();
GrConfigConversionEffect.fp 98 paint2.addColorTextureProcessor(readRTC->asTextureProxyRef(), SkMatrix::I());
105 paint3.addColorTextureProcessor(tempRTC->asTextureProxyRef(), SkMatrix::I());
GrRRectBlurEffect.fp 65 sk_sp<GrTextureProxy> srcProxy(rtc->asTextureProxyRef());
83 mask = rtc2->asTextureProxyRef();
GrConfigConversionEffect.h 102 paint2.addColorTextureProcessor(readRTC->asTextureProxyRef(), SkMatrix::I());
109 paint3.addColorTextureProcessor(tempRTC->asTextureProxyRef(), SkMatrix::I());
  /external/skia/src/core/
SkSpecialImage.h 135 sk_sp<GrTextureProxy> asTextureProxyRef(GrContext*) const;
  /external/skqp/src/core/
SkSpecialImage.h 135 sk_sp<GrTextureProxy> asTextureProxyRef(GrContext*) const;
  /external/skqp/tests/
GrMipMappedTest.cpp 63 proxy = device->accessRenderTargetContext()->asTextureProxyRef();
70 proxy = as_IB(image)->asTextureProxyRef();
  /external/skia/gm/
image_pict.cpp 162 fProxy = as_IB(image)->asTextureProxyRef();
207 return dstContext->asTextureProxyRef();
278 sk_sp<GrTextureProxy> proxy(as_IB(image)->asTextureProxyRef(
  /external/skia/src/effects/
SkXfermodeImageFilter.cpp 286 backgroundProxy = background->asTextureProxyRef(context);
290 foregroundProxy = foreground->asTextureProxyRef(context);
354 renderTargetContext->asTextureProxyRef(),
  /external/skqp/gm/
image_pict.cpp 162 fProxy = as_IB(image)->asTextureProxyRef();
207 return dstContext->asTextureProxyRef();
278 sk_sp<GrTextureProxy> proxy(as_IB(image)->asTextureProxyRef(

Completed in 811 milliseconds

1 2 3 4 5