Home
last modified time | relevance | path

Searched refs:xmax (Results 1 – 2 of 2) sorted by relevance

/system/extras/tests/workloads/
Dcapture.sh43 xmax=0
46 xmax=3060
66 (0035) x=$(convert $value $xmax $xscale);;
/system/core/libpixelflinger/
Dtrap.cpp742 const int xmax = c->state.scissor.right; in triangle_sweep_edges() local
746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax); in triangle_sweep_edges()
959 const int xmax = c->state.scissor.right; in aapolyx() local
960 if (xmin >= xmax) return; in aapolyx()
981 memset(covPtr+xmin, 0, (xmax-xmin)*sizeof(*covPtr)); in aapolyx()
997 c->iterators.xl = xmax; in aapolyx()
1025 if (gglFixedToIntFloor(l_min) >= xmax) l_min = gglIntToFixed(xmax)-1; in aapolyx()
1026 if (gglFixedToIntFloor(r_min) >= xmax) r_min = gglIntToFixed(xmax)-1; in aapolyx()
1027 if (gglFixedToIntCeil(l_max) >= xmax) l_max = gglIntToFixed(xmax)-1; in aapolyx()
1028 if (gglFixedToIntCeil(r_max) >= xmax) r_max = gglIntToFixed(xmax)-1; in aapolyx()
[all …]