Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_context.c202 struct stw_context *stw_ctx = stw_create_context_attribs(hDC, layerPlane, share_stw, in wglCreateContextAttribsARB() local
206 if (!stw_ctx) { in wglCreateContextAttribsARB()
211 c = stw_create_context_handle(stw_ctx, dhglrc); in wglCreateContextAttribsARB()
213 stw_destroy_context(stw_ctx); in wglCreateContextAttribsARB()