Lines Matching defs:components
337 * Get indexes of color components for a basic color format, such as
5861 GLint components = _mesa_components_in_format(format);
5865 components = 1;
5867 if (bytesPerPixel <= 0 || components <= 0)
5870 bytesPerComp = bytesPerPixel / components;
5874 compsPerRow = components * width;
6025 * As above, but GLuint components.