HomeSort by relevance Sort by last modified time
    Searched defs:unitneeded (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c 963 rmesa->state.texture.unit[i].unitneeded = ctx->Texture.Unit[i]._ReallyEnabled;
964 else rmesa->state.texture.unit[i].unitneeded = 0;
1545 GLuint unitneeded = rmesa->state.texture.unit[unit].unitneeded; local
    [all...]
r200_context.h 82 GLuint unitneeded; member in struct:r200_texture_env_state

Completed in 54 milliseconds