Searched refs:_GenFlags (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dtexstate.c74 dst->Texture._GenFlags = src->Texture._GenFlags;
481 texUnit->_GenFlags = 0x0;
488 texUnit->_GenFlags |= texUnit->GenS._ModeBit;
491 texUnit->_GenFlags |= texUnit->GenT._ModeBit;
494 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
497 texUnit->_GenFlags |= texUnit->GenQ._ModeBit;
501 ctx->Texture._GenFlags |= texUnit->_GenFlags;
717 ctx->Texture._GenFlags
[all...]
H A Dmtypes.h1136 GLbitfield _GenFlags; /**< Bitwise-OR of Gen[STRQ]._ModeBit */ member in struct:gl_texture_unit
1196 /** Bitwise-OR of all Texture.Unit[i]._GenFlags */
1197 GLbitfield _GenFlags; member in struct:gl_texture_attrib
H A Dlight.c1060 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD) ||
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_normals.c97 !(ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))) {
H A Dt_vb_texgen.c350 if (texUnit->_GenFlags & TEXGEN_NEED_M) {
352 } else if (texUnit->_GenFlags & TEXGEN_NEED_F) {
535 if (texUnit->_GenFlags == TEXGEN_REFLECTION_MAP_NV) {
538 else if (texUnit->_GenFlags == TEXGEN_NORMAL_MAP_NV) {
543 texUnit->_GenFlags == TEXGEN_SPHERE_MAP) {
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c454 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
460 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
H A Dnv20_state_tnl.c350 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
356 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
H A Dnv10_state_tex.c76 ctx->Texture.Unit[i]._GenFlags)) {
H A Dnouveau_vbo_t.c183 (ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c1266 ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS)

Completed in 1819 milliseconds