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

  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h 49 struct blitter_context struct
76 void (*draw_rectangle)(struct blitter_context *blitter,
116 struct blitter_context *util_blitter_create(struct pipe_context *pipe);
121 void util_blitter_destroy(struct blitter_context *blitter);
127 struct pipe_context *util_blitter_get_pipe(struct blitter_context *blitter)
134 void util_blitter_draw_rectangle(struct blitter_context *blitter,
160 void util_blitter_clear(struct blitter_context *blitter,
174 boolean util_blitter_is_copy_supported(struct blitter_context *blitter,
200 void util_blitter_copy_texture(struct blitter_context *blitter,
228 void util_blitter_copy_texture_view(struct blitter_context *blitter
    [all...]
u_blitter.c 56 struct blitter_context base;
127 struct blitter_context *util_blitter_create(struct pipe_context *pipe)
290 void util_blitter_destroy(struct blitter_context *blitter)
858 void util_blitter_draw_rectangle(struct blitter_context *blitter,
882 static void util_blitter_clear_custom(struct blitter_context *blitter,
945 void util_blitter_clear(struct blitter_context *blitter,
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 115 struct blitter_context *blitter;
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 472 struct blitter_context* blitter;
719 void r300_blitter_draw_rectangle(struct blitter_context *blitter,
r300_render.c     [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 287 struct blitter_context* blitter;
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 326 struct blitter_context *blitter;
656 void r600_draw_rectangle(struct blitter_context *blitter,
r600_state_common.c     [all...]

Completed in 143 milliseconds