Home
last modified time | relevance | path

Searched refs:uProxy (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/effects/
DGrYUVtoRGBEffect.fp41 sk_sp<GrTextureProxy> uProxy,
70 sk_sp<GrTextureProxy> uProxy,
105 new GrYUVtoRGBEffect(std::move(yProxy), yTransform, std::move(uProxy), uTransform,
DGrYUVtoRGBEffect.cpp28 uProxy, in Make() argument
62 std::move(yProxy), yTransform, std::move(uProxy), uTransform, std::move(vProxy), in Make()
DGrYUVtoRGBEffect.h20 sk_sp<GrTextureProxy> uProxy,
/external/skqp/src/gpu/effects/
DGrYUVtoRGBEffect.fp41 sk_sp<GrTextureProxy> uProxy,
70 sk_sp<GrTextureProxy> uProxy,
105 new GrYUVtoRGBEffect(std::move(yProxy), yTransform, std::move(uProxy), uTransform,
DGrYUVtoRGBEffect.cpp28 uProxy, in Make() argument
62 std::move(yProxy), yTransform, std::move(uProxy), uTransform, std::move(vProxy), in Make()
DGrYUVtoRGBEffect.h20 sk_sp<GrTextureProxy> uProxy,
/external/skia/src/image/
DSkImage_Gpu.cpp427 sk_sp<GrTextureProxy> uProxy = proxyProvider->createWrappedTextureProxy(yuvBackendTextures[1], in make_from_yuv_textures_copy() local
432 vProxy = uProxy; in make_from_yuv_textures_copy()
436 if (!yProxy || !uProxy || !vProxy) { in make_from_yuv_textures_copy()
453 paint.addColorFragmentProcessor(GrYUVtoRGBEffect::Make(yProxy, uProxy, vProxy, in make_from_yuv_textures_copy()
/external/skqp/src/image/
DSkImage_Gpu.cpp423 sk_sp<GrTextureProxy> uProxy = proxyProvider->createWrappedTextureProxy(yuvBackendTextures[1], in make_from_yuv_textures_copy() local
428 vProxy = uProxy; in make_from_yuv_textures_copy()
432 if (!yProxy || !uProxy || !vProxy) { in make_from_yuv_textures_copy()
449 paint.addColorFragmentProcessor(GrYUVtoRGBEffect::Make(yProxy, uProxy, vProxy, in make_from_yuv_textures_copy()