Lines Matching refs:comps
1265 const GLint comps = _mesa_components_in_format(dstFormat);2740 _mesa_swap2((GLushort *) dstAddr, n * comps);2743 _mesa_swap4((GLuint *) dstAddr, n * comps);4351 GLint comps = _mesa_components_in_format(srcFormat);4352 assert(comps > 0);4353 memcpy( dest, source, n * comps * sizeof(GLubyte) );