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 429 int32_t sourceW = alloc->mHal.drvState.lod[lod].dimX;
430 float pixelUV = uv * (float)(sourceW);
447 uint32_t next = wrapI(wrapS, iPixel + 1, sourceW);
448 uint32_t location = wrapI(wrapS, iPixel, sourceW);
459 int32_t sourceW = alloc->mHal.drvState.lod[lod].dimX;
460 int32_t iPixel = (int32_t)(uv * (float)(sourceW));
461 uint32_t location = wrapI(wrapS, iPixel, sourceW);
475 int sourceW = alloc->mHal.drvState.lod[lod].dimX;
478 float pixelU = uv.x * sourceW;
505 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 333 milliseconds