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

  /system/core/libpixelflinger/
scanline.cpp 596 GGLcolor ADJUST_COLOR_ITERATOR(GGLcolor v, GGLcolor dvdx, int len)
598 const int32_t end = dvdx * (len-1) + v;
1930 int32_t dvdx = v1 - v0; local
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 380 GGLfixed dvdx; member in struct:android::texture_iterators_t::__anon36435::__anon36437
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 92 const int dvdx = parts.argb_dx[i].reg; local
93 CONTEXT_LOAD(dvdx, generated_vars.argb[i].dx);
94 MLA(AL, 0, c, x.reg, dvdx, c);
103 MLA(AL, 1, end, dvdx, end, c);
    [all...]

Completed in 132 milliseconds