HomeSort by relevance Sort by last modified time
    Searched refs:spt2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.c 218 float spt0[2], spt1[2], spt2[2], spt3[2]; local
225 spt2[0] = (srcX + width);
226 spt2[1] = (srcY + height);
242 map_point(src_matrix, spt2[0], spt2[1], &spt2[0], &spt2[1]);
255 src_s2 = spt2[0] / src->width0;
259 src_t2 = spt2[1] / src->height0;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.c 218 float spt0[2], spt1[2], spt2[2], spt3[2]; local
225 spt2[0] = (srcX + width);
226 spt2[1] = (srcY + height);
242 map_point(src_matrix, spt2[0], spt2[1], &spt2[0], &spt2[1]);
255 src_s2 = spt2[0] / src->width0;
259 src_t2 = spt2[1] / src->height0;

Completed in 3590 milliseconds