HomeSort by: relevance | last modified time | path
    Searched refs:_GenFlags (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
texstate.c 626 texUnit->_GenFlags = 0x0;
633 texUnit->_GenFlags |= texUnit->GenS._ModeBit;
636 texUnit->_GenFlags |= texUnit->GenT._ModeBit;
639 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
642 texUnit->_GenFlags |= texUnit->GenQ._ModeBit;
646 ctx->Texture._GenFlags |= texUnit->_GenFlags;
907 GLbitfield old_genflags = ctx->Texture._GenFlags;
912 ctx->Texture._GenFlags = 0x0;
959 if (old_genflags != ctx->Texture._GenFlags)
    [all...]
mtypes.h 1230 GLbitfield8 _GenFlags; /**< Bitwise-OR of Gen[STRQ]._ModeBit */
1275 /** Bitwise-OR of all Texture.Unit[i]._GenFlags */
1276 GLbitfield8 _GenFlags;
light.c 1146 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD) ||
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texstate.c 75 dst->Texture._GenFlags = src->Texture._GenFlags;
616 texUnit->_GenFlags = 0x0;
623 texUnit->_GenFlags |= texUnit->GenS._ModeBit;
626 texUnit->_GenFlags |= texUnit->GenT._ModeBit;
629 texUnit->_GenFlags |= texUnit->GenR._ModeBit;
632 texUnit->_GenFlags |= texUnit->GenQ._ModeBit;
636 ctx->Texture._GenFlags |= texUnit->_GenFlags;
893 ctx->Texture._GenFlags = 0x0
    [all...]
mtypes.h 1220 GLbitfield8 _GenFlags; /**< Bitwise-OR of Gen[STRQ]._ModeBit */
1265 /** Bitwise-OR of all Texture.Unit[i]._GenFlags */
1266 GLbitfield8 _GenFlags;
light.c 1061 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD) ||
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_vb_normals.c 97 !(ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))) {
t_vb_texgen.c 352 if (texUnit->_GenFlags & TEXGEN_NEED_M) {
354 } else if (texUnit->_GenFlags & TEXGEN_NEED_F) {
538 if (texUnit->_GenFlags == TEXGEN_REFLECTION_MAP_NV) {
541 else if (texUnit->_GenFlags == TEXGEN_NORMAL_MAP_NV) {
546 texUnit->_GenFlags == TEXGEN_SPHERE_MAP) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_vb_normals.c 97 !(ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))) {
t_vb_texgen.c 352 if (texUnit->_GenFlags & TEXGEN_NEED_M) {
354 } else if (texUnit->_GenFlags & TEXGEN_NEED_F) {
538 if (texUnit->_GenFlags == TEXGEN_REFLECTION_MAP_NV) {
541 else if (texUnit->_GenFlags == TEXGEN_NORMAL_MAP_NV) {
546 texUnit->_GenFlags == TEXGEN_SPHERE_MAP) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 458 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
464 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
nv20_state_tnl.c 354 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
360 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
nv10_state_tex.c 77 ctx->Texture.FixedFuncUnit[i]._GenFlags)) {
nouveau_vbo_t.c 204 (ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 454 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
460 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
nv20_state_tnl.c 350 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
356 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
nv10_state_tex.c 77 ctx->Texture.FixedFuncUnit[i]._GenFlags)) {
nouveau_vbo_t.c 204 (ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_state.c 1267 ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_state.c 1266 ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS)

Completed in 23 milliseconds