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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstate.c 75 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...]
mtypes.h     [all...]
light.c 1058 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD) ||
    [all...]
  /external/mesa3d/src/mesa/main/
texstate.c 75 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...]
mtypes.h     [all...]
light.c 1058 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD) ||
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_normals.c 98 !(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) {
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/
t_vb_normals.c 98 !(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) {
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/
nv10_state_tnl.c 447 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
453 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
nv20_state_tnl.c 343 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
349 (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/nouveau/
nv10_state_tnl.c 447 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
453 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
nv20_state_tnl.c 343 (ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD)) {
349 (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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c     [all...]

Completed in 460 milliseconds