OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XORG_FALLBACK
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_exa.h
60
#define
XORG_FALLBACK
(s, arg...) \
xorg_exa.c
357
XORG_FALLBACK
("accel not enabled");
360
XORG_FALLBACK
("%s", !priv ? "!priv" : "!priv->tex");
363
XORG_FALLBACK
("planeMask is not solid");
366
XORG_FALLBACK
("not GXcopy");
371
XORG_FALLBACK
("format %s", util_format_name(priv->tex->format));
438
XORG_FALLBACK
("accel not enabled");
441
XORG_FALLBACK
("pDst %s", !priv ? "!priv" : "!priv->tex");
444
XORG_FALLBACK
("pSrc %s", !src_priv ? "!priv" : "!priv->tex");
447
XORG_FALLBACK
("planeMask is not solid");
450
XORG_FALLBACK
("alu not GXcopy")
[
all
...]
xorg_composite.c
184
XORG_FALLBACK
("Unsupported Xrender filter");
189
XORG_FALLBACK
("Gradients not enabled (haven't been well tested)");
198
XORG_FALLBACK
("Component alpha not supported with source "
206
XORG_FALLBACK
("Unsupported composition operation = %d", op);
xorg_xv.c
518
XORG_FALLBACK
("Xv destination %s", !dst ? "!dst" : "!dst->tex");
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.h
60
#define
XORG_FALLBACK
(s, arg...) \
xorg_exa.c
357
XORG_FALLBACK
("accel not enabled");
360
XORG_FALLBACK
("%s", !priv ? "!priv" : "!priv->tex");
363
XORG_FALLBACK
("planeMask is not solid");
366
XORG_FALLBACK
("not GXcopy");
371
XORG_FALLBACK
("format %s", util_format_name(priv->tex->format));
438
XORG_FALLBACK
("accel not enabled");
441
XORG_FALLBACK
("pDst %s", !priv ? "!priv" : "!priv->tex");
444
XORG_FALLBACK
("pSrc %s", !src_priv ? "!priv" : "!priv->tex");
447
XORG_FALLBACK
("planeMask is not solid");
450
XORG_FALLBACK
("alu not GXcopy")
[
all
...]
xorg_composite.c
184
XORG_FALLBACK
("Unsupported Xrender filter");
189
XORG_FALLBACK
("Gradients not enabled (haven't been well tested)");
198
XORG_FALLBACK
("Component alpha not supported with source "
206
XORG_FALLBACK
("Unsupported composition operation = %d", op);
xorg_xv.c
518
XORG_FALLBACK
("Xv destination %s", !dst ? "!dst" : "!dst->tex");
Completed in 465 milliseconds