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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 65 void *driver_fs; member in struct:pstip_fragment_shader
574 pstip->driver_bind_fs_state(pipe, pstip->fs ? pstip->fs->driver_fs : NULL);
670 pstipfs->driver_fs = pstip->driver_create_fs_state(pstip->pipe, fs);
686 (pstipfs ? pstipfs->driver_fs : NULL));
696 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs);
draw_pipe_aaline.c 76 void *driver_fs; member in struct:aaline_fragment_shader
742 aaline->driver_bind_fs_state(pipe, aaline->fs ? aaline->fs->driver_fs : NULL);
857 aafs->driver_fs = aaline->driver_create_fs_state(pipe, fs);
872 aaline->driver_bind_fs_state(pipe, (aafs ? aafs->driver_fs : NULL));
883 aaline->driver_delete_fs_state(pipe, aafs->driver_fs);
draw_pipe_aapoint.c 75 void *driver_fs; /**< the regular shader */ member in struct:aapoint_fragment_shader
748 aapoint->driver_bind_fs_state(pipe, aapoint->fs ? aapoint->fs->driver_fs : NULL);
840 aafs->driver_fs = aapoint->driver_create_fs_state(pipe, fs);
855 (aafs ? aafs->driver_fs : NULL));
866 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 65 void *driver_fs; member in struct:pstip_fragment_shader
574 pstip->driver_bind_fs_state(pipe, pstip->fs ? pstip->fs->driver_fs : NULL);
670 pstipfs->driver_fs = pstip->driver_create_fs_state(pstip->pipe, fs);
686 (pstipfs ? pstipfs->driver_fs : NULL));
696 pstip->driver_delete_fs_state(pstip->pipe, pstipfs->driver_fs);
draw_pipe_aaline.c 76 void *driver_fs; member in struct:aaline_fragment_shader
742 aaline->driver_bind_fs_state(pipe, aaline->fs ? aaline->fs->driver_fs : NULL);
857 aafs->driver_fs = aaline->driver_create_fs_state(pipe, fs);
872 aaline->driver_bind_fs_state(pipe, (aafs ? aafs->driver_fs : NULL));
883 aaline->driver_delete_fs_state(pipe, aafs->driver_fs);
draw_pipe_aapoint.c 75 void *driver_fs; /**< the regular shader */ member in struct:aapoint_fragment_shader
748 aapoint->driver_bind_fs_state(pipe, aapoint->fs ? aapoint->fs->driver_fs : NULL);
840 aafs->driver_fs = aapoint->driver_create_fs_state(pipe, fs);
855 (aafs ? aafs->driver_fs : NULL));
866 aapoint->driver_delete_fs_state(pipe, aafs->driver_fs);

Completed in 109 milliseconds