OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attrPlane
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aatritemp.h
58
GLfloat
attrPlane
[FRAG_ATTRIB_MAX][4][4];
147
constant_plane(v2->attrib[attr][c] * invW2,
attrPlane
[attr][c]);
155
compute_plane(p0, p1, p2, a0, a1, a2,
attrPlane
[attr][c]);
159
span.attrStepX[attr][c] = plane_dx(
attrPlane
[attr][c]);
160
span.attrStepY[attr][c] = plane_dy(
attrPlane
[attr][c]);
215
span.attrStart[attr][c] = solve_plane(ix + 0.5F, iy + 0.5F,
attrPlane
[attr][c]);
307
span.attrStart[attr][c] = solve_plane(ix + 1.5F, iy + 0.5F,
attrPlane
[attr][c]);
s_aaline.c
66
GLfloat
attrPlane
[FRAG_ATTRIB_MAX][4][4];
/external/mesa3d/src/mesa/swrast/
s_aatritemp.h
58
GLfloat
attrPlane
[FRAG_ATTRIB_MAX][4][4];
147
constant_plane(v2->attrib[attr][c] * invW2,
attrPlane
[attr][c]);
155
compute_plane(p0, p1, p2, a0, a1, a2,
attrPlane
[attr][c]);
159
span.attrStepX[attr][c] = plane_dx(
attrPlane
[attr][c]);
160
span.attrStepY[attr][c] = plane_dy(
attrPlane
[attr][c]);
215
span.attrStart[attr][c] = solve_plane(ix + 0.5F, iy + 0.5F,
attrPlane
[attr][c]);
307
span.attrStart[attr][c] = solve_plane(ix + 1.5F, iy + 0.5F,
attrPlane
[attr][c]);
s_aaline.c
66
GLfloat
attrPlane
[FRAG_ATTRIB_MAX][4][4];
Completed in 1485 milliseconds