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

/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h442 int32_t xl; member in struct:android::iterators_t
/system/core/libpixelflinger/
H A Dscanline.cpp647 const int xs = c->iterators.xl;
964 const int x = c->iterators.xl;
981 const int x = c->iterators.xl;
1001 const int xs = c->iterators.xl;
1091 const int xs = c->iterators.xl;
1125 const int x = c->iterators.xl;
1433 const int x = c->iterators.xl;
1911 const uint32_t xs = c->iterators.xl;
1923 int32_t xl = c->iterators.xl; local
2025 int32_t xl = c->iterators.xl; local
[all...]
H A Dtrap.cpp242 c->iterators.xl = l;
314 c->iterators.xl = l;
438 c->iterators.xl = l;
453 int32_t x = c->iterators.xl;
571 int32_t xl, xr; local
572 for (xl=minx ; xl<maxx ; xl++) {
579 xr = xl;
588 if (xl < x
747 const int32_t xl = max(left_x >> TRI_ITERATORS_BITS, xmin); local
[all...]

Completed in 50 milliseconds