Home | History | Annotate | Download | only in xa

Lines Matching defs:stype

154     enum xa_surface_type stype;
175 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype)
176 num_formats += num_preferred[stype];
187 for (stype = 0; stype < XA_LAST_SURFACE_TYPE; ++stype) {
188 unsigned int bind = stype_bind[stype];
192 for (i = 0; i < num_preferred[stype]; ++i) {
193 xa_format = preferred[stype][i];
200 if (xa->format_map[stype][0] == 0)
201 xa->format_map[stype][0] = num_formats;
202 xa->format_map[stype][1] = num_formats;
263 enum xa_surface_type stype, unsigned int depth)
269 for (i = xa->format_map[stype][0]; i <= xa->format_map[stype][1]; ++i) {
328 enum xa_surface_type stype,
337 fdesc = xa_get_format_stype_depth(xa, stype, depth);
390 enum xa_surface_type stype,
393 return surface_create(xa, width, height, depth, stype, xa_format, flags, NULL);
402 enum xa_surface_type stype,
406 return xa_surface_from_handle2(xa, width, height, depth, stype, xa_format,
416 enum xa_surface_type stype,
426 return surface_create(xa, width, height, depth, stype, xa_format, flags, &whandle);
434 enum xa_surface_type stype,
450 fdesc = xa_get_format_stype_depth(xa, stype, depth);