Lines Matching defs:color
140 // Test initialization of compressed GrBackendTextures to a specific color
146 const SkColor4f& color,
149 GrBackendTexture backendTex = create(dContext, color, mipMapped);
159 SkColor4f expectedColors[6] = { color, color, color, color, color, color };
163 check_readback(dContext, img, compression, color, reporter, "solid readback");
166 newColor.fR = color.fB;
167 newColor.fG = color.fR;
168 newColor.fB = color.fG;
169 newColor.fA = color.fA;
184 // Create compressed data pulling the color for each mipmap level from 'levelColors'.
202 // We have to do this a level at a time bc we might have a different color for
307 // color initialized
310 const SkColor4f& color,
312 return dContext->createCompressedBackendTexture(32, 32, format, color,