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

/system/core/include/private/pixelflinger/
H A Dggl_context.h442 int32_t xl; member in struct:android::iterators_t
/system/core/libpixelflinger/
H A Dscanline.cpp645 const int xs = c->iterators.xl;
962 const int x = c->iterators.xl;
979 const int x = c->iterators.xl;
999 const int xs = c->iterators.xl;
1089 const int xs = c->iterators.xl;
1123 const int x = c->iterators.xl;
1431 const int x = c->iterators.xl;
1909 const uint32_t xs = c->iterators.xl;
1921 int32_t xl = c->iterators.xl; local
2023 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 10 milliseconds