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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 100 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:pstip_stage
696 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs);
699 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->pstip_fs);
795 pstip->driver_delete_fs_state = pipe->delete_fs_state;
draw_pipe_aaline.c 119 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:aaline_stage
793 pipe->delete_fs_state = aaline->driver_delete_fs_state;
883 aaline->driver_delete_fs_state(pipe, aafs->driver_fs);
886 aaline->driver_delete_fs_state(pipe, aafs->aaline_fs);
960 aaline->driver_delete_fs_state = pipe->delete_fs_state;
draw_pipe_aapoint.c 109 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:aapoint_stage
779 pipe->delete_fs_state = aapoint->driver_delete_fs_state;
866 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs);
869 aapoint->driver_delete_fs_state(pipe, aafs->aapoint_fs);
900 aapoint->driver_delete_fs_state = pipe->delete_fs_state;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 100 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:pstip_stage
696 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs);
699 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->pstip_fs);
795 pstip->driver_delete_fs_state = pipe->delete_fs_state;
draw_pipe_aaline.c 119 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:aaline_stage
793 pipe->delete_fs_state = aaline->driver_delete_fs_state;
883 aaline->driver_delete_fs_state(pipe, aafs->driver_fs);
886 aaline->driver_delete_fs_state(pipe, aafs->aaline_fs);
960 aaline->driver_delete_fs_state = pipe->delete_fs_state;
draw_pipe_aapoint.c 109 void (*driver_delete_fs_state)(struct pipe_context *, void *); member in struct:aapoint_stage
779 pipe->delete_fs_state = aapoint->driver_delete_fs_state;
866 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs);
869 aapoint->driver_delete_fs_state(pipe, aafs->aapoint_fs);
900 aapoint->driver_delete_fs_state = pipe->delete_fs_state;

Completed in 256 milliseconds