Searched defs:intel_texture_object (Results 1 – 1 of 1) sorted by relevance
34 struct intel_texture_object struct36 struct gl_texture_object base;42 unsigned int _MaxLevel;47 struct intel_mipmap_tree *mt;72 static inline struct intel_texture_object * argument73 intel_texture_object(struct gl_texture_object *obj) in intel_texture_object() function