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

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_copy.c 58 GLint orig_dstx; local
150 orig_dstx = dstx;
157 srcx += dstx - orig_dstx;
intel_pixel_bitmap.c 190 GLint orig_dstx = dstx; local
279 -orig_dstx + (dstx + px),
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_copy.c 55 GLint orig_dstx; local
152 orig_dstx = dstx;
159 srcx += dstx - orig_dstx;
intel_pixel_bitmap.c 187 GLint orig_dstx = dstx; local
281 -orig_dstx + (dstx + px),

Completed in 78 milliseconds