/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_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);
|
/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_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);
|