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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_manager.c 144 vg_context_flush(struct st_context_iface *stctxi, unsigned flags,
147 struct vg_context *ctx = (struct vg_context *) stctxi;
154 vg_context_destroy(struct st_context_iface *stctxi)
156 struct vg_context *ctx = (struct vg_context *) stctxi;
266 vg_context_bind_framebuffers(struct st_context_iface *stctxi,
270 struct vg_context *ctx = (struct vg_context *) stctxi;
336 vg_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi,
340 struct vg_context *ctx = (struct vg_context *) stctxi;
342 if (stctxi)
343 vg_context_bind_framebuffers(stctxi, stdrawi, streadi)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_manager.c 144 vg_context_flush(struct st_context_iface *stctxi, unsigned flags,
147 struct vg_context *ctx = (struct vg_context *) stctxi;
154 vg_context_destroy(struct st_context_iface *stctxi)
156 struct vg_context *ctx = (struct vg_context *) stctxi;
266 vg_context_bind_framebuffers(struct st_context_iface *stctxi,
270 struct vg_context *ctx = (struct vg_context *) stctxi;
336 vg_api_make_current(struct st_api *stapi, struct st_context_iface *stctxi,
340 struct vg_context *ctx = (struct vg_context *) stctxi;
342 if (stctxi)
343 vg_context_bind_framebuffers(stctxi, stdrawi, streadi)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 176 gctx->stctxi = gctx->stapi->create_context(gctx->stapi, gdpy->smapi,
177 &stattribs, &ctx_err, (gshare) ? gshare->stctxi : NULL);
178 if (!gctx->stctxi) {
183 gctx->stctxi->st_manager_private = (void *) &gctx->base;
200 gctx->stctxi->destroy(gctx->stctxi);
504 old_gctx->stctxi->flush(old_gctx->stctxi, ST_FLUSH_FRONT, NULL);
508 ok = gctx->stapi->make_current(gctx->stapi, gctx->stctxi,
576 gctx->stctxi->flush(gctx->stctxi, ST_FLUSH_FRONT, NULL)
    [all...]
egl_g3d_sync.c 85 gctx->stctxi->flush(gctx->stctxi, 0x0, &gsync->fence);
235 gctx->stctxi->flush(gctx->stctxi, ST_FLUSH_FRONT, NULL);
egl_g3d.h 66 struct st_context_iface *stctxi; member in struct:egl_g3d_context
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 176 gctx->stctxi = gctx->stapi->create_context(gctx->stapi, gdpy->smapi,
177 &stattribs, &ctx_err, (gshare) ? gshare->stctxi : NULL);
178 if (!gctx->stctxi) {
183 gctx->stctxi->st_manager_private = (void *) &gctx->base;
200 gctx->stctxi->destroy(gctx->stctxi);
504 old_gctx->stctxi->flush(old_gctx->stctxi, ST_FLUSH_FRONT, NULL);
508 ok = gctx->stapi->make_current(gctx->stapi, gctx->stctxi,
576 gctx->stctxi->flush(gctx->stctxi, ST_FLUSH_FRONT, NULL)
    [all...]
egl_g3d_sync.c 85 gctx->stctxi->flush(gctx->stctxi, 0x0, &gsync->fence);
235 gctx->stctxi->flush(gctx->stctxi, ST_FLUSH_FRONT, NULL);
egl_g3d.h 66 struct st_context_iface *stctxi; member in struct:egl_g3d_context
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 359 void (*destroy)(struct st_context_iface *stctxi);
364 void (*flush)(struct st_context_iface *stctxi, unsigned flags,
372 boolean (*teximage)(struct st_context_iface *stctxi,
380 void (*copy)(struct st_context_iface *stctxi,
386 boolean (*share)(struct st_context_iface *stctxi,
394 boolean (*get_resource_for_egl_image)(struct st_context_iface *stctxi,
490 struct st_context_iface *stctxi,
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 359 void (*destroy)(struct st_context_iface *stctxi);
364 void (*flush)(struct st_context_iface *stctxi, unsigned flags,
372 boolean (*teximage)(struct st_context_iface *stctxi,
380 void (*copy)(struct st_context_iface *stctxi,
386 boolean (*share)(struct st_context_iface *stctxi,
394 boolean (*get_resource_for_egl_image)(struct st_context_iface *stctxi,
490 struct st_context_iface *stctxi,
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_manager.c 460 st_context_flush(struct st_context_iface *stctxi, unsigned flags,
463 struct st_context *st = (struct st_context *) stctxi;
470 st_context_teximage(struct st_context_iface *stctxi,
475 struct st_context *st = (struct st_context *) stctxi;
575 st_context_copy(struct st_context_iface *stctxi,
578 struct st_context *st = (struct st_context *) stctxi;
585 st_context_share(struct st_context_iface *stctxi,
588 struct st_context *st = (struct st_context *) stctxi;
595 st_context_destroy(struct st_context_iface *stctxi)
597 struct st_context *st = (struct st_context *) stctxi;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 460 st_context_flush(struct st_context_iface *stctxi, unsigned flags,
463 struct st_context *st = (struct st_context *) stctxi;
470 st_context_teximage(struct st_context_iface *stctxi,
475 struct st_context *st = (struct st_context *) stctxi;
575 st_context_copy(struct st_context_iface *stctxi,
578 struct st_context *st = (struct st_context *) stctxi;
585 st_context_share(struct st_context_iface *stctxi,
588 struct st_context *st = (struct st_context *) stctxi;
595 st_context_destroy(struct st_context_iface *stctxi)
597 struct st_context *st = (struct st_context *) stctxi;
    [all...]

Completed in 360 milliseconds