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

  /external/mesa3d/src/mesa/main/
texstate.c 86 dst->Texture.Unit[u].GenR = src->Texture.Unit[u].GenR;
494 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
843 texUnit->GenR.Mode = GL_EYE_LINEAR;
847 texUnit->GenR._ModeBit = TEXGEN_EYE_LINEAR;
853 ASSIGN_4V( texUnit->GenR.ObjectPlane, 0.0, 0.0, 0.0, 0.0 );
857 ASSIGN_4V( texUnit->GenR.EyePlane, 0.0, 0.0, 0.0, 0.0 );
texgen.c 61 return &texUnit->GenR;
rastpos.c 332 switch (texUnit->GenR.Mode) {
334 texcoord[2] = DOT4(vObj, texUnit->GenR.ObjectPlane);
337 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane);
attrib.c 780 _mesa_TexGeni(GL_R, GL_TEXTURE_GEN_MODE, unit->GenR.Mode);
784 _mesa_TexGenfv(GL_R, GL_OBJECT_PLANE, unit->GenR.ObjectPlane);
791 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane);
796 ctx->Driver.TexGen(ctx, GL_R, GL_EYE_PLANE, unit->GenR.EyePlane);
    [all...]
context.c     [all...]
ffvertex_prog.c 266 texUnit->GenR.Mode );
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 433 switch (texUnit->GenR.Mode) {
437 texUnit->GenR.ObjectPlane );
442 texUnit->GenR.EyePlane );
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 199 { &u->GenS, &u->GenT, &u->GenR, &u->GenQ }) [i];
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 826 (texUnit->GenS.Mode != texUnit->GenR.Mode)) ||
858 texUnit->GenR.ObjectPlane,
867 texUnit->GenR.EyePlane,
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 224 COPY_4V(value, ctx->Texture.Unit[unit].GenR.EyePlane);
236 COPY_4V(value, ctx->Texture.Unit[unit].GenR.ObjectPlane);
    [all...]

Completed in 960 milliseconds