Searched defs:scale (Results 1 - 3 of 3) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_context.h359 int scale; member in struct:android::texture_shade_t::__anon57::__anon59
382 int scale; member in struct:android::texture_iterators_t::__anon60::__anon62
/system/core/libpixelflinger/
H A Dscanline.cpp381 // scale to 16 bits
1151 const int scale = ti.st[j].scale + (iwscale - 30); local
1152 if (scale >= 0) {
1153 ti.st[j].ydvdy = v0 << scale;
1154 ti.st[j].dvdx = dvdx << scale;
1156 ti.st[j].ydvdy = v0 >> -scale;
1157 ti.st[j].dvdx = dvdx >> -scale;
H A Dtrap.cpp260 GGLcoord rmin, GGLcoord rmax, GGLcoord scale)
265 return 0x7FFF - (d2-rmin)*scale;
304 GGLcoord scale; local
307 scale = 0x800000 / (rmax - rmin);
320 covPtr[i] = coverageFast(x, y, rmin, rmax, scale);
259 coverageFast(GGLcoord x, GGLcoord y, GGLcoord rmin, GGLcoord rmax, GGLcoord scale) argument

Completed in 79 milliseconds