Searched refs:display_resource (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c46 struct pipe_resource *display_resource; member in struct:xmesa_st_framebuffer
71 pres = xstfb->display_resource;
74 pipe_resource_reference(&xstfb->display_resource, ptex);
75 pres = xstfb->display_resource;
321 pipe_resource_reference(&xstfb->display_resource, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dxm_st.c46 struct pipe_resource *display_resource; member in struct:xmesa_st_framebuffer
74 pres = xstfb->display_resource;
77 pipe_resource_reference(&xstfb->display_resource, ptex);
78 pres = xstfb->display_resource;
327 pipe_resource_reference(&xstfb->display_resource, NULL);

Completed in 3 milliseconds