Home
last modified time | relevance | path

Searched refs:yuvaTextures (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/image/
DSkImage_GpuYUVA.cpp225 const GrYUVABackendTextures& yuvaTextures, in MakeFromYUVATextures() argument
232 int numPlanes = yuvaTextures.yuvaInfo().numPlanes(); in MakeFromYUVATextures()
235 proxies[plane] = proxyProvider->wrapBackendTexture(yuvaTextures.texture(plane), in MakeFromYUVATextures()
244 GrYUVATextureProxies yuvaProxies(yuvaTextures.yuvaInfo(), in MakeFromYUVATextures()
246 yuvaTextures.textureOrigin()); in MakeFromYUVATextures()
/third_party/flutter/skia/src/image/
DSkImage_GpuBase.cpp243 bool SkImage_GpuBase::MakeTempTextureProxies(GrContext* ctx, const GrBackendTexture yuvaTextures[], in MakeTempTextureProxies() argument
251 GrBackendFormat backendFormat = yuvaTextures[textureIndex].getBackendFormat(); in MakeTempTextureProxies()
263 SkASSERT(yuvaTextures[textureIndex].isValid()); in MakeTempTextureProxies()
266 yuvaTextures[textureIndex], grColorType, imageOrigin, kBorrow_GrWrapOwnership, in MakeTempTextureProxies()
DSkImage_Gpu.cpp207 const GrBackendTexture yuvaTextures[], in ConvertYUVATexturesToRGB() argument
219 if (!SkImage_GpuBase::MakeTempTextureProxies(ctx, yuvaTextures, numTextures, yuvaIndices, in ConvertYUVATexturesToRGB()
239 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopy() argument
255 return SkImage_Gpu::ConvertYUVATexturesToRGB(ctx, yuvColorSpace, yuvaTextures, yuvaIndices, in MakeFromYUVATexturesCopy()
262 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopyWithExternalBackend() argument
293 return SkImage_Gpu::ConvertYUVATexturesToRGB(ctx, yuvColorSpace, yuvaTextures, yuvaIndices, in MakeFromYUVATexturesCopyWithExternalBackend()
DSkImage_Gpu.h64 const GrBackendTexture yuvaTextures[],
DSkImage_GpuBase.h63 static bool MakeTempTextureProxies(GrContext* ctx, const GrBackendTexture yuvaTextures[],
DSkImage_GpuYUVA.cpp221 const GrBackendTexture yuvaTextures[], in MakeFromYUVATextures() argument
232 if (!SkImage_GpuBase::MakeTempTextureProxies(ctx, yuvaTextures, numTextures, yuvaIndices, in MakeFromYUVATextures()
DSkImage.cpp458 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopy() argument
469 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopyWithExternalBackend() argument
/third_party/skia/tools/gpu/
DYUVUtils.cpp312 GrYUVABackendTextures yuvaTextures(fPixmaps.yuvaInfo(), in ensureYUVImage() local
315 if (!yuvaTextures.isValid()) { in ensureYUVImage()
322 yuvaTextures, in ensureYUVImage()
/third_party/flutter/skia/include/core/
DSkImage.h401 const GrBackendTexture yuvaTextures[],
428 const GrBackendTexture yuvaTextures[],
454 const GrBackendTexture yuvaTextures[],
/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp1199 GrBackendTexture yuvaTextures[4]; in createImages() local
1203 yuvaTextures[i] = create_yuva_texture(context, resultBMs[i], in createImages()
1206 if (yuvaTextures[i].isValid()) { in createImages()
1207 fBackendTextures.push_back(yuvaTextures[i]); in createImages()
1227 yuvaTextures, in createImages()
1236 yuvaTextures, in createImages()
1403 GrBackendTexture yuvaTextures[4]; in createImages() local
1405 yuvaTextures[i] = create_yuva_texture(context, resultBMs[i], yuvaIndices, i, in createImages()
1407 if (yuvaTextures[i].isValid()) { in createImages()
1408 fBackendTextures.push_back(yuvaTextures[i]); in createImages()
[all …]
/third_party/skia/include/core/
DSkImage.h414 const GrYUVABackendTextures& yuvaTextures,
/third_party/flutter/skia/site/user/api/
DSkImage_Reference.md58 … const <a href='undocumented#GrBackendTexture'>GrBackendTexture</a> yuvaTextures[],
66 const <a href='undocumented#GrBackendTexture'>GrBackendTexture</a> yuvaTextures[],
74 … const <a href='undocumented#GrBackendTexture'>GrBackendTexture</a> yuvaTextures[],
854 … const <a href='undocumented#GrBackendTexture'>GrBackendTexture</a> yuvaTextures[],
878 …<a name='SkImage_MakeFromYUVATexturesCopy_yuvaTextures'><code><strong>yuvaTextures</strong></code>…
888 …xture</a> in <a href='#SkImage_MakeFromYUVATexturesCopy_yuvaTextures'>yuvaTextures</a>, and channe…
927 … const <a href='undocumented#GrBackendTexture'>GrBackendTexture</a> yuvaTextures[],
951 <table> <tr> <td><a name='SkImage_MakeFromYUVATextures_yuvaTextures'><code><strong>yuvaTextures
961 …'>texture</a> in <a href='#SkImage_MakeFromYUVATextures_yuvaTextures'>yuvaTextures</a>, and channe…
1089 …> yuvColorSpace, const <a href='undocumented#GrBackendTexture'>GrBackendTexture</a> yuvaTextures[],
[all …]