HomeSort by relevance Sort by last modified time
    Searched refs:src_priv (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_dri2.c 299 BufferPrivatePtr src_priv = pSrcBuffer->driverPrivate; local
314 &src_priv->pPixmap->drawable;
335 if (dst_priv->pPixmap == src_priv->pPixmap) {
380 exaMoveInPixmap(src_priv->pPixmap);
xorg_exa.c 430 struct exa_pixmap_priv *src_priv = exaGetPixmapDriverPrivate(pSrcPixmap); local
443 if (!src_priv || !src_priv->tex)
444 XORG_FALLBACK("pSrc %s", !src_priv ? "!priv" : "!priv->tex");
457 if (!exa->scrn->is_format_supported(exa->scrn, src_priv->tex->format,
458 src_priv->tex->target, 0,
460 XORG_FALLBACK("pSrc format %s", util_format_name(src_priv->tex->format));
462 exa->copy.src = src_priv;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 299 BufferPrivatePtr src_priv = pSrcBuffer->driverPrivate; local
314 &src_priv->pPixmap->drawable;
335 if (dst_priv->pPixmap == src_priv->pPixmap) {
380 exaMoveInPixmap(src_priv->pPixmap);
xorg_exa.c 430 struct exa_pixmap_priv *src_priv = exaGetPixmapDriverPrivate(pSrcPixmap); local
443 if (!src_priv || !src_priv->tex)
444 XORG_FALLBACK("pSrc %s", !src_priv ? "!priv" : "!priv->tex");
457 if (!exa->scrn->is_format_supported(exa->scrn, src_priv->tex->format,
458 src_priv->tex->target, 0,
460 XORG_FALLBACK("pSrc format %s", util_format_name(src_priv->tex->format));
462 exa->copy.src = src_priv;

Completed in 201 milliseconds