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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstate.c 86 dst->Texture.Unit[u].GenT = src->Texture.Unit[u].GenT;
654 texUnit->_GenFlags |= texUnit->GenT._ModeBit;
763 texUnit->GenT.Mode = GL_EYE_LINEAR;
767 texUnit->GenT._ModeBit = TEXGEN_EYE_LINEAR;
773 ASSIGN_4V( texUnit->GenT.ObjectPlane, 0.0, 1.0, 0.0, 0.0 );
777 ASSIGN_4V( texUnit->GenT.EyePlane, 0.0, 1.0, 0.0, 0.0 );
texgen.c 63 return &texUnit->GenT;
attrib.c 706 _mesa_TexGeni(GL_T, GL_TEXTURE_GEN_MODE, unit->GenT.Mode);
710 _mesa_TexGenfv(GL_T, GL_OBJECT_PLANE, unit->GenT.ObjectPlane);
717 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane);
722 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->GenT.EyePlane);
    [all...]
context.c     [all...]
ffvertex_prog.c 263 texUnit->GenT.Mode );
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
texstate.c 86 dst->Texture.Unit[u].GenT = src->Texture.Unit[u].GenT;
654 texUnit->_GenFlags |= texUnit->GenT._ModeBit;
763 texUnit->GenT.Mode = GL_EYE_LINEAR;
767 texUnit->GenT._ModeBit = TEXGEN_EYE_LINEAR;
773 ASSIGN_4V( texUnit->GenT.ObjectPlane, 0.0, 1.0, 0.0, 0.0 );
777 ASSIGN_4V( texUnit->GenT.EyePlane, 0.0, 1.0, 0.0, 0.0 );
texgen.c 63 return &texUnit->GenT;
attrib.c 706 _mesa_TexGeni(GL_T, GL_TEXTURE_GEN_MODE, unit->GenT.Mode);
710 _mesa_TexGenfv(GL_T, GL_OBJECT_PLANE, unit->GenT.ObjectPlane);
717 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane);
722 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->GenT.EyePlane);
    [all...]
context.c     [all...]
ffvertex_prog.c 263 texUnit->GenT.Mode );
    [all...]
mtypes.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_rasterpos.c 302 switch (texUnit->GenT.Mode) {
304 texcoord[1] = DOT4(vObj, texUnit->GenT.ObjectPlane);
307 texcoord[1] = DOT4(vEye, texUnit->GenT.EyePlane);
t_vb_texgen.c 402 switch (texUnit->GenT.Mode) {
406 texUnit->GenT.ObjectPlane );
411 texUnit->GenT.EyePlane );
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 302 switch (texUnit->GenT.Mode) {
304 texcoord[1] = DOT4(vObj, texUnit->GenT.ObjectPlane);
307 texcoord[1] = DOT4(vEye, texUnit->GenT.EyePlane);
t_vb_texgen.c 402 switch (texUnit->GenT.Mode) {
406 texUnit->GenT.ObjectPlane );
411 texUnit->GenT.EyePlane );
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_util.h 196 { &u->GenS, &u->GenT, &u->GenR, &u->GenQ }) [i];
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 196 { &u->GenS, &u->GenT, &u->GenR, &u->GenQ }) [i];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_texstate.c 893 (texUnit->GenS.Mode == texUnit->GenT.Mode) ) {
926 texUnit->GenT.ObjectPlane,
935 texUnit->GenT.EyePlane,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 893 (texUnit->GenS.Mode == texUnit->GenT.Mode) ) {
926 texUnit->GenT.ObjectPlane,
935 texUnit->GenT.EyePlane,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c 213 COPY_4V(value, ctx->Texture.Unit[unit].GenT.EyePlane);
225 COPY_4V(value, ctx->Texture.Unit[unit].GenT.ObjectPlane);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 213 COPY_4V(value, ctx->Texture.Unit[unit].GenT.EyePlane);
225 COPY_4V(value, ctx->Texture.Unit[unit].GenT.ObjectPlane);
    [all...]

Completed in 947 milliseconds