Searched refs:ENABLE_TEXMAT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_texmat.c66 /* ENABLE_TEXMAT implies that the texture matrix is not the
70 if (ctx->Texture._TexMatEnabled & ENABLE_TEXMAT(i)) {
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texmat.c66 /* ENABLE_TEXMAT implies that the texture matrix is not the
70 if (ctx->Texture._TexMatEnabled & ENABLE_TEXMAT(i)) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstate.c359 * compute the ENABLE_TEXMAT flags, but is only called on
360 * _NEW_TEXTURE_MATRIX. On changes to _NEW_TEXTURE, the ENABLE_TEXMAT
379 ctx->Texture._TexMatEnabled |= ENABLE_TEXMAT(u);
486 * compute the ENABLE_TEXMAT flags, but is only called on
487 * _NEW_TEXTURE. On changes to _NEW_TEXTURE_MATRIX, the ENABLE_TEXMAT
669 ctx->Texture._TexMatEnabled |= ENABLE_TEXMAT(unit);
H A Dffvertex_prog.c252 if (ctx->Texture._TexMatEnabled & ENABLE_TEXMAT(i))
H A Dmtypes.h1365 #define ENABLE_TEXMAT(unit) (1 << (unit)) macro
/external/mesa3d/src/mesa/main/
H A Dtexstate.c359 * compute the ENABLE_TEXMAT flags, but is only called on
360 * _NEW_TEXTURE_MATRIX. On changes to _NEW_TEXTURE, the ENABLE_TEXMAT
379 ctx->Texture._TexMatEnabled |= ENABLE_TEXMAT(u);
486 * compute the ENABLE_TEXMAT flags, but is only called on
487 * _NEW_TEXTURE. On changes to _NEW_TEXTURE_MATRIX, the ENABLE_TEXMAT
669 ctx->Texture._TexMatEnabled |= ENABLE_TEXMAT(unit);
H A Dffvertex_prog.c252 if (ctx->Texture._TexMatEnabled & ENABLE_TEXMAT(i))
H A Dmtypes.h1365 #define ENABLE_TEXMAT(unit) (1 << (unit)) macro

Completed in 403 milliseconds