HomeSort by relevance Sort by last modified time
    Searched defs:pp_queue_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
postprocess.h 36 struct pp_queue_t; /* Forward definition */
39 typedef void (*pp_func) (struct pp_queue_t *, struct pipe_resource *,
44 struct pp_queue_t struct
68 struct pp_queue_t *pp_init(struct pipe_screen *, const unsigned int *);
69 void pp_run(struct pp_queue_t *, struct pipe_resource *,
71 void pp_free(struct pp_queue_t *);
72 void pp_free_fbos(struct pp_queue_t *);
74 struct program *pp_init_prog(struct pp_queue_t *, struct pipe_screen *);
75 void pp_init_fbos(struct pp_queue_t *, unsigned int, unsigned int);
79 void pp_nocolor(struct pp_queue_t *, struct pipe_resource *
    [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
postprocess.h 36 struct pp_queue_t; /* Forward definition */
39 typedef void (*pp_func) (struct pp_queue_t *, struct pipe_resource *,
44 struct pp_queue_t struct
68 struct pp_queue_t *pp_init(struct pipe_screen *, const unsigned int *);
69 void pp_run(struct pp_queue_t *, struct pipe_resource *,
71 void pp_free(struct pp_queue_t *);
72 void pp_free_fbos(struct pp_queue_t *);
74 struct program *pp_init_prog(struct pp_queue_t *, struct pipe_screen *);
75 void pp_init_fbos(struct pp_queue_t *, unsigned int, unsigned int);
79 void pp_nocolor(struct pp_queue_t *, struct pipe_resource *
    [all...]

Completed in 41 milliseconds