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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstate.c 87 dst->Texture.Unit[u].GenR = src->Texture.Unit[u].GenR;
657 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
764 texUnit->GenR.Mode = GL_EYE_LINEAR;
768 texUnit->GenR._ModeBit = TEXGEN_EYE_LINEAR;
774 ASSIGN_4V( texUnit->GenR.ObjectPlane, 0.0, 0.0, 0.0, 0.0 );
778 ASSIGN_4V( texUnit->GenR.EyePlane, 0.0, 0.0, 0.0, 0.0 );
texgen.c 65 return &texUnit->GenR;
attrib.c 707 _mesa_TexGeni(GL_R, GL_TEXTURE_GEN_MODE, unit->GenR.Mode);
711 _mesa_TexGenfv(GL_R, GL_OBJECT_PLANE, unit->GenR.ObjectPlane);
718 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane);
723 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/main/
texstate.c 87 dst->Texture.Unit[u].GenR = src->Texture.Unit[u].GenR;
657 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
764 texUnit->GenR.Mode = GL_EYE_LINEAR;
768 texUnit->GenR._ModeBit = TEXGEN_EYE_LINEAR;
774 ASSIGN_4V( texUnit->GenR.ObjectPlane, 0.0, 0.0, 0.0, 0.0 );
778 ASSIGN_4V( texUnit->GenR.EyePlane, 0.0, 0.0, 0.0, 0.0 );
texgen.c 65 return &texUnit->GenR;
attrib.c 707 _mesa_TexGeni(GL_R, GL_TEXTURE_GEN_MODE, unit->GenR.Mode);
711 _mesa_TexGenfv(GL_R, GL_OBJECT_PLANE, unit->GenR.ObjectPlane);
718 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane);
723 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/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_rasterpos.c 325 switch (texUnit->GenR.Mode) {
327 texcoord[2] = DOT4(vObj, texUnit->GenR.ObjectPlane);
330 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane);
t_vb_texgen.c 435 switch (texUnit->GenR.Mode) {
439 texUnit->GenR.ObjectPlane );
444 texUnit->GenR.EyePlane );
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 325 switch (texUnit->GenR.Mode) {
327 texcoord[2] = DOT4(vObj, texUnit->GenR.ObjectPlane);
330 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane);
t_vb_texgen.c 435 switch (texUnit->GenR.Mode) {
439 texUnit->GenR.ObjectPlane );
444 texUnit->GenR.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 895 (texUnit->GenS.Mode != texUnit->GenR.Mode)) ||
927 texUnit->GenR.ObjectPlane,
936 texUnit->GenR.EyePlane,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 895 (texUnit->GenS.Mode != texUnit->GenR.Mode)) ||
927 texUnit->GenR.ObjectPlane,
936 texUnit->GenR.EyePlane,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c 216 COPY_4V(value, ctx->Texture.Unit[unit].GenR.EyePlane);
228 COPY_4V(value, ctx->Texture.Unit[unit].GenR.ObjectPlane);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 216 COPY_4V(value, ctx->Texture.Unit[unit].GenR.EyePlane);
228 COPY_4V(value, ctx->Texture.Unit[unit].GenR.ObjectPlane);
    [all...]

Completed in 1164 milliseconds