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

  /external/mesa3d/src/mesa/state_tracker/
st_debug.c 172 if (!pipe->set_debug_callback)
181 pipe->set_debug_callback(pipe, &cb);
183 pipe->set_debug_callback(pipe, NULL);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
queue.cpp 57 if (pipe->set_debug_callback)
58 pipe->set_debug_callback(pipe, &cb);
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.c 268 pctx->set_debug_callback = fd_set_debug_callback;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 274 context->pipe.set_debug_callback = nouveau_set_debug_callback;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_misc.c 265 svga->pipe.set_debug_callback = svga_set_debug_callback;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 302 void (*set_debug_callback)(struct pipe_context *, member in struct:pipe_context
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.c 578 rctx->b.set_debug_callback = r600_set_debug_callback;
    [all...]

Completed in 379 milliseconds