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

  /frameworks/rs/driver/runtime/
rs_sample.c 428 int32_t sourceW = alloc->mHal.drvState.lod[lod].dimX;
429 float pixelUV = uv * (float)(sourceW);
446 uint32_t next = wrapI(wrapS, iPixel + 1, sourceW);
447 uint32_t location = wrapI(wrapS, iPixel, sourceW);
458 int32_t sourceW = alloc->mHal.drvState.lod[lod].dimX;
459 int32_t iPixel = (int32_t)(uv * (float)(sourceW));
460 uint32_t location = wrapI(wrapS, iPixel, sourceW);
474 int sourceW = alloc->mHal.drvState.lod[lod].dimX;
477 float pixelU = uv.x * sourceW;
504 int nx = wrapI(wrapS, iPixelU + 1, sourceW);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp     [all...]

Completed in 597 milliseconds