OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glhd_warn
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.h
56
#define
glhd_warn
(...) \
macro
67
glhd_warn
(__VA_ARGS__);
glhd_context.c
142
glhd_warn
("Blending enabled for render target 0, but logicops "
251
glhd_warn
("Point smoothing requested but ignored");
255
glhd_warn
("Point sprites requested but ignored");
516
glhd_warn
("%d render targets bound, but only %d are supported",
661
glhd_warn
("unrecognized index size %d", _ib->index_size);
666
glhd_warn
("non-indexed state with index offset %d and index size %d",
702
glhd_warn
("Format mismatch: Source is %s, destination is %s",
709
glhd_warn
("Resource target mismatch: Source is %i, destination is %i",
934
glhd_warn
("context::transfer_unmap() called too many times"
[
all
...]
glhd_screen.c
116
glhd_warn
("Received bogus texture target %d", target);
208
glhd_warn
("Received bogus resource target %d", templat->target);
214
glhd_warn
("Requested NPOT (%ux%u) non-rectangle texture without NPOT support", templat->width0, templat->height0);
219
glhd_warn
("Requested format=%s target=%u samples=%u bind=0x%x unsupported",
/external/mesa3d/src/gallium/drivers/galahad/
glhd_context.h
56
#define
glhd_warn
(...) \
macro
67
glhd_warn
(__VA_ARGS__);
glhd_context.c
142
glhd_warn
("Blending enabled for render target 0, but logicops "
251
glhd_warn
("Point smoothing requested but ignored");
255
glhd_warn
("Point sprites requested but ignored");
516
glhd_warn
("%d render targets bound, but only %d are supported",
661
glhd_warn
("unrecognized index size %d", _ib->index_size);
666
glhd_warn
("non-indexed state with index offset %d and index size %d",
702
glhd_warn
("Format mismatch: Source is %s, destination is %s",
709
glhd_warn
("Resource target mismatch: Source is %i, destination is %i",
934
glhd_warn
("context::transfer_unmap() called too many times"
[
all
...]
glhd_screen.c
116
glhd_warn
("Received bogus texture target %d", target);
208
glhd_warn
("Received bogus resource target %d", templat->target);
214
glhd_warn
("Requested NPOT (%ux%u) non-rectangle texture without NPOT support", templat->width0, templat->height0);
219
glhd_warn
("Requested format=%s target=%u samples=%u bind=0x%x unsupported",
Completed in 106 milliseconds