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

  /external/mesa3d/src/mesa/tnl/
t_vb_texmat.c 65 /* ENABLE_TEXMAT implies that the texture matrix is not the
69 if (ctx->Texture._TexMatEnabled & ENABLE_TEXMAT(i)) {
  /external/mesa3d/src/mesa/main/
texstate.c 352 * compute the ENABLE_TEXMAT flags, but is only called on
353 * _NEW_TEXTURE_MATRIX. On changes to _NEW_TEXTURE, the ENABLE_TEXMAT
372 ctx->Texture._TexMatEnabled |= ENABLE_TEXMAT(u);
506 ctx->Texture._TexMatEnabled |= ENABLE_TEXMAT(unit);
688 * compute the ENABLE_TEXMAT flags, but is only called on
689 * _NEW_TEXTURE. On changes to _NEW_TEXTURE_MATRIX, the ENABLE_TEXMAT
ffvertex_prog.c 252 if (ctx->Texture._TexMatEnabled & ENABLE_TEXMAT(i))
    [all...]
mtypes.h     [all...]

Completed in 67 milliseconds