HomeSort by relevance Sort by last modified time
    Searched defs:uProxy (Results 1 - 2 of 2) sorted by null

  /external/skia/src/image/
SkImage_Gpu.cpp 427 sk_sp<GrTextureProxy> uProxy = proxyProvider->createWrappedTextureProxy(yuvBackendTextures[1],
432 vProxy = uProxy;
436 if (!yProxy || !uProxy || !vProxy) {
453 paint.addColorFragmentProcessor(GrYUVtoRGBEffect::Make(yProxy, uProxy, vProxy,
    [all...]
  /external/skqp/src/image/
SkImage_Gpu.cpp 423 sk_sp<GrTextureProxy> uProxy = proxyProvider->createWrappedTextureProxy(yuvBackendTextures[1],
428 vProxy = uProxy;
432 if (!yProxy || !uProxy || !vProxy) {
449 paint.addColorFragmentProcessor(GrYUVtoRGBEffect::Make(yProxy, uProxy, vProxy,
    [all...]

Completed in 214 milliseconds