Home | History | Annotate | Download | only in intel

Lines Matching defs:texobj

14 #include "main/texobj.h"
245 struct gl_texture_object *texobj = image->TexObject;
246 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
277 struct gl_texture_object *texObj;
282 texObj = _mesa_get_current_tex_object(ctx, target);
283 intelObj = intel_texture_object(texObj);
313 _mesa_lock_texture(&intel->ctx, texObj);
314 texImage = _mesa_get_tex_image(ctx, texObj, target, level);
317 _mesa_unlock_texture(&intel->ctx, texObj);
332 struct gl_texture_object *texObj,