HomeSort by relevance Sort by last modified time
    Searched refs:set_device_reset_callback (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_flush.c 200 if (st->pipe->set_device_reset_callback) {
204 st->pipe->set_device_reset_callback(st->pipe, &cb);
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 717 void (*set_device_reset_callback)(struct pipe_context *ctx, member in struct:pipe_context
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 728 return pipe->set_device_reset_callback(pipe, cb);
847 CTX_INIT(set_device_reset_callback);
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.c 597 rctx->b.set_device_reset_callback = r600_set_device_reset_callback;
    [all...]

Completed in 71 milliseconds