OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rPlane
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h
56
GLfloat
rPlane
[4], gPlane[4], bPlane[4], aPlane[4];
123
compute_plane(p0, p1, p2, v0->color[RCOMP], v1->color[RCOMP], v2->color[RCOMP],
rPlane
);
129
constant_plane(v2->color[RCOMP],
rPlane
);
229
array->rgba[count][RCOMP] = solve_plane_chan(cx, cy,
rPlane
);
292
array->rgba[ix][RCOMP] = solve_plane_chan(cx, cy,
rPlane
);
s_aalinetemp.h
62
line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->
rPlane
);
143
v0->color[RCOMP], v1->color[RCOMP], line.
rPlane
);
152
constant_plane(v1->color[RCOMP], line.
rPlane
);
s_aaline.c
63
GLfloat
rPlane
[4], gPlane[4], bPlane[4], aPlane[4];
/external/mesa3d/src/mesa/swrast/
s_aatritemp.h
56
GLfloat
rPlane
[4], gPlane[4], bPlane[4], aPlane[4];
123
compute_plane(p0, p1, p2, v0->color[RCOMP], v1->color[RCOMP], v2->color[RCOMP],
rPlane
);
129
constant_plane(v2->color[RCOMP],
rPlane
);
229
array->rgba[count][RCOMP] = solve_plane_chan(cx, cy,
rPlane
);
292
array->rgba[ix][RCOMP] = solve_plane_chan(cx, cy,
rPlane
);
s_aalinetemp.h
62
line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->
rPlane
);
143
v0->color[RCOMP], v1->color[RCOMP], line.
rPlane
);
152
constant_plane(v1->color[RCOMP], line.
rPlane
);
s_aaline.c
63
GLfloat
rPlane
[4], gPlane[4], bPlane[4], aPlane[4];
Completed in 188 milliseconds