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

  /system/core/libpixelflinger/
scanline.cpp 873 ti.tscale = t.shade.tscale + adjustTWrap;
889 const int32_t tscale = ti.tscale; local
892 if (tscale>=0) {
893 ti.ydtdy= ty << tscale;
894 ti.dtdx = t.shade.idtdx << tscale;
895 ti.dtdy = t.shade.idtdy << tscale;
1184 const int tscale = ti.tscale + (iwscale - 30); local
    [all...]
pixelflinger.cpp 460 u.shade.tscale= grad[7];
469 c->activeTMU->shade.tscale= 0;
  /system/core/include/private/pixelflinger/
ggl_context.h 353 int tscale; member in struct:android::texture_shade_t::__anon13020::__anon13021
376 int tscale; member in struct:android::texture_iterators_t::__anon13023::__anon13024

Completed in 312 milliseconds