Home
last modified time | relevance | path

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

/external/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()
/external/skia/tools/gpu/
DYUVUtils.cpp260 GrYUVABackendTextures yuvaTextures(fPixmaps.yuvaInfo(), in ensureYUVImage() local
263 if (!yuvaTextures.isValid()) { in ensureYUVImage()
270 yuvaTextures, in ensureYUVImage()
/external/skqp/include/core/
DSkImage.h373 const GrBackendTexture yuvaTextures[],
400 const GrBackendTexture yuvaTextures[],
426 const GrBackendTexture yuvaTextures[],
/external/skqp/src/image/
DSkImage_Gpu.cpp186 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()
DSkImage_Gpu.h61 const GrBackendTexture yuvaTextures[],
DSkImage_GpuBase.h62 static bool MakeTempTextureProxies(GrContext* ctx, const GrBackendTexture yuvaTextures[],
DSkImage_GpuYUVA.cpp167 const GrBackendTexture yuvaTextures[], in MakeFromYUVATextures() argument
178 if (!SkImage_GpuBase::MakeTempTextureProxies(ctx, yuvaTextures, numTextures, yuvaIndices, in MakeFromYUVATextures()
DSkImage.cpp398 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopy() argument
409 const GrBackendTexture yuvaTextures[], in MakeFromYUVATexturesCopyWithExternalBackend() argument
DSkImage_GpuBase.cpp284 bool SkImage_GpuBase::MakeTempTextureProxies(GrContext* ctx, const GrBackendTexture yuvaTextures[], in MakeTempTextureProxies() argument
294 yuvaTexturesCopy[textureIndex] = yuvaTextures[textureIndex]; in MakeTempTextureProxies()
/external/skqp/gm/
Dwacky_yuv_formats.cpp794 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/
DSkImage.h387 const GrYUVABackendTextures& yuvaTextures,
/external/skqp/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 …]
/external/skqp/docs/
DSkImage_Reference.bmh467 const GrBackendTexture yuvaTextures[],
485 const GrBackendTexture yuvaTextures[],
529 const GrBackendTexture yuvaTextures[],