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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c69 struct exa_pixmap_priv *exa_priv; local
78 exa_priv = exaGetPixmapDriverPrivate(pPixmap);
100 if (exa_priv->depth_stencil_tex &&
101 !util_format_is_depth_or_stencil(exa_priv->depth_stencil_tex->format))
102 exa_priv->depth_stencil_tex = NULL;
105 if (exa_priv->depth_stencil_tex)
106 pipe_resource_reference(&tex, exa_priv->depth_stencil_tex);
137 pipe_resource_reference(&exa_priv->depth_stencil_tex, tex);
189 struct exa_pixmap_priv *exa_priv = exaGetPixmapDriverPrivate(private->pPixmap); local
193 pipe_resource_reference(&exa_priv
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c69 struct exa_pixmap_priv *exa_priv; local
78 exa_priv = exaGetPixmapDriverPrivate(pPixmap);
100 if (exa_priv->depth_stencil_tex &&
101 !util_format_is_depth_or_stencil(exa_priv->depth_stencil_tex->format))
102 exa_priv->depth_stencil_tex = NULL;
105 if (exa_priv->depth_stencil_tex)
106 pipe_resource_reference(&tex, exa_priv->depth_stencil_tex);
137 pipe_resource_reference(&exa_priv->depth_stencil_tex, tex);
189 struct exa_pixmap_priv *exa_priv = exaGetPixmapDriverPrivate(private->pPixmap); local
193 pipe_resource_reference(&exa_priv
[all...]

Completed in 465 milliseconds