Home | History | Annotate | Download | only in state_tracker

Lines Matching defs:texobj

39 #include "main/texobj.h"
131 struct gl_texture_object *texobj;
135 texobj = ctx->Texture.Unit[texUnit]._Current;
136 if (!texobj) {
137 texobj = _mesa_get_fallback_texture(ctx, TEXTURE_2D_INDEX);
151 if (texobj->Target != GL_TEXTURE_RECTANGLE_ARB)
158 (GLfloat) texobj->MaxLevel - texobj->BaseLevel);
159 sampler->max_lod = MIN2((GLfloat) texobj->MaxLevel - texobj->BaseLevel,
178 teximg = texobj->Image[0][texobj->BaseLevel];