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;46 GLuint textureOffset;70 static INLINE struct intel_texture_object * argument71 intel_texture_object(struct gl_texture_object *obj) in intel_texture_object() function