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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c95 struct pipe_resource *dst_ptex = xstfb->textures[dst_statt]; local in function:xmesa_st_framebuffer_copy_textures
99 if (!src_ptex || !dst_ptex)
106 if (src_ptex && dst_ptex)
107 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dxm_st.c98 struct pipe_resource *dst_ptex = xstfb->textures[dst_statt]; local in function:xmesa_st_framebuffer_copy_textures
102 if (!src_ptex || !dst_ptex)
109 if (src_ptex && dst_ptex)
110 pipe->resource_copy_region(pipe, dst_ptex, 0, x, y, 0,

Completed in 3 milliseconds