Home | History | Annotate | Download | only in intel

Lines Matching defs:texobj

3 #include "main/texobj.h"
44 struct gl_texture_object *texObj)
46 struct intel_texture_object *intelObj = intel_texture_object(texObj);
49 _mesa_delete_texture_object(ctx, texObj);
58 struct gl_texture_object *texobj = image->TexObject;
59 struct intel_texture_object *intel_texobj = intel_texture_object(texobj);
71 switch (texobj->Target) {
91 __FUNCTION__, texobj, image->Level,
106 __FUNCTION__, texobj, image->Level,
119 struct gl_texture_object *texObj,
123 const int numFaces = _mesa_num_tex_faces(texObj->Target);
129 struct gl_texture_image *const texImage = texObj->Image[face][level];