Searched defs:pipe_buffer_map_range (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_inlines.h254 pipe_buffer_map_range(struct pipe_context *pipe, function
296 return pipe_buffer_map_range(pipe, buffer, 0, buffer->width0, usage, transfer);
411 map = (ubyte *) pipe_buffer_map_range(pipe,
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h254 pipe_buffer_map_range(struct pipe_context *pipe, function
296 return pipe_buffer_map_range(pipe, buffer, 0, buffer->width0, usage, transfer);
411 map = (ubyte *) pipe_buffer_map_range(pipe,

Completed in 241 milliseconds