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