Searched refs:gPlane (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable in typeref:typename:GLfloat[4][4] 124 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane); 130 constant_plane(v2->color[GCOMP], gPlane); 230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane); 293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane);
|
| H A D | s_aalinetemp.h | 63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane); 145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane); 153 constant_plane(v1->color[GCOMP], line.gPlane);
|
| H A D | s_aaline.c | 65 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aatritemp.h | 56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable in typeref:typename:GLfloat[4][4] 124 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane); 130 constant_plane(v2->color[GCOMP], gPlane); 230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane); 293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane);
|
| H A D | s_aalinetemp.h | 63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane); 145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane); 153 constant_plane(v1->color[GCOMP], line.gPlane);
|
| H A D | s_aaline.c | 64 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo
|
Completed in 6 milliseconds