OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_color_blit
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/i915/
i915_debug.c
528
static boolean
debug_color_blit
( struct debug_stream *stream,
function
781
return
debug_color_blit
(stream, "XY_COLOR_BLT", (cmd & 0xff) + 2);
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_debug.c
456
debug_color_blit
(struct debug_stream *stream, const char *name, GLuint len)
function
699
return
debug_color_blit
(stream, "XY_COLOR_BLT", (cmd & 0xff) + 2);
Completed in 532 milliseconds