Lines Matching defs:texels
54 const GrMipLevel* texels, int mipLevelCount, const GrCaps* caps) {
56 bool hasBasePixels = texels[0].fPixels;
62 if (texels[currentMipLevel].fPixels) {
65 if (texels[currentMipLevel].fRowBytes < minRowBytes) {
68 if (texels[currentMipLevel].fRowBytes % bpp) {
72 if (texels[currentMipLevel].fRowBytes != minRowBytes) {
191 const GrMipLevel texels[],
195 if (!validate_texel_levels(dimensions, srcColorType, texels, texelLevelCount,
206 if (!texels->fPixels) {
228 if (texelLevelCount && texels[0].fPixels) {
233 texels,
239 markMipLevelsClean = (texelLevelCount > 1 && !levelClearMask && texels[1].fPixels);
481 const GrMipLevel texels[],
512 // We require that if the texels are mipped, than the write region is the entire surface
516 if (!validate_texel_levels(rect.size(), srcColorType, texels, mipLevelCount, this->caps())) {
525 texels,