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

/system/core/include/private/pixelflinger/
H A Dggl_context.h440 int32_t xl; member in struct:android::iterators_t
/system/core/libpixelflinger/
H A Dscanline.cpp629 const int xs = c->iterators.xl;
946 const int x = c->iterators.xl;
963 const int x = c->iterators.xl;
983 const int xs = c->iterators.xl;
1073 const int xs = c->iterators.xl;
1107 const int x = c->iterators.xl;
1415 const int x = c->iterators.xl;
1893 const uint32_t xs = c->iterators.xl;
1905 int32_t xl = c->iterators.xl; local
2007 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 68 milliseconds