Lines Matching refs:Driver
133 ctx->Driver.MapRenderbuffer(ctx, accRb, x, y, width, height, in _mesa_clear_accum_buffer()
165 ctx->Driver.UnmapRenderbuffer(ctx, accRb); in _mesa_clear_accum_buffer()
187 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_scale_or_bias()
223 ctx->Driver.UnmapRenderbuffer(ctx, accRb); in accum_scale_or_bias()
257 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_or_load()
265 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, in accum_or_load()
269 ctx->Driver.UnmapRenderbuffer(ctx, accRb); in accum_or_load()
319 ctx->Driver.UnmapRenderbuffer(ctx, accRb); in accum_or_load()
320 ctx->Driver.UnmapRenderbuffer(ctx, colorRb); in accum_or_load()
338 ctx->Driver.MapRenderbuffer(ctx, accRb, xpos, ypos, width, height, in accum_return()
359 ctx->Driver.MapRenderbuffer(ctx, colorRb, xpos, ypos, width, height, in accum_return()
426 ctx->Driver.UnmapRenderbuffer(ctx, colorRb); in accum_return()
429 ctx->Driver.UnmapRenderbuffer(ctx, accRb); in accum_return()