Searched defs:st_texture_object (Results 1 – 1 of 1) sorted by relevance
66 struct st_texture_object struct68 struct gl_texture_object base; /* The "parent" object */72 GLuint lastLevel;78 GLuint width0, height0, depth0;103 static INLINE struct st_texture_object * argument104 st_texture_object(struct gl_texture_object *obj) in st_texture_object() function