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

/system/core/include/private/pixelflinger/
H A Dggl_context.h421 int32_t xr; member in struct:android::iterators_t
/system/core/libpixelflinger/
H A Dtrap.cpp241 c->iterators.xr = r;
313 c->iterators.xr = r;
437 c->iterators.xr = r;
452 size_t ct = c->iterators.xr - x;
569 register int32_t xl, xr; local
577 xr = xl;
578 for ( ; xr<maxx ; xr++) {
586 if (xl < xr) {
588 c->iterators.xr
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax); local
[all...]

Completed in 1287 milliseconds