Searched refs:xl (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/
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...]
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...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h440 int32_t xl; member in struct:android::iterators_t
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp362 CONTEXT_LOAD(Rx, iterators.xl);
427 // zbase = base + (xl-count + stride*y)*2

Completed in 388 milliseconds