Home
last modified time | relevance | path

Searched refs:stw_create_context_handle (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h58 DHGLRC stw_create_context_handle(struct stw_context *context, DHGLRC handle);
Dstw_ext_context.c223 c = stw_create_context_handle(stw_ctx, dhglrc); in wglCreateContextAttribsARB()
Dstw_context.c135 DHGLRC ret = stw_create_context_handle(ctx, 0); in DrvCreateLayerContext()
301 stw_create_context_handle(struct stw_context *ctx, DHGLRC handle) in stw_create_context_handle() function