Searched defs:blitter_context (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.h47 struct blitter_context struct
74 void (*draw_rectangle)(struct blitter_context *blitter,
131 struct blitter_context *util_blitter_create(struct pipe_context *pipe);
136 void util_blitter_destroy(struct blitter_context *blitter);
138 void util_blitter_cache_all_shaders(struct blitter_context *blitter);
144 struct pipe_context *util_blitter_get_pipe(struct blitter_context *blitter)
152 void util_blitter_set_texture_multisample(struct blitter_context *blitter,
157 void util_blitter_draw_rectangle(struct blitter_context *blitter,
182 void util_blitter_clear(struct blitter_context *blitter,
192 boolean util_blitter_is_copy_supported(struct blitter_context *blitte
[all...]

Completed in 408 milliseconds