Lines Matching defs:components
1239 GLint components = _mesa_components_in_format(format);
1243 components = 1;
1245 if (bytesPerPixel <= 0 || components <= 0)
1248 bytesPerComp = bytesPerPixel / components;
1252 compsPerRow = components * width;
1472 * 32-bit R,G,B components, then we clamp the result to the dst type size.
1474 * Notice that this operation involves casting the 32-bit R,G,B components