Home
last modified time | relevance | path

Searched defs:inputProxy (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/effects/imagefilters/
DSkMagnifierImageFilter.cpp102 sk_sp<GrTextureProxy> inputProxy(input->asTextureProxyRef(context)); in onFilterImage() local
DSkAlphaThresholdFilter.cpp166 sk_sp<GrTextureProxy> inputProxy(input->asTextureProxyRef(context)); in onFilterImage() local
DSkMatrixConvolutionImageFilter.cpp350 sk_sp<GrTextureProxy> inputProxy(input->asTextureProxyRef(context)); in onFilterImage() local
DSkLightingImageFilter.cpp464 sk_sp<GrTextureProxy> inputProxy(input->asTextureProxyRef(context)); in filterImageGPU() local
/external/skqp/src/gpu/
DGrTextureProducer.cpp21 sk_sp<GrTextureProxy> inputProxy, in CopyOnGpu()