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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_priv.h 34 #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 *r
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_priv.h 34 #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 *r
    [all...]

Completed in 309 milliseconds