Lines Matching refs:yuvaIndices
197 const SkYUVAIndex yuvaIndices[4], SkISize size, in ConvertYUVATexturesToRGB()
203 if (!SkYUVAIndex::AreValidIndices(yuvaIndices, &numTextures)) { in ConvertYUVATexturesToRGB()
208 if (!SkImage_GpuBase::MakeTempTextureProxies(ctx, yuvaTextures, numTextures, yuvaIndices, in ConvertYUVATexturesToRGB()
215 tempTextureProxies, yuvaIndices)) { in ConvertYUVATexturesToRGB()
219 SkAlphaType at = GetAlphaTypeFromYUVAIndices(yuvaIndices); in ConvertYUVATexturesToRGB()
229 const SkYUVAIndex yuvaIndices[4], in MakeFromYUVATexturesCopy()
248 return SkImage_Gpu::ConvertYUVATexturesToRGB(ctx, yuvColorSpace, yuvaTextures, yuvaIndices, in MakeFromYUVATexturesCopy()
256 const SkYUVAIndex yuvaIndices[4], in MakeFromYUVATexturesCopyWithExternalBackend()
263 SkAlphaType at = SkImage_GpuBase::GetAlphaTypeFromYUVAIndices(yuvaIndices); in MakeFromYUVATexturesCopyWithExternalBackend()
280 return SkImage_Gpu::ConvertYUVATexturesToRGB(ctx, yuvColorSpace, yuvaTextures, yuvaIndices, in MakeFromYUVATexturesCopyWithExternalBackend()
289 SkYUVAIndex yuvaIndices[4] = { in MakeFromYUVTexturesCopy() local
295 return SkImage_Gpu::MakeFromYUVATexturesCopy(ctx, yuvColorSpace, yuvTextures, yuvaIndices, in MakeFromYUVTexturesCopy()
303 SkYUVAIndex yuvaIndices[4] = { in MakeFromYUVTexturesCopyWithExternalBackend() local
310 ctx, yuvColorSpace, yuvTextures, yuvaIndices, size, imageOrigin, backendTexture, in MakeFromYUVTexturesCopyWithExternalBackend()
319 SkYUVAIndex yuvaIndices[4] = { in MakeFromNV12TexturesCopy() local
325 return SkImage_Gpu::MakeFromYUVATexturesCopy(ctx, yuvColorSpace, nv12Textures, yuvaIndices, in MakeFromNV12TexturesCopy()
336 SkYUVAIndex yuvaIndices[4] = { in MakeFromNV12TexturesCopyWithExternalBackend() local
343 ctx, yuvColorSpace, nv12Textures, yuvaIndices, size, imageOrigin, backendTexture, in MakeFromNV12TexturesCopyWithExternalBackend()