Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.h52 struct vrend_resource { struct
53 struct pipe_resource base;
54 GLuint id;
55 GLenum target;
57 GLuint readback_fb_id;
58 GLuint readback_fb_level;
59 GLuint readback_fb_z;
61 GLuint tbo_tex_id;/* tbos have two ids to track */
62 bool y_0_top;
63 bool is_buffer;
[all …]