Lines Matching refs:texels
148 GrColorType dataColorType, const GrMipLevel texels[],
188 size_t rowBytes = texels[currentMipLevel].fRowBytes ? texels[currentMipLevel].fRowBytes
190 SkASSERT(texels[currentMipLevel].fPixels);
196 withBytes: texels[currentMipLevel].fPixels
239 const GrMipLevel texels[], int mipLevelCount) {
277 mipMapsStatus = texels[0].fPixels ? GrMipMapsStatus::kValid : GrMipMapsStatus::kDirty;
281 SkASSERT(texels[i].fPixels);
283 SkASSERT(!texels[i].fPixels);
301 if (mipLevelCount && texels[0].fPixels) {
302 if (!this->uploadToTexture(tex.get(), 0, 0, desc.fWidth, desc.fHeight, colorType, texels,
749 GrColorType srcColorType, const GrMipLevel texels[],
760 SkASSERT(texels[i].fPixels);
763 return this->uploadToTexture(mtlTexture, left, top, width, height, srcColorType, texels,