Home
last modified time | relevance | path

Searched refs:hud_create (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.h38 hud_create(struct cso_context *cso, struct hud_context *share);
Dhud_context.c1735 hud_create(struct cso_context *cso, struct hud_context *share) in hud_create() function
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_context.c188 ctx->hud = hud_create(ctx->st->cso_context, in dri_create_context()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c281 ctx->hud = hud_create(ctx->st->cso_context, NULL); in stw_create_context_attribs()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c1038 c->hud = hud_create(c->st->cso_context, NULL); in XMesaCreateContext()
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c208 This->hud = hud_create(This->context.cso, NULL); /* NULL result is fine */ in NineDevice9_ctor()