Home
last modified time | relevance | path

Searched refs:addColorTextureProcessor (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DGrPaint.cpp22 void GrPaint::addColorTextureProcessor(sk_sp<GrTextureProxy> proxy, in addColorTextureProcessor() function in GrPaint
30 void GrPaint::addColorTextureProcessor(sk_sp<GrTextureProxy> proxy, in addColorTextureProcessor() function in GrPaint
DGrPaint.h112 void addColorTextureProcessor(sk_sp<GrTextureProxy>,
114 void addColorTextureProcessor(sk_sp<GrTextureProxy>,
DGrTextureProducer.cpp64 paint.addColorTextureProcessor(std::move(inputProxy), nullptr, SkMatrix::I(), params); in CopyOnGpu()
/external/skia/src/gpu/effects/
DGrConfigConversionEffect.cpp159 paint1.addColorTextureProcessor(dataProxy, nullptr, SkMatrix::I()); in TestForPreservingPMConversions()
168 paint2.addColorTextureProcessor(readRTC->asTextureProxyRef(), nullptr, in TestForPreservingPMConversions()
175 paint3.addColorTextureProcessor(tempRTC->asTextureProxyRef(), nullptr, in TestForPreservingPMConversions()
/external/skia/src/core/
DSkColorSpaceXformImageGenerator.cpp96 paint.addColorTextureProcessor(std::move(proxy), nullptr, in onGenerateTexture()
DSkGpuBlurUtils.cpp293 paint.addColorTextureProcessor(std::move(srcProxy), in GaussianBlur()
416 paint.addColorTextureProcessor(std::move(srcProxy), nullptr, SkMatrix::I(), params); in GaussianBlur()
/external/skia/gm/
Dtexdata.cpp120 paint.addColorTextureProcessor(tContext->asTextureProxyRef(), nullptr, vm);
/external/skia/tests/
DSRGBMipMapTest.cpp148 paint.addColorTextureProcessor(std::move(proxy), in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DProcessorTest.cpp275 paint.addColorTextureProcessor(std::move(inputDataProxy), nullptr, SkMatrix::I()); in test_draw_op()
/external/skia/src/image/
DSkImage_Gpu.cpp981 paint.addColorTextureProcessor(fProxy, nullptr, SkMatrix::I()); in onMakeColorSpace()