Home
last modified time | relevance | path

Searched refs:backendTextureInfo (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/image/
DSkImage_GaneshFactories.cpp586 const GrYUVABackendTextureInfo& backendTextureInfo, in PromiseTextureFromYUVA() argument
591 if (!backendTextureInfo.isValid()) { in PromiseTextureFromYUVA()
596 int n = backendTextureInfo.yuvaInfo().planeDimensions(planeDimensions); in PromiseTextureFromYUVA()
611 backendTextureInfo.yuvaInfo().hasAlpha() ? kPremul_SkAlphaType : kOpaque_SkAlphaType; in PromiseTextureFromYUVA()
613 backendTextureInfo.yuvaInfo().dimensions(), SkImage_GaneshYUVA::kAssumedColorType, at, in PromiseTextureFromYUVA()
625 backendTextureInfo.planeFormat(i), in PromiseTextureFromYUVA()
634 backendTextureInfo.yuvaInfo(), proxies, backendTextureInfo.textureOrigin()); in PromiseTextureFromYUVA()
/external/skia/src/gpu/graphite/
DImageFactories.cpp240 const YUVABackendTextureInfo& backendTextureInfo, in PromiseTextureFromYUVA() argument
257 if (!backendTextureInfo.yuvaInfo().planeDimensions(planeDimensions)) { in PromiseTextureFromYUVA()
269 for (int i = 0; i < backendTextureInfo.numPlanes(); ++i) { in PromiseTextureFromYUVA()
273 backendTextureInfo.planeTextureInfo(i), in PromiseTextureFromYUVA()
283 return Image_YUVA::Make(recorder->priv().caps(), backendTextureInfo.yuvaInfo(), in PromiseTextureFromYUVA()
/external/skia/include/private/chromium/
DSkImageChromium.h100 const GrYUVABackendTextureInfo& backendTextureInfo,