Lines Matching defs:texels
53 const GrMipLevel texels[]) {
74 bool hasPixels = texels[0].fPixels;
87 return this->writePixels(std::move(scratch), colorType, dimensions, texels, numMipLevels);
93 tempColorType = this->prepareLevels(format, colorType, dimensions, texels, numMipLevels,
806 const GrMipLevel texels[],
810 SkASSERT(mipLevelCount && texels && texels[0].fPixels);
822 if (!prepare_level(texels[i], size, rowBytesSupport, colorType, allowedColorType,
834 const GrMipLevel texels[],
839 SkASSERT(mipLevelCount && texels && texels[0].fPixels);
843 auto tempColorType = this->prepareLevels(texture->backendFormat(), colorType, baseSize, texels,