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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_priv.h34 #include "xa_context.h"
77 struct xa_context *default_ctx;
80 struct xa_context { struct
198 extern struct xa_shaders *xa_shaders_create(struct xa_context *);
206 * xa_context.c
209 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst);
212 xa_ctx_srf_destroy(struct xa_context *ctx);
215 xa_ctx_sampler_views_destroy(struct xa_context *ctx);
220 void renderer_set_constants(struct xa_context *r,
224 void renderer_draw_yuv(struct xa_context *
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_priv.h34 #include "xa_context.h"
77 struct xa_context *default_ctx;
80 struct xa_context { struct
198 extern struct xa_shaders *xa_shaders_create(struct xa_context *);
206 * xa_context.c
209 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst);
212 xa_ctx_srf_destroy(struct xa_context *ctx);
215 xa_ctx_sampler_views_destroy(struct xa_context *ctx);
220 void renderer_set_constants(struct xa_context *r,
224 void renderer_draw_yuv(struct xa_context *
[all...]

Completed in 303 milliseconds