HomeSort by relevance Sort by last modified time
    Searched full:xa_surface (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.h 63 struct xa_surface *dst, struct xa_surface *yuv[]);
66 struct xa_surface *dst, struct xa_surface *src);
74 struct xa_surface *srf,
81 struct xa_surface *srf, unsigned int usage);
83 extern void xa_surface_unmap(struct xa_surface *srf);
86 xa_solid_prepare(struct xa_context *ctx, struct xa_surface *dst,
xa_tracker.h 139 struct xa_surface;
155 extern struct xa_surface *xa_surface_create(struct xa_tracker *xa,
163 enum xa_formats xa_surface_format(const struct xa_surface *srf);
165 extern void xa_surface_destroy(struct xa_surface *srf);
167 extern int xa_surface_redefine(struct xa_surface *srf,
176 extern int xa_surface_handle(struct xa_surface *srf,
xa_priv.h 61 struct xa_surface { struct
102 struct xa_surface *src;
103 struct xa_surface *dst;
209 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst);
231 struct xa_surface *srf[]);
xa_composite.h 93 struct xa_surface *srf;
94 struct xa_surface *alpha_map;
xa_context.c 88 struct xa_surface *srf,
137 struct xa_surface *srf, unsigned int usage)
172 xa_surface_unmap(struct xa_surface *srf)
184 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst)
214 struct xa_surface *dst, struct xa_surface *src)
283 xa_solid_prepare(struct xa_context *ctx, struct xa_surface *dst,
xa_tracker.c 282 XA_EXPORT struct xa_surface *
291 struct xa_surface *srf;
338 xa_surface_redefine(struct xa_surface *srf,
422 xa_surface_destroy(struct xa_surface *srf)
437 xa_surface_handle(struct xa_surface *srf,
458 xa_surface_format(const struct xa_surface *srf)
xa_yuv.c 70 xa_yuv_bind_samplers(struct xa_context *r, struct xa_surface *yuv[])
121 struct xa_surface *dst, struct xa_surface *yuv[])
xa_composite.c 284 struct xa_surface *src = src_pic->srf;
472 struct xa_surface *dst_srf = comp->dst->srf;
xa_renderer.c 294 float dstW, float dstH, struct xa_surface *srf[])
508 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[])
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.h 63 struct xa_surface *dst, struct xa_surface *yuv[]);
66 struct xa_surface *dst, struct xa_surface *src);
74 struct xa_surface *srf,
81 struct xa_surface *srf, unsigned int usage);
83 extern void xa_surface_unmap(struct xa_surface *srf);
86 xa_solid_prepare(struct xa_context *ctx, struct xa_surface *dst,
xa_tracker.h 139 struct xa_surface;
155 extern struct xa_surface *xa_surface_create(struct xa_tracker *xa,
163 enum xa_formats xa_surface_format(const struct xa_surface *srf);
165 extern void xa_surface_destroy(struct xa_surface *srf);
167 extern int xa_surface_redefine(struct xa_surface *srf,
176 extern int xa_surface_handle(struct xa_surface *srf,
xa_priv.h 61 struct xa_surface { struct
102 struct xa_surface *src;
103 struct xa_surface *dst;
209 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst);
231 struct xa_surface *srf[]);
xa_composite.h 93 struct xa_surface *srf;
94 struct xa_surface *alpha_map;
xa_context.c 88 struct xa_surface *srf,
137 struct xa_surface *srf, unsigned int usage)
172 xa_surface_unmap(struct xa_surface *srf)
184 xa_ctx_srf_create(struct xa_context *ctx, struct xa_surface *dst)
214 struct xa_surface *dst, struct xa_surface *src)
283 xa_solid_prepare(struct xa_context *ctx, struct xa_surface *dst,
xa_tracker.c 282 XA_EXPORT struct xa_surface *
291 struct xa_surface *srf;
338 xa_surface_redefine(struct xa_surface *srf,
422 xa_surface_destroy(struct xa_surface *srf)
437 xa_surface_handle(struct xa_surface *srf,
458 xa_surface_format(const struct xa_surface *srf)
xa_yuv.c 70 xa_yuv_bind_samplers(struct xa_context *r, struct xa_surface *yuv[])
121 struct xa_surface *dst, struct xa_surface *yuv[])
xa_composite.c 284 struct xa_surface *src = src_pic->srf;
472 struct xa_surface *dst_srf = comp->dst->srf;
xa_renderer.c 294 float dstW, float dstH, struct xa_surface *srf[])
508 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[])

Completed in 523 milliseconds