Searched refs:dtdy (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/
H A Draster.cpp197 int32_t dtdy = Hcr / h; // dtdy = ((Hcr/h)/Ht)*Ht local
199 int32_t t0 = Vcr - gglMulx(dtdy, y); // t0 = Vcr - y * dtdy
205 texcoords[5] = dtdy;
H A Dscanline.cpp1676 // therefore will update dtdy, however, in 1:1 mode
1678 ti.dsdx = ti.dsdy = ti.dtdx = ti.dtdy = 0;
1707 ti.dtdy = t.shade.idtdy << tscale;
1711 ti.dtdy = t.shade.idtdy >> -tscale;
1823 ti.ydtdy += ti.dtdy;
1863 ti.ydtdy += ti.dtdy;
/system/core/include/private/pixelflinger/
H A Dggl_context.h395 GGLfixed dtdy; member in struct:android::texture_iterators_t::__anon327::__anon328

Completed in 437 milliseconds