Searched refs:hud_create (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_context.h38 hud_create(struct cso_context *cso, struct hud_context *share);
H A Dhud_context.c1782 hud_create(struct cso_context *cso, struct hud_context *share) function in typeref:struct:hud_context *
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_context.h39 hud_create(struct cso_context *cso, struct st_context_iface *st,
H A Dhud_context.c1824 hud_create(struct cso_context *cso, struct st_context_iface *st, function in typeref:struct:hud_context *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_context.c194 ctx->hud = hud_create(ctx->st->cso_context,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_context.c197 ctx->hud = hud_create(ctx->st->cso_context, ctx->st,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_context.c281 ctx->hud = hud_create(ctx->st->cso_context, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_context.c285 ctx->hud = hud_create(ctx->st->cso_context, ctx->st, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c1044 c->hud = hud_create(c->st->cso_context, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dxm_api.c1023 c->hud = hud_create(c->st->cso_context, c->st, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Ddevice9.c208 This->hud = hud_create(This->context.cso, NULL); /* NULL result is fine */
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Ddevice9.c272 This->hud = hud_create(This->context.cso, NULL, NULL); /* NULL result is fine */

Completed in 25 milliseconds