/third_party/skia/src/image/ |
D | SkImage_GpuYUVA.cpp | 225 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/ |
D | SkImage_GpuBase.cpp | 243 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()
|
D | SkImage_Gpu.cpp | 207 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()
|
D | SkImage_Gpu.h | 64 const GrBackendTexture yuvaTextures[],
|
D | SkImage_GpuBase.h | 63 static bool MakeTempTextureProxies(GrContext* ctx, const GrBackendTexture yuvaTextures[],
|
D | SkImage_GpuYUVA.cpp | 221 const GrBackendTexture yuvaTextures[], in MakeFromYUVATextures() argument 232 if (!SkImage_GpuBase::MakeTempTextureProxies(ctx, yuvaTextures, numTextures, yuvaIndices, in MakeFromYUVATextures()
|
D | SkImage.cpp | 458 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopy() argument 469 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopyWithExternalBackend() argument
|
/third_party/skia/tools/gpu/ |
D | YUVUtils.cpp | 312 GrYUVABackendTextures yuvaTextures(fPixmaps.yuvaInfo(), in ensureYUVImage() local 315 if (!yuvaTextures.isValid()) { in ensureYUVImage() 322 yuvaTextures, in ensureYUVImage()
|
/third_party/flutter/skia/include/core/ |
D | SkImage.h | 401 const GrBackendTexture yuvaTextures[], 428 const GrBackendTexture yuvaTextures[], 454 const GrBackendTexture yuvaTextures[],
|
/third_party/flutter/skia/gm/ |
D | wacky_yuv_formats.cpp | 1199 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/ |
D | SkImage.h | 414 const GrYUVABackendTextures& yuvaTextures,
|
/third_party/flutter/skia/site/user/api/ |
D | SkImage_Reference.md | 58 … 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 …]
|