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

/system/core/include/private/pixelflinger/
H A Dggl_context.h420 int32_t xl; member in struct:android::iterators_t
/system/core/libpixelflinger/
H A Dscanline.cpp608 const int xs = c->iterators.xl;
925 const int x = c->iterators.xl;
942 const int x = c->iterators.xl;
962 const int xs = c->iterators.xl;
1052 const int xs = c->iterators.xl;
1086 const int x = c->iterators.xl;
1394 const int x = c->iterators.xl;
1872 const uint32_t xs = c->iterators.xl;
1884 int32_t xl = c->iterators.xl; local
1986 int32_t xl = c->iterators.xl; local
[all...]
H A Dtrap.cpp240 c->iterators.xl = l;
312 c->iterators.xl = l;
436 c->iterators.xl = l;
451 int32_t x = c->iterators.xl;
569 register int32_t xl, xr; local
570 for (xl=minx ; xl<maxx ; xl++) {
577 xr = xl;
586 if (xl < x
745 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin); local
[all...]

Completed in 49 milliseconds