Searched refs:uProxy (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrYUVtoRGBEffect.fp | 41 sk_sp<GrTextureProxy> uProxy, 70 sk_sp<GrTextureProxy> uProxy, 105 new GrYUVtoRGBEffect(std::move(yProxy), yTransform, std::move(uProxy), uTransform,
|
D | GrYUVtoRGBEffect.cpp | 28 uProxy, in Make() argument 62 std::move(yProxy), yTransform, std::move(uProxy), uTransform, std::move(vProxy), in Make()
|
D | GrYUVtoRGBEffect.h | 20 sk_sp<GrTextureProxy> uProxy,
|
/external/skqp/src/gpu/effects/ |
D | GrYUVtoRGBEffect.fp | 41 sk_sp<GrTextureProxy> uProxy, 70 sk_sp<GrTextureProxy> uProxy, 105 new GrYUVtoRGBEffect(std::move(yProxy), yTransform, std::move(uProxy), uTransform,
|
D | GrYUVtoRGBEffect.cpp | 28 uProxy, in Make() argument 62 std::move(yProxy), yTransform, std::move(uProxy), uTransform, std::move(vProxy), in Make()
|
D | GrYUVtoRGBEffect.h | 20 sk_sp<GrTextureProxy> uProxy,
|
/external/skia/src/image/ |
D | SkImage_Gpu.cpp | 427 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/ |
D | SkImage_Gpu.cpp | 423 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()
|