Searched refs:rPlane (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aatritemp.h56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable in typeref:typename:GLfloat[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);
H A Ds_aalinetemp.h62 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);
H A Ds_aaline.c65 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aatritemp.h56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable in typeref:typename:GLfloat[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);
H A Ds_aalinetemp.h62 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);
H A Ds_aaline.c64 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dstex3d.c381 static const GLfloat rPlane[4] = { 0, 0, 0.5, -.5 }; local in function:drawScene
388 glTexGenfv(GL_R, GL_EYE_PLANE, rPlane);
398 glTexGenfv(GL_R, GL_EYE_PLANE, rPlane);
H A Dshadowtex.c315 static GLfloat rPlane[4] = { 0, 0, 1, 0 }; local in function:EnableIdentityTexgen
320 glTexGenfv(GL_R, GL_EYE_PLANE, rPlane);

Completed in 7 milliseconds