Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_blitter.h49 struct blitter_context struct
76 void (*draw_rectangle)(struct blitter_context *blitter, argument
83 boolean running;
86 struct pipe_context *pipe; /**< pipe context */
88 void *saved_blend_state; /**< blend state */
89 void *saved_dsa_state; /**< depth stencil alpha state */
90 void *saved_velem_state; /**< vertex elements state */
91 void *saved_rs_state; /**< rasterizer state */
92 void *saved_fs, *saved_vs, *saved_gs; /**< shaders */
116 struct blitter_context *util_blitter_create(struct pipe_context *pipe); argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.h49 struct blitter_context struct
76 void (*draw_rectangle)(struct blitter_context *blitter, argument
83 boolean running;
86 struct pipe_context *pipe; /**< pipe context */
88 void *saved_blend_state; /**< blend state */
89 void *saved_dsa_state; /**< depth stencil alpha state */
90 void *saved_velem_state; /**< vertex elements state */
91 void *saved_rs_state; /**< rasterizer state */
92 void *saved_fs, *saved_vs, *saved_gs; /**< shaders */
116 struct blitter_context *util_blitter_create(struct pipe_context *pipe); argument