HomeSort by relevance Sort by last modified time
    Searched defs:st_texture_image (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_texture.h 44 struct st_texture_image struct
97 static INLINE struct st_texture_image *
98 st_texture_image(struct gl_texture_image *img) function
100 return (struct st_texture_image *) img;
180 struct st_texture_image *stImage,
188 struct st_texture_image *stImage);
  /external/mesa3d/src/mesa/state_tracker/
st_texture.h 44 struct st_texture_image struct
97 static INLINE struct st_texture_image *
98 st_texture_image(struct gl_texture_image *img) function
100 return (struct st_texture_image *) img;
180 struct st_texture_image *stImage,
188 struct st_texture_image *stImage);

Completed in 36 milliseconds