Searched refs:inputProxy (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ |
D | GrTextureProducer.cpp | 21 sk_sp<GrTextureProxy> inputProxy, in CopyOnGpu() argument 26 GrPixelConfig config = GrMakePixelConfigUncompressed(inputProxy->config()); in CopyOnGpu() 31 SkRect localRect = SkRect::MakeWH(inputProxy->width(), inputProxy->height()); in CopyOnGpu() 38 needsDomain = resizing && !GrProxyProvider::IsFunctionallyExact(inputProxy.get()); in CopyOnGpu() 43 sk_sp<GrTextureProxy> proxy = GrCopyBaseMipMapToTextureProxy(context, inputProxy.get()); in CopyOnGpu() 49 GrBackendFormat format = inputProxy->backendFormat().makeTexture2D(); in CopyOnGpu() 57 config, nullptr, 1, mipMapped, inputProxy->origin()); in CopyOnGpu() 70 GrTextureDomainEffect::Make(std::move(inputProxy), SkMatrix::I(), domain, in CopyOnGpu() 74 paint.addColorTextureProcessor(std::move(inputProxy), SkMatrix::I(), samplerState); in CopyOnGpu()
|
D | GrTextureProducer.h | 160 static sk_sp<GrTextureProxy> CopyOnGpu(GrContext*, sk_sp<GrTextureProxy> inputProxy,
|
/external/skqp/src/effects/imagefilters/ |
D | SkMagnifierImageFilter.cpp | 102 sk_sp<GrTextureProxy> inputProxy(input->asTextureProxyRef(context)); in onFilterImage() local 103 SkASSERT(inputProxy); in onFilterImage() 109 auto fp = GrMagnifierEffect::Make(std::move(inputProxy), in onFilterImage()
|
D | SkAlphaThresholdFilter.cpp | 166 sk_sp<GrTextureProxy> inputProxy(input->asTextureProxyRef(context)); in onFilterImage() local 167 SkASSERT(inputProxy); in onFilterImage() 183 auto textureFP = GrSimpleTextureEffect::Make(std::move(inputProxy), SkMatrix::I()); in onFilterImage()
|
D | SkMatrixConvolutionImageFilter.cpp | 350 sk_sp<GrTextureProxy> inputProxy(input->asTextureProxyRef(context)); in onFilterImage() local 351 SkASSERT(inputProxy); in onFilterImage() 358 auto fp = GrMatrixConvolutionEffect::Make(std::move(inputProxy), in onFilterImage()
|
D | SkLightingImageFilter.cpp | 464 sk_sp<GrTextureProxy> inputProxy(input->asTextureProxyRef(context)); in filterImageGPU() local 465 SkASSERT(inputProxy); in filterImageGPU() 498 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, topLeft, in filterImageGPU() 500 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, top, in filterImageGPU() 502 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, topRight, in filterImageGPU() 504 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, left, in filterImageGPU() 506 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, interior, in filterImageGPU() 508 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, right, in filterImageGPU() 510 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, bottomLeft, in filterImageGPU() 512 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, bottom, in filterImageGPU() [all …]
|