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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexstate.c75 dst->Texture._GenFlags = src->Texture._GenFlags;
526 ctx->Texture._GenFlags = 0x0;
644 texUnit->_GenFlags = 0x0;
651 texUnit->_GenFlags |= texUnit->GenS._ModeBit;
654 texUnit->_GenFlags |= texUnit->GenT._ModeBit;
657 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
660 texUnit->_GenFlags |= texUnit->GenQ._ModeBit;
664 ctx->Texture._GenFlags |= texUnit->_GenFlags;
[all...]
H A Dmtypes.h1398 GLbitfield _GenFlags; /**< Bitwise-OR of Gen[STRQ]._ModeBit */ member in struct:gl_texture_unit
1460 /** Bitwise-OR of all Texture.Unit[i]._GenFlags */
1461 GLbitfield _GenFlags; member in struct:gl_texture_attrib
H A Dlight.c1058 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD) ||
/external/mesa3d/src/mesa/main/
H A Dtexstate.c75 dst->Texture._GenFlags = src->Texture._GenFlags;
526 ctx->Texture._GenFlags = 0x0;
644 texUnit->_GenFlags = 0x0;
651 texUnit->_GenFlags |= texUnit->GenS._ModeBit;
654 texUnit->_GenFlags |= texUnit->GenT._ModeBit;
657 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
660 texUnit->_GenFlags |= texUnit->GenQ._ModeBit;
664 ctx->Texture._GenFlags |= texUnit->_GenFlags;
[all...]
H A Dmtypes.h1398 GLbitfield _GenFlags; /**< Bitwise-OR of Gen[STRQ]._ModeBit */ member in struct:gl_texture_unit
1460 /** Bitwise-OR of all Texture.Unit[i]._GenFlags */
1461 GLbitfield _GenFlags; member in struct:gl_texture_attrib
H A Dlight.c1058 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD) ||
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_normals.c98 !(ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))) {
H A Dt_vb_texgen.c352 if (texUnit->_GenFlags & TEXGEN_NEED_M) {
354 } else if (texUnit->_GenFlags & TEXGEN_NEED_F) {
537 if (texUnit->_GenFlags == TEXGEN_REFLECTION_MAP_NV) {
540 else if (texUnit->_GenFlags == TEXGEN_NORMAL_MAP_NV) {
545 texUnit->_GenFlags == TEXGEN_SPHERE_MAP) {
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_normals.c98 !(ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))) {
H A Dt_vb_texgen.c352 if (texUnit->_GenFlags & TEXGEN_NEED_M) {
354 } else if (texUnit->_GenFlags & TEXGEN_NEED_F) {
537 if (texUnit->_GenFlags == TEXGEN_REFLECTION_MAP_NV) {
540 else if (texUnit->_GenFlags == TEXGEN_NORMAL_MAP_NV) {
545 texUnit->_GenFlags == TEXGEN_SPHERE_MAP) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c447 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
453 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
H A Dnv20_state_tnl.c343 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
349 (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/nouveau/
H A Dnv10_state_tnl.c447 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
453 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
H A Dnv20_state_tnl.c343 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
349 (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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_state.c1263 ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS)
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c1263 ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS)

Completed in 5868 milliseconds