HomeSort by relevance Sort by last modified time
    Searched defs:destx (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
drawpix.c 269 GLint destx = IROUND(ctx->Current.RasterPos[0]); local
271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
  /external/mesa3d/src/mesa/main/
drawpix.c 269 GLint destx = IROUND(ctx->Current.RasterPos[0]); local
271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 933 int destx; local
939 destx = (XBIOS_current->width - surface->w) >> 1;
940 destx &= ~15;
941 destscr += destx;
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 3477 unsigned int destx, desty,destW, destH; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3730 unsigned int destx, desty,destW, destH; local
    [all...]

Completed in 76 milliseconds