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

/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.h79 struct st_texture_object struct
139 static inline struct st_texture_object *
140 st_texture_object(struct gl_texture_object *obj) function
142 return (struct st_texture_object *) obj;
145 static inline const struct st_texture_object *
148 return (const struct st_texture_object *) obj;
155 struct st_texture_object *stObj = st_texture_object(texObj);
161 st_get_stobj_resource(struct st_texture_object *stObj)
167 static inline struct st_texture_object *
[all...]

Completed in 81 milliseconds