Searched defs:drawpix_cache_entry (Results 1 – 1 of 1) sorted by relevance
92 struct drawpix_cache_entry struct94 GLsizei width, height;95 GLenum format, type;96 const void *user_pointer; /**< Last user 'pixels' pointer */97 void *image; /**< Copy of the glDrawPixels image data */98 struct pipe_resource *texture;99 unsigned age;