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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_device.h106 stw_lookup_context_locked( DHGLRC dhglrc ) argument
108 if (dhglrc == 0 || stw_dev == NULL)
110 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc);
128 stw_lookup_context( DHGLRC dhglrc ) argument
132 ret = stw_lookup_context_locked(dhglrc);
H A Dstw_context.h40 DHGLRC dhglrc; member in struct:stw_context
74 BOOL stw_make_current_by_handles( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
H A Dstw_ext_context.c186 DHGLRC dhglrc, c, share_dhglrc = 0; local in function:wglCreateContextAttribsARB
190 dhglrc = stw_dev->callbacks.pfnGetDhglrc(context);
196 dhglrc = (DHGLRC)(INT_PTR)context;
211 c = stw_create_context_handle(stw_ctx, dhglrc);
227 DHGLRC dhglrc = 0; local in function:wglMakeContextCurrentARB
231 dhglrc = stw_dev->callbacks.pfnGetDhglrc(hglrc);
234 return stw_make_current_by_handles(hDrawDC, hReadDC, dhglrc);
H A Dstw_context.c299 assert(ctx->dhglrc == 0);
320 ctx->dhglrc = handle;
324 return ctx->dhglrc;
340 DrvDeleteContext(DHGLRC dhglrc) argument
349 ctx = stw_lookup_context_locked(dhglrc);
350 handle_table_remove(stw_dev->ctx_table, dhglrc);
387 DrvReleaseContext(DHGLRC dhglrc) argument
395 ctx = stw_lookup_context_locked( dhglrc );
411 return ctx->dhglrc;
584 stw_make_current_by_handles(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) argument
992 DrvSetContext(HDC hdc,DHGLRC dhglrc,PFN_SETPROCTABLE pfnSetProcTable) argument
[all...]
H A Dstw_device.c212 DHGLRC dhglrc; local in function:stw_cleanup
224 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table);
226 if (dhglrc) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_device.h93 stw_lookup_context_locked( DHGLRC dhglrc ) argument
95 if (dhglrc == 0 || stw_dev == NULL)
97 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc);
H A Dstw_context.h40 DHGLRC dhglrc; member in struct:stw_context
65 BOOL stw_make_current( HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc );
H A Dstw_ext_context.c172 DHGLRC dhglrc, c, share_dhglrc = 0; local in function:wglCreateContextAttribsARB
176 dhglrc = stw_dev->callbacks.wglCbGetDhglrc(context);
182 dhglrc = (DHGLRC) context;
189 dhglrc);
204 DHGLRC dhglrc = 0; local in function:wglMakeContextCurrentARB
208 dhglrc = stw_dev->callbacks.wglCbGetDhglrc(hglrc);
211 return stw_make_current(hDrawDC, hReadDC, dhglrc);
H A Dstw_device.c176 DHGLRC dhglrc; local in function:stw_cleanup
188 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table);
190 if (dhglrc) {
H A Dstw_context.c308 ctx->dhglrc = handle;
312 if (!ctx->dhglrc)
315 return ctx->dhglrc;
330 DrvDeleteContext(DHGLRC dhglrc) argument
339 ctx = stw_lookup_context_locked(dhglrc);
340 handle_table_remove(stw_dev->ctx_table, dhglrc);
365 DrvReleaseContext(DHGLRC dhglrc) argument
373 ctx = stw_lookup_context_locked( dhglrc );
402 return ctx->dhglrc;
431 stw_make_current(HDC hDrawDC, HDC hReadDC, DHGLRC dhglrc) argument
945 DrvSetContext(HDC hdc,DHGLRC dhglrc,PFN_SETPROCTABLE pfnSetProcTable) argument
[all...]
H A Dstw_ext_rendertexture.c176 retVal = stw_make_current(dc, dc, curctx->dhglrc);
189 retVal = stw_make_current(prevDrawable, prevReadable, curctx->dhglrc);
H A Dstw_icd.h534 DHGLRC dhglrc );
574 DHGLRC dhglrc );
584 DHGLRC dhglrc,

Completed in 9 milliseconds