Home | History | Annotate | Download | only in main

Lines Matching refs:Unit

214  * Return pointer to current texture unit for setting/getting coordinate
217 * texture unit is higher than the number of supported coordinate units.
223 _mesa_error(ctx, GL_INVALID_OPERATION, "glEnable/Disable(texcoord unit)");
227 return &ctx->Texture.Unit[ctx->Texture.CurrentUnit];
1211 &ctx->Texture.Unit[ctx->Texture.CurrentUnit];