/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_context.h | 39 DHGLRC dhglrc; member in struct:stw_context 46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext, 49 DHGLRC stw_get_current_context( void ); 53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
|
stw_context.c | 63 DHGLRC dhrcSource, 64 DHGLRC dhrcDest, 94 DHGLRC dhglrc1, 95 DHGLRC dhglrc2 ) 117 DHGLRC APIENTRY 124 DHGLRC APIENTRY 133 DHGLRC 137 DHGLRC hShareContext, 221 ctx->dhglrc = handle_table_add(stw_dev->ctx_table, ctx); 223 if (!ctx->dhglrc) [all...] |
stw_device.c | 147 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);
|
stw_wgl.c | 56 return DrvCopyContext( (DHGLRC)(UINT_PTR)hglrcSrc, 57 (DHGLRC)(UINT_PTR)hglrcDst, 80 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); 101 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; 219 return DrvShareLists((DHGLRC)(UINT_PTR)hglrc1, 220 (DHGLRC)(UINT_PTR)hglrc2);
|
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.h | 80 stw_lookup_context_locked( DHGLRC hglrc );
|
stw_ext_context.c | 119 (DHGLRC) (UINT_PTR) hShareContext,
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_context.h | 39 DHGLRC dhglrc; member in struct:stw_context 46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext, 49 DHGLRC stw_get_current_context( void ); 53 BOOL stw_make_current( HDC hdc, DHGLRC dhglrc );
|
stw_context.c | 63 DHGLRC dhrcSource, 64 DHGLRC dhrcDest, 94 DHGLRC dhglrc1, 95 DHGLRC dhglrc2 ) 117 DHGLRC APIENTRY 124 DHGLRC APIENTRY 133 DHGLRC 137 DHGLRC hShareContext, 221 ctx->dhglrc = handle_table_add(stw_dev->ctx_table, ctx); 223 if (!ctx->dhglrc) [all...] |
stw_device.c | 147 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);
|
stw_wgl.c | 56 return DrvCopyContext( (DHGLRC)(UINT_PTR)hglrcSrc, 57 (DHGLRC)(UINT_PTR)hglrcDst, 80 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); 101 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; 219 return DrvShareLists((DHGLRC)(UINT_PTR)hglrc1, 220 (DHGLRC)(UINT_PTR)hglrc2);
|
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.h | 80 stw_lookup_context_locked( DHGLRC hglrc );
|
stw_ext_context.c | 119 (DHGLRC) (UINT_PTR) hShareContext,
|