Searched defs:unitneeded (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c963 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
1547 if (!unitneeded) {
1572 /* NOTE: must not manipulate rmesa->state.texture.unit[].unitneeded or
1581 rmesa->state.texture.unit[i].unitneeded = ctx->Texture.Unit[i]._ReallyEnabled;
H A Dr200_context.h82 GLuint unitneeded; member in struct:r200_texture_env_state
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c963 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
1547 if (!unitneeded) {
1572 /* NOTE: must not manipulate rmesa->state.texture.unit[].unitneeded or
1581 rmesa->state.texture.unit[i].unitneeded = ctx->Texture.Unit[i]._ReallyEnabled;
H A Dr200_context.h82 GLuint unitneeded; member in struct:r200_texture_env_state

Completed in 2876 milliseconds