Home
last modified time | relevance | path

Searched defs:st_texture_object (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_texture.h66 struct st_texture_object struct
68 struct gl_texture_object base; /* The "parent" object */
72 GLuint lastLevel;
78 GLuint width0, height0, depth0;
103 static INLINE struct st_texture_object * argument
104 st_texture_object(struct gl_texture_object *obj) in st_texture_object() function