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

  /hardware/intel/img/psb_video/src/
psb_overlay.c 414 int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox,
451 dstBox->x2 = dstBox->x2 / 4;
452 dstBox->y2 = dstBox->y2 / 4;
480 tmp = dstBox->x1;
481 dstBox->x1 = dstBox->y1;
482 dstBox->y1 = pPriv->height_save - tmp;
483 tmp = dstBox->x2
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_cmd.h     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.h 683 SVGA3dBox *dstBox);
svga_cmd_vgpu10.c     [all...]

Completed in 1107 milliseconds