Searched defs:create_component_texture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c160 create_component_texture(struct pipe_context *pipe, function
210 dst[0] = create_component_texture(priv->r->pipe, width, height);
220 dst[1] = create_component_texture(priv->r->pipe, width, height);
230 dst[2] = create_component_texture(priv->r->pipe, width, height);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c160 create_component_texture(struct pipe_context *pipe, function
210 dst[0] = create_component_texture(priv->r->pipe, width, height);
220 dst[1] = create_component_texture(priv->r->pipe, width, height);
230 dst[2] = create_component_texture(priv->r->pipe, width, height);

Completed in 219 milliseconds