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

  /external/mesa3d/src/mesa/main/
texstate.c 74 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 = 0x0
    [all...]
mtypes.h     [all...]
light.c 1060 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD) ||
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_normals.c 97 !(ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))) {
t_vb_texgen.c 350 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/
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 76 ctx->Texture.Unit[i]._GenFlags)) {
nouveau_vbo_t.c 183 (ctx->Texture._GenFlags & TEXGEN_NEED_NORMALS))
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]

Completed in 373 milliseconds