Searched defs:dhglrc (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.h39 DHGLRC dhglrc; member in struct:stw_context
53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
H A Dstw_device.c147 DHGLRC dhglrc; local
159 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table);
161 if (dhglrc) {
195 stw_lookup_context_locked( DHGLRC dhglrc )
197 if (dhglrc == 0)
203 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc);
H A Dstw_context.c221 ctx->dhglrc = handle_table_add(stw_dev->ctx_table, ctx);
223 if (!ctx->dhglrc)
226 return ctx->dhglrc;
238 DHGLRC dhglrc )
247 ctx = stw_lookup_context_locked(dhglrc);
248 handle_table_remove(stw_dev->ctx_table, dhglrc);
269 DHGLRC dhglrc )
277 ctx = stw_lookup_context_locked( dhglrc );
306 return ctx->dhglrc;
324 DHGLRC dhglrc )
777 DrvSetContext( HDC hdc, DHGLRC dhglrc, PFN_SETPROCTABLE pfnSetProcTable ) argument
[all...]

Completed in 232 milliseconds