HomeSort by relevance Sort by last modified time
    Searched refs:ObjectPlane (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/mesa/main/
texgen.c 153 if (TEST_EQ_4V(texgen->ObjectPlane, params))
156 COPY_4FV(texgen->ObjectPlane, params);
322 COPY_4V(params, texgen->ObjectPlane);
364 COPY_4V(params, texgen->ObjectPlane);
410 params[0] = (GLint) texgen->ObjectPlane[0];
411 params[1] = (GLint) texgen->ObjectPlane[1];
412 params[2] = (GLint) texgen->ObjectPlane[2];
413 params[3] = (GLint) texgen->ObjectPlane[3];
texstate.c 772 ASSIGN_4V( texUnit->GenS.ObjectPlane, 1.0, 0.0, 0.0, 0.0 );
773 ASSIGN_4V( texUnit->GenT.ObjectPlane, 0.0, 1.0, 0.0, 0.0 );
774 ASSIGN_4V( texUnit->GenR.ObjectPlane, 0.0, 0.0, 0.0, 0.0 );
775 ASSIGN_4V( texUnit->GenQ.ObjectPlane, 0.0, 0.0, 0.0, 0.0 );
attrib.c 709 _mesa_TexGenfv(GL_S, GL_OBJECT_PLANE, unit->GenS.ObjectPlane);
710 _mesa_TexGenfv(GL_T, GL_OBJECT_PLANE, unit->GenT.ObjectPlane);
711 _mesa_TexGenfv(GL_R, GL_OBJECT_PLANE, unit->GenR.ObjectPlane);
712 _mesa_TexGenfv(GL_Q, GL_OBJECT_PLANE, unit->GenQ.ObjectPlane);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 281 texcoord[0] = DOT4(vObj, texUnit->GenS.ObjectPlane);
304 texcoord[1] = DOT4(vObj, texUnit->GenT.ObjectPlane);
327 texcoord[2] = DOT4(vObj, texUnit->GenR.ObjectPlane);
347 texcoord[3] = DOT4(vObj, texUnit->GenQ.ObjectPlane);
t_vb_texgen.c 373 texUnit->GenS.ObjectPlane );
406 texUnit->GenT.ObjectPlane );
439 texUnit->GenR.ObjectPlane );
467 texUnit->GenQ.ObjectPlane );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 203 return c->ObjectPlane;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 925 texUnit->GenS.ObjectPlane,
926 texUnit->GenT.ObjectPlane,
927 texUnit->GenR.ObjectPlane,
928 texUnit->GenQ.ObjectPlane);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 222 COPY_4V(value, ctx->Texture.Unit[unit].GenS.ObjectPlane);
225 COPY_4V(value, ctx->Texture.Unit[unit].GenT.ObjectPlane);
228 COPY_4V(value, ctx->Texture.Unit[unit].GenR.ObjectPlane);
231 COPY_4V(value, ctx->Texture.Unit[unit].GenQ.ObjectPlane);
    [all...]

Completed in 49 milliseconds