Home | History | Annotate | Download | only in main

Lines Matching refs:Unit

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