Searched defs:xr (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h443 int32_t xr; member in struct:android::iterators_t
/system/core/libpixelflinger/
H A Dtrap.cpp243 c->iterators.xr = r;
315 c->iterators.xr = r;
439 c->iterators.xr = r;
454 size_t ct = c->iterators.xr - x;
571 int32_t xl, xr; local
579 xr = xl;
580 for ( ; xr<maxx ; xr++) {
588 if (xl < xr) {
590 c->iterators.xr
748 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax); local
[all...]

Completed in 72 milliseconds