Home | History | Annotate | Download | only in main

Lines Matching refs:FlushMappedBufferRange

524  * Default fallback for \c dd_function_table::FlushMappedBufferRange().
812 driver->FlushMappedBufferRange = _mesa_buffer_flush_mapped_range;
1673 if (ctx->Driver.FlushMappedBufferRange)
1674 ctx->Driver.FlushMappedBufferRange(ctx, offset, length, bufObj);