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 148 if (TEST_EQ_4V(texgen->ObjectPlane, params))
151 COPY_4FV(texgen->ObjectPlane, params);
314 COPY_4V(params, texgen->ObjectPlane);
355 COPY_4V(params, texgen->ObjectPlane);
400 params[0] = (GLint) texgen->ObjectPlane[0];
401 params[1] = (GLint) texgen->ObjectPlane[1];
402 params[2] = (GLint) texgen->ObjectPlane[2];
403 params[3] = (GLint) texgen->ObjectPlane[3];
rastpos.c 288 texcoord[0] = DOT4(vObj, texUnit->GenS.ObjectPlane);
311 texcoord[1] = DOT4(vObj, texUnit->GenT.ObjectPlane);
334 texcoord[2] = DOT4(vObj, texUnit->GenR.ObjectPlane);
354 texcoord[3] = DOT4(vObj, texUnit->GenQ.ObjectPlane);
texstate.c 851 ASSIGN_4V( texUnit->GenS.ObjectPlane, 1.0, 0.0, 0.0, 0.0 );
852 ASSIGN_4V( texUnit->GenT.ObjectPlane, 0.0, 1.0, 0.0, 0.0 );
853 ASSIGN_4V( texUnit->GenR.ObjectPlane, 0.0, 0.0, 0.0, 0.0 );
854 ASSIGN_4V( texUnit->GenQ.ObjectPlane, 0.0, 0.0, 0.0, 0.0 );
attrib.c 782 _mesa_TexGenfv(GL_S, GL_OBJECT_PLANE, unit->GenS.ObjectPlane);
783 _mesa_TexGenfv(GL_T, GL_OBJECT_PLANE, unit->GenT.ObjectPlane);
784 _mesa_TexGenfv(GL_R, GL_OBJECT_PLANE, unit->GenR.ObjectPlane);
785 _mesa_TexGenfv(GL_Q, GL_OBJECT_PLANE, unit->GenQ.ObjectPlane);
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 371 texUnit->GenS.ObjectPlane );
404 texUnit->GenT.ObjectPlane );
437 texUnit->GenR.ObjectPlane );
465 texUnit->GenQ.ObjectPlane );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 206 return c->ObjectPlane;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 856 texUnit->GenS.ObjectPlane,
857 texUnit->GenT.ObjectPlane,
858 texUnit->GenR.ObjectPlane,
859 texUnit->GenQ.ObjectPlane);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 230 COPY_4V(value, ctx->Texture.Unit[unit].GenS.ObjectPlane);
233 COPY_4V(value, ctx->Texture.Unit[unit].GenT.ObjectPlane);
236 COPY_4V(value, ctx->Texture.Unit[unit].GenR.ObjectPlane);
239 COPY_4V(value, ctx->Texture.Unit[unit].GenQ.ObjectPlane);
    [all...]

Completed in 250 milliseconds