Home | History | Annotate | Download | only in main

Lines Matching full:comps

226    GLint comps = _mesa_components_in_format(format);
227 if (comps < 0)
235 return comps * sizeof(GLubyte);
238 return comps * sizeof(GLshort);
241 return comps * sizeof(GLint);
243 return comps * sizeof(GLfloat);
245 return comps * sizeof(GLhalfARB);