| /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] 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 D | 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);
|
| 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] 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 D | 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);
|
| H A D | s_aaline.c | 64 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | stex3d.c | 381 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 D | shadowtex.c | 315 static GLfloat rPlane[4] = { 0, 0, 1, 0 }; local in function:EnableIdentityTexgen 320 glTexGenfv(GL_R, GL_EYE_PLANE, rPlane);
|