OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_ptex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_st.c
93
struct pipe_resource *
dst_ptex
= xstfb->textures[dst_statt];
local
97
if (!src_ptex || !
dst_ptex
)
104
if (src_ptex &&
dst_ptex
)
105
pipe->resource_copy_region(pipe,
dst_ptex
, 0, x, y, 0,
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c
93
struct pipe_resource *
dst_ptex
= xstfb->textures[dst_statt];
local
97
if (!src_ptex || !
dst_ptex
)
104
if (src_ptex &&
dst_ptex
)
105
pipe->resource_copy_region(pipe,
dst_ptex
, 0, x, y, 0,
Completed in 239 milliseconds