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.cpp495 const int xs = c->iterators.xl;
1087 const uint32_t xs = c->iterators.xl;
1099 int32_t xl = c->iterators.xl; local
1164 c->iterators.xl = xl;
1165 c->iterators.xr = xl = xl + (span ? span : (1<<SPAN_BITS));
1178 const uint32_t xs = c->iterators.xl;
1201 int32_t xl local
[all...]
/system/core/include/private/pixelflinger/
H A Dggl_context.h420 int32_t xl; member in struct:android::iterators_t
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp359 CONTEXT_LOAD(Rx, iterators.xl);
424 // zbase = base + (xl-count + stride*y)*2

Completed in 600 milliseconds