HomeSort by relevance Sort by last modified time
    Searched refs:DHGLRC (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.h 40 DHGLRC dhglrc; member in struct:stw_context
49 DHGLRC stw_create_context_attribs(HDC hdc, INT iLayerPlane,
50 DHGLRC hShareContext,
53 DHGLRC handle);
55 DHGLRC stw_get_current_context( void );
61 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
stw_ext_context.c 49 * That is, DHGLRC (driver) handles are not equivalent to HGLRC (public)
172 DHGLRC dhglrc, c, share_dhglrc = 0; local
174 /* Convert public HGLRC to driver DHGLRC */
176 dhglrc = stw_dev->callbacks.wglCbGetDhglrc(context);
182 dhglrc = (DHGLRC) context;
183 share_dhglrc = (DHGLRC) hShareContext;
189 dhglrc);
stw_device.h 89 stw_lookup_context_locked( DHGLRC dhglrc )
91 if (dhglrc == 0 || stw_dev == NULL)
93 return (struct stw_context *) handle_table_get(stw_dev->ctx_table, dhglrc);
stw_wgl.c 60 return DrvCopyContext( (DHGLRC)(UINT_PTR)hglrcSrc,
61 (DHGLRC)(UINT_PTR)hglrcDst,
86 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc );
107 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE;
225 return DrvShareLists((DHGLRC)(UINT_PTR)hglrc1,
226 (DHGLRC)(UINT_PTR)hglrc2);
stw_context.c 64 DrvCopyContext(DHGLRC dhrcSource, DHGLRC dhrcDest, UINT fuMask)
93 DrvShareLists(DHGLRC dhglrc1, DHGLRC dhglrc2)
116 DHGLRC APIENTRY
123 DHGLRC APIENTRY
135 * \param handle the desired DHGLRC handle to use for the context, or zero
139 DHGLRC
140 stw_create_context_attribs(HDC hdc, INT iLayerPlane, DHGLRC hShareContext,
143 DHGLRC handle
    [all...]
stw_icd.h 44 typedef ULONG DHGLRC;
476 DHGLRC (APIENTRY *wglCbGetDhglrc)(HGLRC hglrc);
519 DHGLRC dhrcSource,
520 DHGLRC dhrcDest,
523 DHGLRC APIENTRY
528 DHGLRC APIENTRY
534 DHGLRC dhglrc );
574 DHGLRC dhglrc );
    [all...]
stw_device.c 150 DHGLRC dhglrc; local
162 dhglrc = handle_table_get_first_handle(stw_dev->ctx_table);
164 if (dhglrc) {

Completed in 90 milliseconds