/external/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()
|
/external/skia/tools/gpu/ |
D | YUVUtils.cpp | 260 GrYUVABackendTextures yuvaTextures(fPixmaps.yuvaInfo(), in ensureYUVImage() local 263 if (!yuvaTextures.isValid()) { in ensureYUVImage() 270 yuvaTextures, in ensureYUVImage()
|
/external/skqp/include/core/ |
D | SkImage.h | 373 const GrBackendTexture yuvaTextures[], 400 const GrBackendTexture yuvaTextures[], 426 const GrBackendTexture yuvaTextures[],
|
/external/skqp/src/image/ |
D | SkImage_Gpu.cpp | 186 const GrBackendTexture yuvaTextures[], in ConvertYUVATexturesToRGB() argument 198 if (!SkImage_GpuBase::MakeTempTextureProxies(ctx, yuvaTextures, numTextures, yuvaIndices, in ConvertYUVATexturesToRGB() 218 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopy() argument 238 return SkImage_Gpu::ConvertYUVATexturesToRGB(ctx, yuvColorSpace, yuvaTextures, yuvaIndices, in MakeFromYUVATexturesCopy() 245 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopyWithExternalBackend() argument 270 return SkImage_Gpu::ConvertYUVATexturesToRGB(ctx, yuvColorSpace, yuvaTextures, yuvaIndices, in MakeFromYUVATexturesCopyWithExternalBackend()
|
D | SkImage_Gpu.h | 61 const GrBackendTexture yuvaTextures[],
|
D | SkImage_GpuBase.h | 62 static bool MakeTempTextureProxies(GrContext* ctx, const GrBackendTexture yuvaTextures[],
|
D | SkImage_GpuYUVA.cpp | 167 const GrBackendTexture yuvaTextures[], in MakeFromYUVATextures() argument 178 if (!SkImage_GpuBase::MakeTempTextureProxies(ctx, yuvaTextures, numTextures, yuvaIndices, in MakeFromYUVATextures()
|
D | SkImage.cpp | 398 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopy() argument 409 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopyWithExternalBackend() argument
|
D | SkImage_GpuBase.cpp | 284 bool SkImage_GpuBase::MakeTempTextureProxies(GrContext* ctx, const GrBackendTexture yuvaTextures[], in MakeTempTextureProxies() argument 294 yuvaTexturesCopy[textureIndex] = yuvaTextures[textureIndex]; in MakeTempTextureProxies()
|
/external/skqp/gm/ |
D | wacky_yuv_formats.cpp | 794 GrBackendTexture yuvaTextures[4]; in createImages() local 798 yuvaTextures[i] = create_yuva_texture(gpu, resultBMs[i], in createImages() 800 if (yuvaTextures[i].isValid()) { in createImages() 801 fBackendTextures.push_back(yuvaTextures[i]); in createImages() 812 yuvaTextures, in createImages() 821 yuvaTextures, in createImages()
|
/external/skia/include/core/ |
D | SkImage.h | 387 const GrYUVABackendTextures& yuvaTextures,
|
/external/skqp/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 …]
|
/external/skqp/docs/ |
D | SkImage_Reference.bmh | 467 const GrBackendTexture yuvaTextures[], 485 const GrBackendTexture yuvaTextures[], 529 const GrBackendTexture yuvaTextures[],
|