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

  /external/mesa3d/src/mesa/main/
texgen.c 121 bit = TEXGEN_NORMAL_MAP_NV;
131 && (bit & (TEXGEN_REFLECTION_MAP_NV | TEXGEN_NORMAL_MAP_NV)) == 0) {
mtypes.h     [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 271 static void texgen_normal_map_nv( struct gl_context *ctx, function
538 else if (texUnit->_GenFlags == TEXGEN_NORMAL_MAP_NV) {
539 store->TexgenFunc[i] = texgen_normal_map_nv;

Completed in 75 milliseconds