Lines Matching refs:yuvaIndices
30 int numProxies, const SkYUVAIndex yuvaIndices[4], in SkImage_GpuYUVA()
36 GetAlphaTypeFromYUVAIndices(yuvaIndices), imageColorSpace) in SkImage_GpuYUVA()
42 SkASSERT(SkYUVAIndex::AreValidIndices(yuvaIndices, &textureCount)); in SkImage_GpuYUVA()
48 memcpy(fYUVAIndices, yuvaIndices, 4*sizeof(SkYUVAIndex)); in SkImage_GpuYUVA()
168 const SkYUVAIndex yuvaIndices[4], in MakeFromYUVATextures()
173 if (!SkYUVAIndex::AreValidIndices(yuvaIndices, &numTextures)) { in MakeFromYUVATextures()
178 if (!SkImage_GpuBase::MakeTempTextureProxies(ctx, yuvaTextures, numTextures, yuvaIndices, in MakeFromYUVATextures()
185 numTextures, yuvaIndices, imageOrigin, imageColorSpace); in MakeFromYUVATextures()
190 const SkYUVAIndex yuvaIndices[4], SkISize imageSize, GrSurfaceOrigin imageOrigin, in MakeFromYUVAPixmaps()
193 if (!SkYUVAIndex::AreValidIndices(yuvaIndices, &numPixmaps)) { in MakeFromYUVAPixmaps()
245 numPixmaps, yuvaIndices, imageOrigin, imageColorSpace); in MakeFromYUVAPixmaps()
255 const SkYUVAIndex yuvaIndices[4], in MakePromiseYUVATexture()
266 bool valid = SkYUVAIndex::AreValidIndices(yuvaIndices, &numTextures); in MakePromiseYUVATexture()
293 SkAlphaType at = (-1 != yuvaIndices[SkYUVAIndex::kA_Index].fIndex) ? kPremul_SkAlphaType in MakePromiseYUVATexture()
333 yuvaIndices, imageOrigin, std::move(imageColorSpace)); in MakePromiseYUVATexture()