Advertisement
Guest User

Untitled

a guest
Nov 21st, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 149.60 KB | None | 0 0
  1.  
  2. Graphics Feature Status
  3. Canvas: Hardware accelerated
  4. Canvas out-of-process rasterization: Disabled
  5. Compositing: Software only. Hardware acceleration disabled
  6. Multiple Raster Threads: Enabled
  7. Out-of-process Rasterization: Hardware accelerated
  8. OpenGL: Enabled
  9. Rasterization: Hardware accelerated
  10. Raw Draw: Disabled
  11. Skia Renderer: Enabled
  12. Video Decode: Hardware accelerated
  13. Vulkan: Disabled
  14. WebGL: Hardware accelerated but at reduced performance
  15. WebGL2: Hardware accelerated but at reduced performance
  16. Driver Bug Workarounds
  17. check_ycbcr_studio_g22_left_p709_for_nv12_support
  18. clear_uniforms_before_first_program_use
  19. decode_encode_srgb_for_generatemipmap
  20. disable_decode_swap_chain
  21. disable_direct_composition_sw_video_overlays
  22. enable_bgra8_overlays_with_yuv_overlay_support
  23. enable_webgl_timer_query_extensions
  24. exit_on_context_lost
  25. max_msaa_sample_count_4
  26. msaa_is_slow
  27. no_downscaled_overlay_promotion
  28. disabled_extension_GL_KHR_blend_equation_advanced
  29. disabled_extension_GL_KHR_blend_equation_advanced_coherent
  30. Problems Detected
  31. Gpu compositing has been disabled, either via blocklist, about:flags or the command line. The browser will fall back to software compositing and hardware acceleration will be unavailable.
  32. Disabled Features: gpu_compositing
  33. Some drivers are unable to reset the D3D device in the GPU process sandbox
  34. Applied Workarounds: exit_on_context_lost
  35. Clear uniforms before first program use on all platforms: 124764, 349137
  36. Applied Workarounds: clear_uniforms_before_first_program_use
  37. On Intel GPUs MSAA performance is not acceptable for GPU rasterization: 527565
  38. Applied Workarounds: msaa_is_slow
  39. Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
  40. Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
  41. Decode and Encode before generateMipmap for srgb format textures on Windows: 634519
  42. Applied Workarounds: decode_encode_srgb_for_generatemipmap
  43. Expose WebGL's disjoint_timer_query extensions on platforms with site isolation: 808744, 870491
  44. Applied Workarounds: enable_webgl_timer_query_extensions
  45. Disable DecodeSwapChain for Intel Gen9 and older devices: 1107403
  46. Applied Workarounds: disable_decode_swap_chain
  47. Intel GPUs fail to report BGRA8 overlay support: 1119491
  48. Applied Workarounds: enable_bgra8_overlays_with_yuv_overlay_support
  49. 8x MSAA for WebGL contexts is slow on Win Intel: 1145793
  50. Applied Workarounds: max_msaa_sample_count_4
  51. Disable software overlays for Intel GPUs. All Skylake+ devices support hw overlays, older devices peform poorly.: 1192748
  52. Applied Workarounds: disable_direct_composition_sw_video_overlays
  53. Check YCbCr_Studio_G22_Left_P709 color space for NV12 overlay support on Intel: 1103852
  54. Applied Workarounds: check_ycbcr_studio_g22_left_p709_for_nv12_support
  55. Intel GPUs do not promote downscaled overlays: 1245835
  56. Applied Workarounds: no_downscaled_overlay_promotion
  57. ANGLE Features
  58. allow_compressed_formats (Frontend workarounds): Enabled: true
  59. Allow compressed formats
  60. disable_anisotropic_filtering (Frontend workarounds): Disabled
  61. Disable support for anisotropic filtering
  62. disable_program_binary (Frontend features) anglebug:5007: Disabled
  63. Disable support for GL_OES_get_program_binary
  64. disable_program_caching_for_transform_feedback (Frontend workarounds): Disabled
  65. On some GPUs, program binaries don't contain transform feedback varyings
  66. enableCompressingPipelineCacheInThreadPool (Frontend workarounds) anglebug:4722: Disabled: false
  67. Enable compressing pipeline cache in thread pool.
  68. enableProgramBinaryForCapture (Frontend features) anglebug:5658: Disabled
  69. Even if FrameCapture is enabled, enable GL_OES_get_program_binary
  70. enable_capture_limits (Frontend features) anglebug:5750: Disabled
  71. Set the context limits like frame capturing was enabled
  72. forceInitShaderVariables (Frontend features): Disabled
  73. Force-enable shader variable initialization
  74. forceRobustResourceInit (Frontend features) anglebug:6041: Disabled
  75. Force-enable robust resource init
  76. lose_context_on_out_of_memory (Frontend workarounds): Enabled: true
  77. Some users rely on a lost context notification if a GL_OUT_OF_MEMORY error occurs
  78. scalarize_vec_and_mat_constructor_args (Frontend workarounds) 1165751: Disabled: false
  79. Always rewrite vec/mat constructors to be consistent
  80. sync_framebuffer_bindings_on_tex_image (Frontend workarounds): Disabled
  81. On some drivers TexImage sometimes seems to interact with the Framebuffer
  82. add_mock_texture_no_render_target (D3D workarounds) anglebug:2152: Disabled: isIntel && capsVersion >= IntelDriverVersion(160000) && capsVersion < IntelDriverVersion(164815)
  83. On some drivers when rendering with no render target, two bugs lead to incorrect behavior
  84. allowES3OnFL10_0 (D3D workarounds): Disabled: false
  85. Allow ES3 on 10.0 devices
  86. allow_clear_for_robust_resource_init (D3D workarounds) 941620: Enabled: true
  87. Some drivers corrupt texture data when clearing for robust resource initialization.
  88. allow_translate_uniform_block_to_structured_buffer (D3D workarounds) anglebug:3682: Enabled: IsWin10OrGreater()
  89. There is a slow fxc compile performance issue with dynamic uniform indexing if translating a uniform block with a large array member to cbuffer.
  90. call_clear_twice (D3D workarounds) 655534: Disabled: isIntel && isSkylake && capsVersion >= IntelDriverVersion(160000) && capsVersion < IntelDriverVersion(164771)
  91. Using clear() may not take effect
  92. depth_stencil_blit_extra_copy (D3D workarounds) anglebug:1452: Disabled
  93. Bug in some drivers triggers a TDR when using CopySubresourceRegion from a staging texture to a depth/stencil
  94. disable_b5g6r5_support (D3D workarounds): Disabled: (isIntel && capsVersion >= IntelDriverVersion(150000) && capsVersion < IntelDriverVersion(154539)) || isAMD
  95. Textures with the format DXGI_FORMAT_B5G6R5_UNORM have incorrect data
  96. emulate_isnan_float (D3D workarounds) 650547: Disabled: isIntel && isSkylake && capsVersion >= IntelDriverVersion(160000) && capsVersion < IntelDriverVersion(164542)
  97. Using isnan() on highp float will get wrong answer
  98. emulate_tiny_stencil_textures (D3D workarounds): Disabled: isAMD && !(deviceCaps.featureLevel < D3D_FEATURE_LEVEL_10_1)
  99. 1x1 and 2x2 mips of depth/stencil textures aren't sampled correctly
  100. expand_integer_pow_expressions (D3D workarounds): Enabled: true
  101. The HLSL optimizer has a bug with optimizing 'pow' in certain integer-valued expressions
  102. flush_after_ending_transform_feedback (D3D workarounds): Disabled: isNvidia
  103. Some drivers sometimes write out-of-order results to StreamOut buffers when transform feedback is used to repeatedly write to the same buffer positions
  104. force_atomic_value_resolution (D3D workarounds) anglebug:3246: Disabled: isNvidia
  105. On some drivers the return value from RWByteAddressBuffer.InterlockedAdd does not resolve when used in the .yzw components of a RWByteAddressBuffer.Store operation
  106. get_dimensions_ignores_base_level (D3D workarounds): Disabled: isNvidia
  107. Some drivers do not take into account the base level of the texture in the results of the HLSL GetDimensions builtin
  108. mrt_perf_workaround (D3D workarounds): Enabled: true
  109. Some drivers have a bug where they ignore null render targets
  110. pre_add_texel_fetch_offsets (D3D workarounds): Enabled: isIntel
  111. HLSL's function texture.Load returns 0 when the parameter Location is negative, even if the sum of Offset and Location is in range
  112. rewrite_unary_minus_operator (D3D workarounds): Disabled: isIntel && (isBroadwell || isHaswell) && capsVersion >= IntelDriverVersion(150000) && capsVersion < IntelDriverVersion(154624)
  113. Evaluating unary minus operator on integer may get wrong answer in vertex shaders
  114. select_view_in_geometry_shader (D3D workarounds): Disabled: !deviceCaps.supportsVpRtIndexWriteFromVertexShader
  115. The viewport or render target slice will be selected in the geometry shader stage for the ANGLE_multiview extension
  116. set_data_faster_than_image_upload (D3D workarounds): Enabled: !(isIvyBridge || isBroadwell || isHaswell)
  117. Set data faster than image upload
  118. skip_vs_constant_register_zero (D3D workarounds): Disabled: isNvidia
  119. In specific cases the driver doesn't handle constant register zero correctly
  120. use_instanced_point_sprite_emulation (D3D workarounds): Disabled: isFeatureLevel9_3
  121. Some D3D11 renderers do not support geometry shaders for pointsprite emulation
  122. use_system_memory_for_constant_buffers (D3D workarounds) 593024: Enabled: isIntel
  123. Copying from staging storage to constant buffer storage does not work
  124. zero_max_lod (D3D workarounds): Disabled: isFeatureLevel9_3
  125. Missing an option to disable mipmaps on a mipmapped texture
  126. DAWN Info
  127.  
  128. <Integrated GPU> D3D12 backend - Intel(R) UHD Graphics
  129. [Default Toggle Names]
  130. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  131. use_d3d12_resource_heap_tier2: https://crbug.com/dawn/27: Enable support for resource heap tier 2. Resource heap tier 2 allows mixing of texture and buffers in the same heap. This allows better heap re-use and reduces fragmentation.
  132. use_d3d12_render_pass: https://crbug.com/dawn/36: Use the D3D12 render pass API introduced in Windows build 1809 by default. On versions of Windows prior to build 1809, or when this toggle is turned off, Dawn will emulate a render pass.
  133. use_d3d12_residency_management: https://crbug.com/dawn/193: Enable residency management. This allows page-in and page-out of resource heaps in GPU memory. This component improves overcommitted performance by keeping the most recently used resources local to the GPU. Turning this component off can cause allocation failures when application memory exceeds physical device memory.
  134. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  135. use_tint_generator: https://crbug.com/dawn/571: Use Tint instead of SPRIV-cross to generate shaders.
  136. use_temp_buffer_in_small_format_texture_to_texture_copy_from_greater_to_less_mip_level: https://crbug.com/1161355: Split texture-to-texture copy into two copies: copy from source texture into a temporary buffer, and copy from the temporary buffer into the destination texture under specific situations. This workaround is by default enabled on some Intel GPUs which have a driver bug in the execution of CopyTextureRegion() when we copy with the formats whose texel block sizes are less than 4 bytes from a greater mip level to a smaller mip level on D3D12 backends.
  137. [WebGPU Forced Toggles - enabled]
  138. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules.This is useful to prevent a Chromium renderer process from successfully sendingSPIR-V code to be compiled in the GPU process.
  139. [Supported Features]
  140. texture_compression_bc: pipeline_statistics_query: timestamp_query
  141. dawn-internal-usages: multiplanar_formats: <Discrete GPU> D3D12 backend - NVIDIA Quadro P520
  142. [Default Toggle Names]
  143. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  144. use_d3d12_render_pass: https://crbug.com/dawn/36: Use the D3D12 render pass API introduced in Windows build 1809 by default. On versions of Windows prior to build 1809, or when this toggle is turned off, Dawn will emulate a render pass.
  145. use_d3d12_residency_management: https://crbug.com/dawn/193: Enable residency management. This allows page-in and page-out of resource heaps in GPU memory. This component improves overcommitted performance by keeping the most recently used resources local to the GPU. Turning this component off can cause allocation failures when application memory exceeds physical device memory.
  146. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  147. use_tint_generator: https://crbug.com/dawn/571: Use Tint instead of SPRIV-cross to generate shaders.
  148. [WebGPU Forced Toggles - enabled]
  149. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules.This is useful to prevent a Chromium renderer process from successfully sendingSPIR-V code to be compiled in the GPU process.
  150. [Supported Features]
  151. texture_compression_bc: pipeline_statistics_query: timestamp_query
  152. dawn-internal-usages: multiplanar_formats: <CPU> D3D12 backend - Microsoft Basic Render Driver
  153. [Default Toggle Names]
  154. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  155. use_d3d12_resource_heap_tier2: https://crbug.com/dawn/27: Enable support for resource heap tier 2. Resource heap tier 2 allows mixing of texture and buffers in the same heap. This allows better heap re-use and reduces fragmentation.
  156. use_d3d12_render_pass: https://crbug.com/dawn/36: Use the D3D12 render pass API introduced in Windows build 1809 by default. On versions of Windows prior to build 1809, or when this toggle is turned off, Dawn will emulate a render pass.
  157. use_d3d12_residency_management: https://crbug.com/dawn/193: Enable residency management. This allows page-in and page-out of resource heaps in GPU memory. This component improves overcommitted performance by keeping the most recently used resources local to the GPU. Turning this component off can cause allocation failures when application memory exceeds physical device memory.
  158. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  159. use_tint_generator: https://crbug.com/dawn/571: Use Tint instead of SPRIV-cross to generate shaders.
  160. [WebGPU Forced Toggles - enabled]
  161. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules.This is useful to prevent a Chromium renderer process from successfully sendingSPIR-V code to be compiled in the GPU process.
  162. [Supported Features]
  163. texture_compression_bc: pipeline_statistics_query: timestamp_query
  164. dawn-internal-usages: multiplanar_formats: <Integrated GPU> Vulkan backend - Intel(R) UHD Graphics
  165. [Default Toggle Names]
  166. lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
  167. use_temporary_buffer_in_texture_to_texture_copy: https://crbug.com/dawn/42: Split texture-to-texture copy into two copies: copy from source texture into a temporary buffer, and copy from the temporary buffer into the destination texture when copying between compressed textures that don't have block-aligned sizes. This workaround is enabled by default on all Vulkan drivers to solve an issue in the Vulkan SPEC about the texture-to-texture copies with compressed formats. See #1005 (https://github.com/KhronosGroup/Vulkan-Docs/issues/1005) for more details.
  168. vulkan_use_d32s8: https://crbug.com/dawn/286: Vulkan mandates support of either D32_FLOAT_S8 or D24_UNORM_S8. When available the backend will use D32S8 (toggle to on) but setting the toggle to off will make ituse the D24S8 format when possible.
  169. disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
  170. use_tint_generator: https://crbug.com/dawn/571: Use Tint instead of SPRIV-cross to generate shaders.
  171. [WebGPU Forced Toggles - enabled]
  172. disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules.This is useful to prevent a Chromium renderer process from successfully sendingSPIR-V code to be compiled in the GPU process.
  173. [Supported Features]
  174. texture_compression_bc: texture-compression-etc2: texture-compression-astc
  175. pipeline_statistics_query: timestamp_query: depth_clamping
  176. dawn-internal-usages: : undefined
  177. Version Information
  178. Data exported 2021-11-22T04:17:54.430Z
  179. Chrome version Chrome/96.0.4664.45
  180. Operating system Windows NT 10.0.19043
  181. Software rendering list URL https://chromium.googlesource.com/chromium/src/+/76e4c1bb2ab4671b8beba3444e61c0f17584b2fc/gpu/config/software_rendering_list.json
  182. Driver bug list URL https://chromium.googlesource.com/chromium/src/+/76e4c1bb2ab4671b8beba3444e61c0f17584b2fc/gpu/config/gpu_driver_bug_list.json
  183. ANGLE commit id fc379ea0f411
  184. 2D graphics backend Skia/96 eca463eb20a11c3c569304228ede2adb29a4228b
  185. Command Line "C:\Program Files\Google\Chrome\Application\chrome.exe" --restore-last-session --flag-switches-begin --flag-switches-end --origin-trial-disabled-features=CaptureHandle --flag-switches-begin --flag-switches-end
  186. Driver Information
  187. Initialization time 1270
  188. In-process GPU false
  189. Passthrough Command Decoder true
  190. Sandboxed true
  191. GPU0 VENDOR= 0x8086, DEVICE=0x9b41, SUBSYS=0x22b517aa, REV=2, LUID={0,109863} *ACTIVE*
  192. GPU1 VENDOR= 0x10de, DEVICE=0x1d34, SUBSYS=0x22b517aa, REV=161, LUID={0,110914}
  193. GPU2 VENDOR= 0x1414, DEVICE=0x008c, LUID={0,110877}
  194. Optimus false
  195. AMD switchable false
  196. Desktop compositing Aero Glass
  197. Direct composition true
  198. Supports overlays false
  199. YUY2 overlay support NONE
  200. NV12 overlay support NONE
  201. BGRA8 overlay support NONE
  202. RGB10A2 overlay support NONE
  203. Diagonal Monitor Size of \\.\DISPLAY5 15.5"
  204. Driver D3D12 feature level D3D 12.1
  205. Driver Vulkan API version Vulkan API 1.2.0
  206. Driver vendor Intel
  207. Driver version 27.20.100.9749
  208. GPU CUDA compute capability major version 0
  209. Pixel shader version 5.0
  210. Vertex shader version 5.0
  211. Max. MSAA samples 16
  212. Machine model name
  213. Machine model version
  214. GL_VENDOR Google Inc. (Intel)
  215. GL_RENDERER ANGLE (Intel, Intel(R) UHD Graphics Direct3D11 vs_5_0 ps_5_0, D3D11-27.20.100.9749)
  216. GL_VERSION OpenGL ES 2.0.0 (ANGLE 2.1.16939 git hash: fc379ea0f411)
  217. GL_EXTENSIONS GL_ANGLE_base_vertex_base_instance GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_get_serialized_context_string GL_ANGLE_get_tex_level_parameter GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_multiview_multisample GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_EGL_image_external_wrap_modes GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_draw_elements_base_vertex GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_multisampled_render_to_texture GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_framebuffer_blit GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_compressed_EAC_R11_signed_texture GL_OES_compressed_EAC_R11_unsigned_texture GL_OES_compressed_EAC_RG11_signed_texture GL_OES_compressed_EAC_RG11_unsigned_texture GL_OES_compressed_ETC2_RGB8_texture GL_OES_compressed_ETC2_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_RGBA8_texture GL_OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture GL_OES_compressed_ETC2_sRGB8_alpha8_texture GL_OES_compressed_ETC2_sRGB8_texture GL_OES_depth24 GL_OES_depth32 GL_OES_draw_elements_base_vertex GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_texture_stencil8 GL_OES_vertex_array_object GL_WEBGL_video_texture
  218. Disabled Extensions GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
  219. Disabled WebGL Extensions
  220. Window system binding vendor Google Inc. (Intel)
  221. Window system binding version 1.5 (ANGLE 2.1.16939 git hash: fc379ea0f411)
  222. Window system binding extensions EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_display_semaphore_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible EGL_KHR_no_config_context EGL_KHR_create_context_no_error EGL_KHR_reusable_sync EGL_KHR_mutable_render_buffer
  223. Direct rendering version unknown
  224. Reset notification strategy 0x8252
  225. GPU process crash count 0
  226. gfx::BufferFormats supported for allocation and texturing R_8: not supported, R_16: not supported, RG_88: not supported, BGR_565: not supported, RGBA_4444: not supported, RGBX_8888: not supported, RGBA_8888: not supported, BGRX_8888: not supported, BGRA_1010102: not supported, RGBA_1010102: not supported, BGRA_8888: not supported, RGBA_F16: not supported, YVU_420: not supported, YUV_420_BIPLANAR: not supported, P010: not supported
  227. Compositor Information
  228. Tile Update Mode One-copy
  229. Partial Raster Enabled
  230. GpuMemoryBuffers Status
  231. R_8 Software only
  232. R_16 Software only
  233. RG_88 Software only
  234. BGR_565 Software only
  235. RGBA_4444 Software only
  236. RGBX_8888 GPU_READ, SCANOUT
  237. RGBA_8888 GPU_READ, SCANOUT
  238. BGRX_8888 Software only
  239. BGRA_1010102 Software only
  240. RGBA_1010102 Software only
  241. BGRA_8888 Software only
  242. RGBA_F16 Software only
  243. YVU_420 Software only
  244. YUV_420_BIPLANAR GPU_READ, SCANOUT
  245. P010 Software only
  246. Display(s) Information
  247. Info Display[1133551107] bounds=[0,0 1536x864], workarea=[0,0 1536x824], scale=2.5, rotation=0, panel_rotation=0 internal.
  248. Color space (sRGB/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
  249. Buffer format (sRGB/no-alpha) BGRX_8888
  250. Color space (sRGB/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
  251. Buffer format (sRGB/alpha) BGRA_8888
  252. Color space (WCG/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
  253. Buffer format (WCG/no-alpha) BGRX_8888
  254. Color space (WCG/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
  255. Buffer format (WCG/alpha) BGRA_8888
  256. Color space (HDR/no-alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
  257. Buffer format (HDR/no-alpha) BGRX_8888
  258. Color space (HDR/alpha) {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
  259. Buffer format (HDR/alpha) BGRA_8888
  260. SDR white level in nits 80
  261. Bits per color component 8
  262. Bits per pixel 24
  263. Refresh Rate in Hz 59
  264. Video Acceleration Information
  265. Decoding (VideoDecoder)
  266. Decode h264 baseline 64x64 to 4096x4096 pixels
  267. Decode h264 main 64x64 to 4096x4096 pixels
  268. Decode h264 high 64x64 to 4096x4096 pixels
  269. Decode vp9 profile0 64x64 to 8192x8192 pixels
  270. Decode vp9 profile2 64x64 to 8192x8192 pixels
  271. Decoding (Legacy VideoDecodeAccelerator)
  272. Decode h264 baseline 64x64 to 4096x4096 pixels
  273. Decode h264 main 64x64 to 4096x4096 pixels
  274. Decode h264 high 64x64 to 4096x4096 pixels
  275. Decode vp9 profile0 64x64 to 8192x8192 pixels
  276. Decode vp9 profile2 64x64 to 8192x8192 pixels
  277. Encoding
  278. Encode h264 baseline 0x0 to 1920x1088 pixels, and/or 30.000 fps
  279. Encode h264 main 0x0 to 1920x1088 pixels, and/or 30.000 fps
  280. Encode h264 high 0x0 to 1920x1088 pixels, and/or 30.000 fps
  281. Vulkan Information
  282. Device Performance Information
  283. Total Physical Memory (Gb) 47
  284. Total Disk Space (Gb) 1906
  285. Hardware Concurrency 8
  286. System Commit Limit (Gb) 54
  287. D3D11 Feature Level 12_1
  288. Has Discrete GPU yes
  289. Intel GPU Generation 9
  290. Software Rendering No
  291. Diagnostics
  292. 0
  293. b3DAccelerationEnabled true
  294. b3DAccelerationExists true
  295. bAGPEnabled true
  296. bAGPExistenceValid true
  297. bAGPExists true
  298. bCanRenderWindow true
  299. bDDAccelerationEnabled true
  300. bDriverBeta false
  301. bDriverDebug false
  302. bDriverSigned false
  303. bDriverSignedValid false
  304. bNoHardware false
  305. dwBpp 32
  306. dwDDIVersion 12
  307. dwHeight 2160
  308. dwRefreshRate 59
  309. dwWHQLLevel 0
  310. dwWidth 3840
  311. iAdapter 0
  312. lDriverSize 1481560
  313. lMiniVddSize 0
  314. szAGPStatusEnglish Enabled
  315. szAGPStatusLocalized Enabled
  316. szChipType Intel(R) UHD Graphics Family
  317. szD3DStatusEnglish Enabled
  318. szD3DStatusLocalized Enabled
  319. szDACType Internal
  320. szDDIVersionEnglish 12
  321. szDDIVersionLocalized 12
  322. szDDStatusEnglish Enabled
  323. szDDStatusLocalized Enabled
  324. szDXVAHDEnglish Supported
  325. szDXVAModes ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
  326. szDescription Intel(R) UHD Graphics
  327. szDeviceId 0x9B41
  328. szDeviceIdentifier {D7B78E66-D801-11CF-0F52-D102B9C2D635}
  329. szDeviceName \\.\DISPLAY5
  330. szDisplayMemoryEnglish 24563 MB
  331. szDisplayMemoryLocalized 24563 MB
  332. szDisplayModeEnglish 3840 x 2160 (32 bit) (59Hz)
  333. szDisplayModeLocalized 3840 x 2160 (32 bit) (59Hz)
  334. szDriverAssemblyVersion 27.20.100.9749
  335. szDriverAttributes Final Retail
  336. szDriverDateEnglish 6/23/2021 6:00:00 PM
  337. szDriverDateLocalized 6/23/2021 18:00:00
  338. szDriverLanguageEnglish English
  339. szDriverLanguageLocalized English
  340. szDriverModelEnglish WDDM 2.7
  341. szDriverModelLocalized WDDM 2.7
  342. szDriverName C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_db705363f721bcce\igdumdim64.dll,C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_db705363f721bcce\igd10iumd64.dll,C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_db705363f721bcce\igd10iumd64.dll,C:\Windows\System32\DriverStore\FileRepository\iigd_dch.inf_amd64_db705363f721bcce\igd12umd64.dll
  343. szDriverNodeStrongName oem132.inf:5f63e534ba159367:iCML_w10_DS:27.20.100.9749:PCI\VEN_8086&DEV_9B41&SUBSYS_22B517AA
  344. szDriverSignDate Unknown
  345. szDriverVersion 27.20.0100.9749
  346. szKeyDeviceID Enum\PCI\VEN_8086&DEV_9B41&SUBSYS_22B517AA&REV_02
  347. szKeyDeviceKey \Registry\Machine\System\CurrentControlSet\Control\Video\{B6CDBE06-4FA0-11EB-8354-806E6F6E6963}\0000
  348. szManufacturer Intel Corporation
  349. szMiniVdd unknown
  350. szMiniVddDateEnglish Unknown
  351. szMiniVddDateLocalized unknown
  352. szMonitorMaxRes Unknown
  353. szMonitorName Wide viewing angle & High density FlexView Display 3840x2160
  354. szNotesEnglish No problems found.
  355. szNotesLocalized No problems found.
  356. szOverlayEnglish Supported
  357. szRankOfInstalledDriver 00CF0001
  358. szRegHelpText Unknown
  359. szRevision Unknown
  360. szRevisionId 0x0002
  361. szSubSysId 0x22B517AA
  362. szTestResultD3D7English Not run
  363. szTestResultD3D7Localized Not run
  364. szTestResultD3D8English Not run
  365. szTestResultD3D8Localized Not run
  366. szTestResultD3D9English Not run
  367. szTestResultD3D9Localized Not run
  368. szTestResultDDEnglish Not run
  369. szTestResultDDLocalized Not run
  370. szVdd unknown
  371. szVendorId 0x8086
  372. 1
  373. b3DAccelerationEnabled true
  374. b3DAccelerationExists true
  375. bAGPEnabled true
  376. bAGPExistenceValid false
  377. bAGPExists false
  378. bCanRenderWindow false
  379. bDDAccelerationEnabled true
  380. bDriverBeta false
  381. bDriverDebug false
  382. bDriverSigned false
  383. bDriverSignedValid false
  384. bNoHardware false
  385. dwBpp 0
  386. dwDDIVersion 12
  387. dwHeight 0
  388. dwRefreshRate 0
  389. dwWHQLLevel 0
  390. dwWidth 0
  391. iAdapter 0
  392. lDriverSize 1056296
  393. lMiniVddSize 0
  394. szAGPStatusEnglish Enabled
  395. szAGPStatusLocalized Enabled
  396. szChipType Quadro P520
  397. szD3DStatusEnglish Enabled
  398. szD3DStatusLocalized Enabled
  399. szDACType Integrated RAMDAC
  400. szDDIVersionEnglish 12
  401. szDDIVersionLocalized 12
  402. szDDStatusEnglish Enabled
  403. szDDStatusLocalized Enabled
  404. szDXVAHDEnglish Unknown
  405. szDXVAModes Unknown
  406. szDescription NVIDIA Quadro P520
  407. szDeviceId 0x1D34
  408. szDeviceIdentifier Unknown
  409. szDeviceName Unknown
  410. szDisplayMemoryEnglish 26419 MB
  411. szDisplayMemoryLocalized 26419 MB
  412. szDisplayModeEnglish Unknown
  413. szDisplayModeLocalized unknown
  414. szDriverAssemblyVersion 30.0.14.7141
  415. szDriverAttributes Final Retail
  416. szDriverDateEnglish 7/11/2021 6:00:00 PM
  417. szDriverDateLocalized 7/11/2021 18:00:00
  418. szDriverLanguageEnglish English
  419. szDriverLanguageLocalized English
  420. szDriverModelEnglish WDDM 2.7
  421. szDriverModelLocalized WDDM 2.7
  422. szDriverName C:\Windows\System32\DriverStore\FileRepository\nvlt.inf_amd64_7f09a42b49859a47\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nvlt.inf_amd64_7f09a42b49859a47\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nvlt.inf_amd64_7f09a42b49859a47\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nvlt.inf_amd64_7f09a42b49859a47\nvldumdx.dll
  423. szDriverNodeStrongName oem37.inf:0f066de3e1e95c66:Section122:30.0.14.7141:pci\ven_10de&dev_1d34&subsys_22b517aa
  424. szDriverSignDate Unknown
  425. szDriverVersion 30.00.0014.7141
  426. szKeyDeviceID Enum\PCI\VEN_10DE&DEV_1D34&SUBSYS_22B517AA&REV_A1
  427. szKeyDeviceKey Unknown
  428. szManufacturer NVIDIA
  429. szMiniVdd unknown
  430. szMiniVddDateEnglish Unknown
  431. szMiniVddDateLocalized unknown
  432. szMonitorMaxRes Unknown
  433. szMonitorName Unknown
  434. szNotesEnglish No problems found.
  435. szNotesLocalized No problems found.
  436. szOverlayEnglish Unknown
  437. szRankOfInstalledDriver 00CF0001
  438. szRegHelpText Unknown
  439. szRevision Unknown
  440. szRevisionId 0x00A1
  441. szSubSysId 0x22B517AA
  442. szTestResultD3D7English Not run
  443. szTestResultD3D7Localized Not run
  444. szTestResultD3D8English Not run
  445. szTestResultD3D8Localized Not run
  446. szTestResultD3D9English Not run
  447. szTestResultD3D9Localized Not run
  448. szTestResultDDEnglish Not run
  449. szTestResultDDLocalized Not run
  450. szVdd unknown
  451. szVendorId 0x10DE
  452. Log Messages
  453. [16208:14688:1121/221749.278:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  454. [16208:14688:1121/221749.278:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  455. [16208:14688:1121/221749.278:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  456. [16208:14688:1121/221749.278:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  457. [16208:14688:1121/221749.278:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  458. [16208:14688:1121/221749.278:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  459. [16208:14688:1121/221749.278:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  460. [16208:14688:1121/221749.278:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  461. [16208:14688:1121/221749.278:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  462. [16208:14688:1121/221749.279:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  463. [16208:14688:1121/221749.279:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  464. [16208:14688:1121/221749.279:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  465. [16208:14688:1121/221749.279:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  466. [16208:14688:1121/221749.279:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  467. [16208:14688:1121/221749.279:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  468. [16208:14688:1121/221749.279:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  469. [16208:14688:1121/221749.279:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  470. [16208:14688:1121/221749.279:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  471. [16208:14688:1121/221749.279:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  472. [16208:14688:1121/221749.279:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  473. [16208:14688:1121/221749.279:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  474. [16208:14688:1121/221749.279:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  475. [16208:14688:1121/221749.279:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  476. [16208:14688:1121/221749.279:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  477. [16208:14688:1121/221749.280:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  478. [16208:14688:1121/221749.280:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  479. [16208:14688:1121/221749.280:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  480. [16208:14688:1121/221749.280:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  481. [16208:14688:1121/221749.280:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  482. [16208:14688:1121/221749.280:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  483. [16208:14688:1121/221749.280:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  484. [16208:14688:1121/221749.280:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  485. [16208:14688:1121/221749.280:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  486. [16208:14688:1121/221749.280:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  487. [16208:14688:1121/221749.280:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  488. [16208:14688:1121/221749.280:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  489. [16208:14688:1121/221749.280:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  490. [16208:14688:1121/221749.280:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  491. [16208:14688:1121/221749.280:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  492. [16208:14688:1121/221749.281:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  493. [16208:14688:1121/221749.281:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  494. [16208:14688:1121/221749.281:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  495. [16208:14688:1121/221749.281:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  496. [16208:14688:1121/221749.281:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  497. [16208:14688:1121/221749.281:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  498. [16208:14688:1121/221749.281:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  499. [16208:14688:1121/221749.281:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  500. [16208:14688:1121/221749.281:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  501. [16208:14688:1121/221749.281:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  502. [16208:14688:1121/221749.281:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  503. [16208:14688:1121/221749.281:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  504. [16208:14688:1121/221749.281:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  505. [16208:14688:1121/221749.281:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  506. [16208:14688:1121/221749.281:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  507. [16208:14688:1121/221749.283:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  508. [16208:14688:1121/221749.283:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  509. [16208:14688:1121/221749.283:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  510. [16208:14688:1121/221749.283:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  511. [16208:14688:1121/221749.283:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  512. [16208:14688:1121/221749.285:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  513. [16208:14688:1121/221749.285:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  514. [16208:14688:1121/221749.285:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  515. [16208:14688:1121/221749.285:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  516. [16208:14688:1121/221749.285:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  517. [16208:14688:1121/221749.286:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  518. [16208:14688:1121/221749.286:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  519. [16208:14688:1121/221749.286:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  520. [16208:14688:1121/221749.286:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  521. [16208:14688:1121/221749.286:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  522. [16208:14688:1121/221749.287:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  523. [16208:14688:1121/221749.287:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  524. [16208:14688:1121/221749.287:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  525. [16208:14688:1121/221749.287:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  526. [16208:14688:1121/221749.287:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  527. [16208:14688:1121/221749.287:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  528. [16208:14688:1121/221749.287:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  529. [16208:14688:1121/221749.287:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  530. [16208:14688:1121/221749.287:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  531. [16208:14688:1121/221749.287:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  532. [16208:14688:1121/221749.288:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  533. [16208:14688:1121/221749.288:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  534. [16208:14688:1121/221749.288:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  535. [16208:14688:1121/221749.288:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  536. [16208:14688:1121/221749.288:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  537. [16208:14688:1121/221749.288:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  538. [16208:14688:1121/221749.288:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  539. [16208:14688:1121/221749.288:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  540. [16208:14688:1121/221749.288:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  541. [16208:14688:1121/221749.288:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  542. [16208:14688:1121/221749.288:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  543. [16208:14688:1121/221749.288:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  544. [16208:14688:1121/221749.288:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  545. [16208:14688:1121/221749.288:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  546. [16208:14688:1121/221749.288:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  547. [16208:14688:1121/221749.289:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  548. [16208:14688:1121/221749.289:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  549. [16208:14688:1121/221749.289:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  550. [16208:14688:1121/221749.289:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  551. [16208:14688:1121/221749.289:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  552. [16208:14688:1121/221749.289:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  553. [16208:14688:1121/221749.289:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  554. [16208:14688:1121/221749.289:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  555. [16208:14688:1121/221749.289:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  556. [16208:14688:1121/221749.289:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  557. [16208:14688:1121/221749.289:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  558. [16208:14688:1121/221749.289:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  559. [16208:14688:1121/221749.289:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  560. [16208:14688:1121/221749.289:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  561. [16208:14688:1121/221749.289:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  562. [16208:14688:1121/221749.290:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  563. [16208:14688:1121/221749.290:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  564. [16208:14688:1121/221749.290:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  565. [16208:14688:1121/221749.290:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  566. [16208:14688:1121/221749.290:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  567. [16208:14688:1121/221749.290:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  568. [16208:14688:1121/221749.290:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  569. [16208:14688:1121/221749.290:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  570. [16208:14688:1121/221749.290:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  571. [16208:14688:1121/221749.290:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  572. [16208:14688:1121/221749.290:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  573. [16208:14688:1121/221749.290:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  574. [16208:14688:1121/221749.290:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  575. [16208:14688:1121/221749.290:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  576. [16208:14688:1121/221749.290:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  577. [16208:14688:1121/221749.291:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  578. [16208:14688:1121/221749.291:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  579. [16208:14688:1121/221749.291:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  580. [16208:14688:1121/221749.291:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  581. [16208:14688:1121/221749.291:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  582. [16208:14688:1121/221749.291:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  583. [16208:14688:1121/221749.291:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  584. [16208:14688:1121/221749.291:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  585. [16208:14688:1121/221749.291:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  586. [16208:14688:1121/221749.291:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  587. [16208:14688:1121/221749.291:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  588. [16208:14688:1121/221749.291:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  589. [16208:14688:1121/221749.291:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  590. [16208:14688:1121/221749.291:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  591. [16208:14688:1121/221749.291:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  592. [16208:14688:1121/221749.292:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  593. [16208:14688:1121/221749.292:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  594. [16208:14688:1121/221749.292:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  595. [16208:14688:1121/221749.292:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  596. [16208:14688:1121/221749.292:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  597. [16208:14688:1121/221749.292:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  598. [16208:14688:1121/221749.292:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  599. [16208:14688:1121/221749.292:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  600. [16208:14688:1121/221749.292:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  601. [16208:14688:1121/221749.292:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  602. [16208:14688:1121/221749.292:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  603. [16208:14688:1121/221749.292:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  604. [16208:14688:1121/221749.292:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  605. [16208:14688:1121/221749.292:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  606. [16208:14688:1121/221749.292:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  607. [16208:14688:1121/221749.293:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  608. [16208:14688:1121/221749.293:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  609. [16208:14688:1121/221749.293:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  610. [16208:14688:1121/221749.293:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  611. [16208:14688:1121/221749.293:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  612. [16208:14688:1121/221749.293:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  613. [16208:14688:1121/221749.293:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  614. [16208:14688:1121/221749.293:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  615. [16208:14688:1121/221749.293:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  616. [16208:14688:1121/221749.293:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  617. [16208:14688:1121/221749.294:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  618. [16208:14688:1121/221749.294:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  619. [16208:14688:1121/221749.294:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  620. [16208:14688:1121/221749.294:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  621. [16208:14688:1121/221749.294:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  622. [16208:14688:1121/221749.294:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  623. [16208:14688:1121/221749.294:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  624. [16208:14688:1121/221749.294:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  625. [16208:14688:1121/221749.294:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  626. [16208:14688:1121/221749.294:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  627. [16208:14688:1121/221749.295:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  628. [16208:14688:1121/221749.295:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  629. [16208:14688:1121/221749.295:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  630. [16208:14688:1121/221749.295:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  631. [16208:14688:1121/221749.295:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  632. [16208:14688:1121/221749.295:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  633. [16208:14688:1121/221749.295:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  634. [16208:14688:1121/221749.295:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  635. [16208:14688:1121/221749.295:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  636. [16208:14688:1121/221749.295:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  637. [16208:14688:1121/221749.296:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  638. [16208:14688:1121/221749.296:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  639. [16208:14688:1121/221749.296:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  640. [16208:14688:1121/221749.296:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  641. [16208:14688:1121/221749.296:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  642. [16208:14688:1121/221749.297:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  643. [16208:14688:1121/221749.297:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  644. [16208:14688:1121/221749.297:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  645. [16208:14688:1121/221749.297:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  646. [16208:14688:1121/221749.297:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  647. [16208:14688:1121/221749.298:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  648. [16208:14688:1121/221749.298:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  649. [16208:14688:1121/221749.298:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  650. [16208:14688:1121/221749.298:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  651. [16208:14688:1121/221749.298:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  652. [16208:14688:1121/221749.299:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  653. [16208:14688:1121/221749.299:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  654. [16208:14688:1121/221749.299:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  655. [16208:14688:1121/221749.299:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  656. [16208:14688:1121/221749.299:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  657. [16208:14688:1121/221749.301:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  658. [16208:14688:1121/221749.302:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  659. [16208:14688:1121/221749.302:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  660. [16208:14688:1121/221749.302:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  661. [16208:14688:1121/221749.302:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  662. [16208:14688:1121/221749.302:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  663. [16208:14688:1121/221749.302:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  664. [16208:14688:1121/221749.302:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  665. [16208:14688:1121/221749.302:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  666. [16208:14688:1121/221749.302:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  667. [16208:14688:1121/221749.303:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  668. [16208:14688:1121/221749.303:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  669. [16208:14688:1121/221749.303:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  670. [16208:14688:1121/221749.303:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  671. [16208:14688:1121/221749.303:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  672. [16208:14688:1121/221749.304:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  673. [16208:14688:1121/221749.304:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  674. [16208:14688:1121/221749.304:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  675. [16208:14688:1121/221749.304:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  676. [16208:14688:1121/221749.304:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  677. [16208:14688:1121/221749.304:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  678. [16208:14688:1121/221749.304:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  679. [16208:14688:1121/221749.304:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  680. [16208:14688:1121/221749.304:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  681. [16208:14688:1121/221749.304:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  682. [16208:14688:1121/221749.304:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  683. [16208:14688:1121/221749.304:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  684. [16208:14688:1121/221749.304:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  685. [16208:14688:1121/221749.304:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  686. [16208:14688:1121/221749.304:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  687. [16208:14688:1121/221749.305:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  688. [16208:14688:1121/221749.305:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  689. [16208:14688:1121/221749.305:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  690. [16208:14688:1121/221749.305:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  691. [16208:14688:1121/221749.305:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  692. [16208:14688:1121/221749.305:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  693. [16208:14688:1121/221749.305:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  694. [16208:14688:1121/221749.305:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  695. [16208:14688:1121/221749.305:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  696. [16208:14688:1121/221749.305:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  697. [16208:14688:1121/221749.305:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  698. [16208:14688:1121/221749.305:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  699. [16208:14688:1121/221749.305:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  700. [16208:14688:1121/221749.305:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  701. [16208:14688:1121/221749.305:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  702. [16208:14688:1121/221749.306:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  703. [16208:14688:1121/221749.306:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  704. [16208:14688:1121/221749.306:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  705. [16208:14688:1121/221749.306:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  706. [16208:14688:1121/221749.306:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  707. [16208:14688:1121/221749.306:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  708. [16208:14688:1121/221749.306:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  709. [16208:14688:1121/221749.306:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  710. [16208:14688:1121/221749.306:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  711. [16208:14688:1121/221749.306:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  712. [16208:14688:1121/221749.307:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  713. [16208:14688:1121/221749.307:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  714. [16208:14688:1121/221749.307:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  715. [16208:14688:1121/221749.307:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  716. [16208:14688:1121/221749.307:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  717. [16208:14688:1121/221749.307:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  718. [16208:14688:1121/221749.308:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  719. [16208:14688:1121/221749.308:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  720. [16208:14688:1121/221749.308:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  721. [16208:14688:1121/221749.308:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  722. [16208:14688:1121/221749.308:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  723. [16208:14688:1121/221749.308:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  724. [16208:14688:1121/221749.308:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  725. [16208:14688:1121/221749.308:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  726. [16208:14688:1121/221749.308:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  727. [16208:14688:1121/221749.308:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  728. [16208:14688:1121/221749.308:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  729. [16208:14688:1121/221749.309:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  730. [16208:14688:1121/221749.309:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  731. [16208:14688:1121/221749.309:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  732. [16208:14688:1121/221749.309:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  733. [16208:14688:1121/221749.309:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  734. [16208:14688:1121/221749.309:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  735. [16208:14688:1121/221749.309:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  736. [16208:14688:1121/221749.309:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  737. [16208:14688:1121/221749.309:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  738. [16208:14688:1121/221749.309:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  739. [16208:14688:1121/221749.309:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  740. [16208:14688:1121/221749.309:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  741. [16208:14688:1121/221749.309:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  742. [16208:14688:1121/221749.310:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  743. [16208:14688:1121/221749.310:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  744. [16208:14688:1121/221749.310:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  745. [16208:14688:1121/221749.310:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  746. [16208:14688:1121/221749.310:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  747. [16208:14688:1121/221749.368:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  748. [16208:14688:1121/221749.368:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  749. [16208:14688:1121/221749.368:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  750. [16208:14688:1121/221749.368:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  751. [16208:14688:1121/221749.368:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  752. [16208:14688:1121/221749.379:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  753. [16208:14688:1121/221749.379:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  754. [16208:14688:1121/221749.379:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  755. [16208:14688:1121/221749.379:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  756. [16208:14688:1121/221749.379:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  757. [16208:14688:1121/221749.380:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  758. [16208:14688:1121/221749.380:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  759. [16208:14688:1121/221749.380:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  760. [16208:14688:1121/221749.380:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  761. [16208:14688:1121/221749.380:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  762. [16208:14688:1121/221749.381:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  763. [16208:14688:1121/221749.381:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  764. [16208:14688:1121/221749.381:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  765. [16208:14688:1121/221749.381:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  766. [16208:14688:1121/221749.381:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  767. [16208:14688:1121/221749.382:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  768. [16208:14688:1121/221749.382:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  769. [16208:14688:1121/221749.382:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  770. [16208:14688:1121/221749.382:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  771. [16208:14688:1121/221749.382:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  772. [16208:14688:1121/221749.383:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  773. [16208:14688:1121/221749.383:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  774. [16208:14688:1121/221749.383:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  775. [16208:14688:1121/221749.383:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  776. [16208:14688:1121/221749.383:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  777. [16208:14688:1121/221749.384:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  778. [16208:14688:1121/221749.384:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  779. [16208:14688:1121/221749.384:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  780. [16208:14688:1121/221749.384:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  781. [16208:14688:1121/221749.384:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  782. [16208:14688:1121/221749.384:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  783. [16208:14688:1121/221749.384:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  784. [16208:14688:1121/221749.384:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  785. [16208:14688:1121/221749.384:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  786. [16208:14688:1121/221749.384:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  787. [16208:14688:1121/221749.384:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  788. [16208:14688:1121/221749.384:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  789. [16208:14688:1121/221749.384:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  790. [16208:14688:1121/221749.384:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  791. [16208:14688:1121/221749.384:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  792. [16208:14688:1121/221749.385:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  793. [16208:14688:1121/221749.385:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  794. [16208:14688:1121/221749.385:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  795. [16208:14688:1121/221749.385:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  796. [16208:14688:1121/221749.385:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  797. [16208:14688:1121/221749.385:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  798. [16208:14688:1121/221749.385:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  799. [16208:14688:1121/221749.385:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  800. [16208:14688:1121/221749.385:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  801. [16208:14688:1121/221749.385:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  802. [16208:14688:1121/221749.385:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  803. [16208:14688:1121/221749.385:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  804. [16208:14688:1121/221749.386:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  805. [16208:14688:1121/221749.386:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  806. [16208:14688:1121/221749.386:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  807. [16208:14688:1121/221749.387:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  808. [16208:14688:1121/221749.387:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  809. [16208:14688:1121/221749.387:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  810. [16208:14688:1121/221749.387:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  811. [16208:14688:1121/221749.387:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  812. [16208:14688:1121/221749.388:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  813. [16208:14688:1121/221749.388:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  814. [16208:14688:1121/221749.388:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  815. [16208:14688:1121/221749.388:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  816. [16208:14688:1121/221749.388:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  817. [16208:14688:1121/221749.390:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  818. [16208:14688:1121/221749.390:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  819. [16208:14688:1121/221749.390:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  820. [16208:14688:1121/221749.390:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  821. [16208:14688:1121/221749.390:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  822. [16208:14688:1121/221749.390:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  823. [16208:14688:1121/221749.390:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  824. [16208:14688:1121/221749.390:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  825. [16208:14688:1121/221749.390:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  826. [16208:14688:1121/221749.390:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  827. [16208:14688:1121/221749.391:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  828. [16208:14688:1121/221749.391:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  829. [16208:14688:1121/221749.391:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  830. [16208:14688:1121/221749.391:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  831. [16208:14688:1121/221749.391:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  832. [16208:14688:1121/221749.392:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  833. [16208:14688:1121/221749.392:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  834. [16208:14688:1121/221749.392:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  835. [16208:14688:1121/221749.392:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  836. [16208:14688:1121/221749.392:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  837. [16208:14688:1121/221749.393:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  838. [16208:14688:1121/221749.393:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  839. [16208:14688:1121/221749.393:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  840. [16208:14688:1121/221749.393:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  841. [16208:14688:1121/221749.393:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  842. [16208:14688:1121/221749.393:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  843. [16208:14688:1121/221749.393:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  844. [16208:14688:1121/221749.393:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  845. [16208:14688:1121/221749.393:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  846. [16208:14688:1121/221749.393:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  847. [16208:14688:1121/221749.393:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  848. [16208:14688:1121/221749.393:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  849. [16208:14688:1121/221749.393:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  850. [16208:14688:1121/221749.393:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  851. [16208:14688:1121/221749.393:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  852. [16208:14688:1121/221749.394:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  853. [16208:14688:1121/221749.394:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  854. [16208:14688:1121/221749.394:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  855. [16208:14688:1121/221749.394:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  856. [16208:14688:1121/221749.394:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  857. [16208:14688:1121/221749.394:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  858. [16208:14688:1121/221749.394:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  859. [16208:14688:1121/221749.394:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  860. [16208:14688:1121/221749.394:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  861. [16208:14688:1121/221749.394:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  862. [16208:14688:1121/221749.394:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  863. [16208:14688:1121/221749.394:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  864. [16208:14688:1121/221749.394:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  865. [16208:14688:1121/221749.394:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  866. [16208:14688:1121/221749.394:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  867. [16208:14688:1121/221749.395:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  868. [16208:14688:1121/221749.395:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  869. [16208:14688:1121/221749.395:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  870. [16208:14688:1121/221749.395:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  871. [16208:14688:1121/221749.395:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  872. [16208:14688:1121/221749.395:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  873. [16208:14688:1121/221749.395:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  874. [16208:14688:1121/221749.395:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  875. [16208:14688:1121/221749.395:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  876. [16208:14688:1121/221749.395:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  877. [16208:14688:1121/221749.395:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  878. [16208:14688:1121/221749.395:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  879. [16208:14688:1121/221749.395:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  880. [16208:14688:1121/221749.395:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  881. [16208:14688:1121/221749.395:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  882. [16208:14688:1121/221749.396:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  883. [16208:14688:1121/221749.396:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  884. [16208:14688:1121/221749.396:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  885. [16208:14688:1121/221749.396:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  886. [16208:14688:1121/221749.396:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  887. [16208:14688:1121/221749.396:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  888. [16208:14688:1121/221749.396:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  889. [16208:14688:1121/221749.396:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  890. [16208:14688:1121/221749.396:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  891. [16208:14688:1121/221749.396:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  892. [16208:14688:1121/221749.396:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  893. [16208:14688:1121/221749.396:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  894. [16208:14688:1121/221749.396:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  895. [16208:14688:1121/221749.396:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  896. [16208:14688:1121/221749.396:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  897. [16208:14688:1121/221749.396:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  898. [16208:14688:1121/221749.396:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  899. [16208:14688:1121/221749.396:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  900. [16208:14688:1121/221749.396:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  901. [16208:14688:1121/221749.396:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  902. [16208:14688:1121/221749.397:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  903. [16208:14688:1121/221749.397:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  904. [16208:14688:1121/221749.397:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  905. [16208:14688:1121/221749.397:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  906. [16208:14688:1121/221749.397:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  907. [16208:14688:1121/221749.397:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  908. [16208:14688:1121/221749.397:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  909. [16208:14688:1121/221749.397:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  910. [16208:14688:1121/221749.397:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  911. [16208:14688:1121/221749.397:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  912. [16208:14688:1121/221749.397:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  913. [16208:14688:1121/221749.397:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  914. [16208:14688:1121/221749.397:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  915. [16208:14688:1121/221749.397:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  916. [16208:14688:1121/221749.397:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  917. [16208:14688:1121/221749.398:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  918. [16208:14688:1121/221749.398:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  919. [16208:14688:1121/221749.398:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  920. [16208:14688:1121/221749.398:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  921. [16208:14688:1121/221749.398:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  922. [16208:14688:1121/221749.398:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  923. [16208:14688:1121/221749.398:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  924. [16208:14688:1121/221749.398:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  925. [16208:14688:1121/221749.398:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  926. [16208:14688:1121/221749.398:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  927. [16208:14688:1121/221749.398:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  928. [16208:14688:1121/221749.398:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  929. [16208:14688:1121/221749.398:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  930. [16208:14688:1121/221749.398:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  931. [16208:14688:1121/221749.398:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  932. [16208:14688:1121/221749.398:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  933. [16208:14688:1121/221749.398:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  934. [16208:14688:1121/221749.398:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  935. [16208:14688:1121/221749.398:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  936. [16208:14688:1121/221749.398:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  937. [16208:14688:1121/221749.399:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  938. [16208:14688:1121/221749.399:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  939. [16208:14688:1121/221749.399:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  940. [16208:14688:1121/221749.399:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  941. [16208:14688:1121/221749.399:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  942. [16208:14688:1121/221749.399:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  943. [16208:14688:1121/221749.399:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  944. [16208:14688:1121/221749.399:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  945. [16208:14688:1121/221749.399:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  946. [16208:14688:1121/221749.399:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  947. [16208:14688:1121/221749.399:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  948. [16208:14688:1121/221749.399:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  949. [16208:14688:1121/221749.399:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  950. [16208:14688:1121/221749.399:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  951. [16208:14688:1121/221749.399:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  952. [16208:14688:1121/221749.400:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  953. [16208:14688:1121/221749.400:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  954. [16208:14688:1121/221749.400:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  955. [16208:14688:1121/221749.400:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  956. [16208:14688:1121/221749.400:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  957. [16208:14688:1121/221749.400:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  958. [16208:14688:1121/221749.400:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  959. [16208:14688:1121/221749.400:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  960. [16208:14688:1121/221749.400:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  961. [16208:14688:1121/221749.400:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  962. [16208:14688:1121/221749.400:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  963. [16208:14688:1121/221749.400:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  964. [16208:14688:1121/221749.400:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  965. [16208:14688:1121/221749.400:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  966. [16208:14688:1121/221749.400:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  967. [16208:14688:1121/221749.400:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  968. [16208:14688:1121/221749.400:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  969. [16208:14688:1121/221749.401:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  970. [16208:14688:1121/221749.401:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  971. [16208:14688:1121/221749.401:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  972. [16208:14688:1121/221749.401:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  973. [16208:14688:1121/221749.401:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  974. [16208:14688:1121/221749.401:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  975. [16208:14688:1121/221749.401:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  976. [16208:14688:1121/221749.401:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  977. [16208:14688:1121/221749.401:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  978. [16208:14688:1121/221749.401:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  979. [16208:14688:1121/221749.401:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  980. [16208:14688:1121/221749.401:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  981. [16208:14688:1121/221749.401:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  982. [16208:14688:1121/221749.401:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  983. [16208:14688:1121/221749.401:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  984. [16208:14688:1121/221749.401:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  985. [16208:14688:1121/221749.401:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  986. [16208:14688:1121/221749.401:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  987. [16208:14688:1121/221749.402:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  988. [16208:14688:1121/221749.402:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  989. [16208:14688:1121/221749.402:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  990. [16208:14688:1121/221749.402:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  991. [16208:14688:1121/221749.402:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  992. [16208:14688:1121/221749.402:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  993. [16208:14688:1121/221749.402:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  994. [16208:14688:1121/221749.402:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  995. [16208:14688:1121/221749.402:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  996. [16208:14688:1121/221749.402:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  997. [16208:14688:1121/221749.402:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  998. [16208:14688:1121/221749.402:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  999. [16208:14688:1121/221749.402:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1000. [16208:14688:1121/221749.402:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1001. [16208:14688:1121/221749.402:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1002. [16208:14688:1121/221749.403:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1003. [16208:14688:1121/221749.403:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1004. [16208:14688:1121/221749.403:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1005. [16208:14688:1121/221749.403:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1006. [16208:14688:1121/221749.403:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1007. [16208:14688:1121/221749.403:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1008. [16208:14688:1121/221749.403:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1009. [16208:14688:1121/221749.403:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1010. [16208:14688:1121/221749.403:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1011. [16208:14688:1121/221749.403:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1012. [16208:14688:1121/221749.403:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1013. [16208:14688:1121/221749.403:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1014. [16208:14688:1121/221749.403:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1015. [16208:14688:1121/221749.403:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1016. [16208:14688:1121/221749.403:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1017. [16208:14688:1121/221749.404:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1018. [16208:14688:1121/221749.404:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1019. [16208:14688:1121/221749.404:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1020. [16208:14688:1121/221749.404:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1021. [16208:14688:1121/221749.404:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1022. [16208:14688:1121/221749.404:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1023. [16208:14688:1121/221749.404:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1024. [16208:14688:1121/221749.404:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1025. [16208:14688:1121/221749.404:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1026. [16208:14688:1121/221749.404:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1027. [16208:14688:1121/221749.404:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1028. [16208:14688:1121/221749.404:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1029. [16208:14688:1121/221749.404:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1030. [16208:14688:1121/221749.404:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1031. [16208:14688:1121/221749.404:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1032. [16208:14688:1121/221749.405:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1033. [16208:14688:1121/221749.405:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1034. [16208:14688:1121/221749.405:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1035. [16208:14688:1121/221749.405:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1036. [16208:14688:1121/221749.405:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1037. [16208:14688:1121/221749.405:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1038. [16208:14688:1121/221749.405:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1039. [16208:14688:1121/221749.405:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1040. [16208:14688:1121/221749.405:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1041. [16208:14688:1121/221749.405:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1042. [16208:14688:1121/221749.405:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1043. [16208:14688:1121/221749.405:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1044. [16208:14688:1121/221749.405:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1045. [16208:14688:1121/221749.405:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1046. [16208:14688:1121/221749.405:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1047. [16208:14688:1121/221749.406:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1048. [16208:14688:1121/221749.406:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1049. [16208:14688:1121/221749.406:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1050. [16208:14688:1121/221749.406:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1051. [16208:14688:1121/221749.406:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1052. [16208:14688:1121/221749.406:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1053. [16208:14688:1121/221749.406:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1054. [16208:14688:1121/221749.406:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1055. [16208:14688:1121/221749.406:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1056. [16208:14688:1121/221749.406:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1057. [16208:14688:1121/221749.406:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1058. [16208:14688:1121/221749.406:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1059. [16208:14688:1121/221749.406:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1060. [16208:14688:1121/221749.406:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1061. [16208:14688:1121/221749.406:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1062. [16208:14688:1121/221749.407:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1063. [16208:14688:1121/221749.407:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1064. [16208:14688:1121/221749.407:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1065. [16208:14688:1121/221749.407:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1066. [16208:14688:1121/221749.407:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1067. [16208:14688:1121/221749.407:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1068. [16208:14688:1121/221749.407:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1069. [16208:14688:1121/221749.407:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1070. [16208:14688:1121/221749.407:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1071. [16208:14688:1121/221749.407:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1072. [16208:14688:1121/221749.407:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1073. [16208:14688:1121/221749.407:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1074. [16208:14688:1121/221749.407:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1075. [16208:14688:1121/221749.407:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1076. [16208:14688:1121/221749.407:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1077. [16208:14688:1121/221749.408:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1078. [16208:14688:1121/221749.408:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1079. [16208:14688:1121/221749.408:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1080. [16208:14688:1121/221749.408:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1081. [16208:14688:1121/221749.408:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1082. [16208:14688:1121/221749.408:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1083. [16208:14688:1121/221749.408:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1084. [16208:14688:1121/221749.408:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1085. [16208:14688:1121/221749.408:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1086. [16208:14688:1121/221749.408:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1087. [16208:14688:1121/221749.408:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1088. [16208:14688:1121/221749.408:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1089. [16208:14688:1121/221749.408:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1090. [16208:14688:1121/221749.408:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1091. [16208:14688:1121/221749.408:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1092. [16208:14688:1121/221749.409:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1093. [16208:14688:1121/221749.409:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1094. [16208:14688:1121/221749.409:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1095. [16208:14688:1121/221749.409:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1096. [16208:14688:1121/221749.409:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1097. [16208:14688:1121/221749.409:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1098. [16208:14688:1121/221749.409:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1099. [16208:14688:1121/221749.409:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1100. [16208:14688:1121/221749.409:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1101. [16208:14688:1121/221749.409:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1102. [16208:14688:1121/221749.409:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1103. [16208:14688:1121/221749.409:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1104. [16208:14688:1121/221749.409:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1105. [16208:14688:1121/221749.409:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1106. [16208:14688:1121/221749.409:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1107. [16208:14688:1121/221749.410:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1108. [16208:14688:1121/221749.410:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1109. [16208:14688:1121/221749.410:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1110. [16208:14688:1121/221749.410:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1111. [16208:14688:1121/221749.410:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1112. [16208:14688:1121/221749.410:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1113. [16208:14688:1121/221749.410:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1114. [16208:14688:1121/221749.410:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1115. [16208:14688:1121/221749.410:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1116. [16208:14688:1121/221749.410:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1117. [16208:14688:1121/221749.410:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1118. [16208:14688:1121/221749.410:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1119. [16208:14688:1121/221749.410:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1120. [16208:14688:1121/221749.410:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1121. [16208:14688:1121/221749.410:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1122. [16208:14688:1121/221749.411:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1123. [16208:14688:1121/221749.411:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1124. [16208:14688:1121/221749.411:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1125. [16208:14688:1121/221749.411:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1126. [16208:14688:1121/221749.411:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1127. [16208:14688:1121/221749.411:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1128. [16208:14688:1121/221749.411:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1129. [16208:14688:1121/221749.411:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1130. [16208:14688:1121/221749.411:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1131. [16208:14688:1121/221749.411:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1132. [16208:14688:1121/221749.412:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1133. [16208:14688:1121/221749.412:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1134. [16208:14688:1121/221749.412:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1135. [16208:14688:1121/221749.412:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1136. [16208:14688:1121/221749.412:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1137. [16208:14688:1121/221749.412:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1138. [16208:14688:1121/221749.412:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1139. [16208:14688:1121/221749.412:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1140. [16208:14688:1121/221749.412:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1141. [16208:14688:1121/221749.412:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1142. [16208:14688:1121/221749.412:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1143. [16208:14688:1121/221749.412:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1144. [16208:14688:1121/221749.412:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1145. [16208:14688:1121/221749.412:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1146. [16208:14688:1121/221749.412:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1147. [16208:14688:1121/221749.413:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1148. [16208:14688:1121/221749.413:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1149. [16208:14688:1121/221749.413:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1150. [16208:14688:1121/221749.413:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1151. [16208:14688:1121/221749.413:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1152. [16208:14688:1121/221749.413:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1153. [16208:14688:1121/221749.413:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1154. [16208:14688:1121/221749.413:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1155. [16208:14688:1121/221749.413:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1156. [16208:14688:1121/221749.413:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1157. [16208:14688:1121/221749.413:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1158. [16208:14688:1121/221749.413:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1159. [16208:14688:1121/221749.413:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1160. [16208:14688:1121/221749.413:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1161. [16208:14688:1121/221749.413:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1162. [16208:14688:1121/221749.413:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1163. [16208:14688:1121/221749.413:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1164. [16208:14688:1121/221749.414:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1165. [16208:14688:1121/221749.414:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1166. [16208:14688:1121/221749.414:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1167. [16208:14688:1121/221749.414:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1168. [16208:14688:1121/221749.414:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1169. [16208:14688:1121/221749.414:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1170. [16208:14688:1121/221749.414:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1171. [16208:14688:1121/221749.414:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1172. [16208:14688:1121/221749.414:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1173. [16208:14688:1121/221749.414:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1174. [16208:14688:1121/221749.414:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1175. [16208:14688:1121/221749.414:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1176. [16208:14688:1121/221749.414:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1177. [16208:14688:1121/221749.414:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1178. [16208:14688:1121/221749.414:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1179. [16208:14688:1121/221749.414:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1180. [16208:14688:1121/221749.414:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1181. [16208:14688:1121/221749.414:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1182. [16208:14688:1121/221749.415:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1183. [16208:14688:1121/221749.415:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1184. [16208:14688:1121/221749.415:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1185. [16208:14688:1121/221749.415:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1186. [16208:14688:1121/221749.415:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1187. [16208:14688:1121/221749.415:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1188. [16208:14688:1121/221749.415:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1189. [16208:14688:1121/221749.415:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1190. [16208:14688:1121/221749.415:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1191. [16208:14688:1121/221749.415:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1192. [16208:14688:1121/221749.415:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1193. [16208:14688:1121/221749.415:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1194. [16208:14688:1121/221749.415:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1195. [16208:14688:1121/221749.415:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1196. [16208:14688:1121/221749.415:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1197. [16208:14688:1121/221749.416:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1198. [16208:14688:1121/221749.416:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1199. [16208:14688:1121/221749.416:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1200. [16208:14688:1121/221749.416:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1201. [16208:14688:1121/221749.416:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1202. [16208:14688:1121/221749.416:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1203. [16208:14688:1121/221749.416:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1204. [16208:14688:1121/221749.416:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1205. [16208:14688:1121/221749.416:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1206. [16208:14688:1121/221749.416:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1207. [16208:14688:1121/221749.416:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1208. [16208:14688:1121/221749.416:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1209. [16208:14688:1121/221749.416:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1210. [16208:14688:1121/221749.416:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1211. [16208:14688:1121/221749.416:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1212. [16208:14688:1121/221749.416:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1213. [16208:14688:1121/221749.416:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1214. [16208:14688:1121/221749.416:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1215. [16208:14688:1121/221749.416:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1216. [16208:14688:1121/221749.416:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1217. [16208:14688:1121/221749.417:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1218. [16208:14688:1121/221749.417:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1219. [16208:14688:1121/221749.417:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1220. [16208:14688:1121/221749.417:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1221. [16208:14688:1121/221749.417:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1222. [16208:14688:1121/221749.417:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1223. [16208:14688:1121/221749.417:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1224. [16208:14688:1121/221749.417:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1225. [16208:14688:1121/221749.417:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1226. [16208:14688:1121/221749.417:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1227. [16208:14688:1121/221749.417:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1228. [16208:14688:1121/221749.417:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1229. [16208:14688:1121/221749.417:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1230. [16208:14688:1121/221749.417:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1231. [16208:14688:1121/221749.417:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1232. [16208:14688:1121/221749.418:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1233. [16208:14688:1121/221749.418:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1234. [16208:14688:1121/221749.418:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1235. [16208:14688:1121/221749.418:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1236. [16208:14688:1121/221749.418:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1237. [16208:14688:1121/221749.418:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1238. [16208:14688:1121/221749.418:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1239. [16208:14688:1121/221749.418:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1240. [16208:14688:1121/221749.418:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1241. [16208:14688:1121/221749.418:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1242. [16208:14688:1121/221749.418:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1243. [16208:14688:1121/221749.418:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1244. [16208:14688:1121/221749.418:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1245. [16208:14688:1121/221749.418:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1246. [16208:14688:1121/221749.418:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1247. [16208:14688:1121/221749.418:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1248. [16208:14688:1121/221749.418:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1249. [16208:14688:1121/221749.418:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1250. [16208:14688:1121/221749.418:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1251. [16208:14688:1121/221749.418:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1252. [16208:14688:1121/221749.419:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1253. [16208:14688:1121/221749.419:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1254. [16208:14688:1121/221749.419:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1255. [16208:14688:1121/221749.419:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1256. [16208:14688:1121/221749.419:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1257. [16208:14688:1121/221749.419:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1258. [16208:14688:1121/221749.419:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1259. [16208:14688:1121/221749.419:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1260. [16208:14688:1121/221749.419:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1261. [16208:14688:1121/221749.419:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1262. [16208:14688:1121/221749.419:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1263. [16208:14688:1121/221749.419:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1264. [16208:14688:1121/221749.419:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1265. [16208:14688:1121/221749.419:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1266. [16208:14688:1121/221749.419:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1267. [16208:14688:1121/221749.420:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1268. [16208:14688:1121/221749.420:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1269. [16208:14688:1121/221749.420:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1270. [16208:14688:1121/221749.420:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1271. [16208:14688:1121/221749.420:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1272. [16208:14688:1121/221749.420:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1273. [16208:14688:1121/221749.420:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1274. [16208:14688:1121/221749.420:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1275. [16208:14688:1121/221749.420:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1276. [16208:14688:1121/221749.420:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1277. [16208:14688:1121/221749.420:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1278. [16208:14688:1121/221749.420:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1279. [16208:14688:1121/221749.420:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1280. [16208:14688:1121/221749.420:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1281. [16208:14688:1121/221749.420:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1282. [16208:14688:1121/221749.421:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1283. [16208:14688:1121/221749.421:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1284. [16208:14688:1121/221749.421:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1285. [16208:14688:1121/221749.421:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1286. [16208:14688:1121/221749.421:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1287. [16208:14688:1121/221749.421:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1288. [16208:14688:1121/221749.421:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1289. [16208:14688:1121/221749.421:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1290. [16208:14688:1121/221749.421:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1291. [16208:14688:1121/221749.421:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1292. [16208:14688:1121/221749.421:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1293. [16208:14688:1121/221749.421:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1294. [16208:14688:1121/221749.421:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1295. [16208:14688:1121/221749.421:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1296. [16208:14688:1121/221749.421:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1297. [16208:14688:1121/221749.422:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1298. [16208:14688:1121/221749.422:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1299. [16208:14688:1121/221749.422:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1300. [16208:14688:1121/221749.422:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1301. [16208:14688:1121/221749.422:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1302. [16208:14688:1121/221749.422:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1303. [16208:14688:1121/221749.422:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1304. [16208:14688:1121/221749.422:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1305. [16208:14688:1121/221749.422:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1306. [16208:14688:1121/221749.422:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1307. [16208:14688:1121/221749.422:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1308. [16208:14688:1121/221749.422:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1309. [16208:14688:1121/221749.422:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1310. [16208:14688:1121/221749.422:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1311. [16208:14688:1121/221749.422:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1312. [16208:14688:1121/221749.423:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1313. [16208:14688:1121/221749.423:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1314. [16208:14688:1121/221749.423:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1315. [16208:14688:1121/221749.423:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1316. [16208:14688:1121/221749.423:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1317. [16208:14688:1121/221749.423:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1318. [16208:14688:1121/221749.423:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1319. [16208:14688:1121/221749.423:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1320. [16208:14688:1121/221749.423:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1321. [16208:14688:1121/221749.423:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1322. [16208:14688:1121/221749.423:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1323. [16208:14688:1121/221749.423:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1324. [16208:14688:1121/221749.423:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1325. [16208:14688:1121/221749.423:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1326. [16208:14688:1121/221749.423:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1327. [16208:14688:1121/221749.423:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1328. [16208:14688:1121/221749.423:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1329. [16208:14688:1121/221749.423:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1330. [16208:14688:1121/221749.423:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1331. [16208:14688:1121/221749.423:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1332. [16208:14688:1121/221749.424:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1333. [16208:14688:1121/221749.424:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1334. [16208:14688:1121/221749.424:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1335. [16208:14688:1121/221749.424:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1336. [16208:14688:1121/221749.424:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1337. [16208:14688:1121/221749.424:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1338. [16208:14688:1121/221749.424:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1339. [16208:14688:1121/221749.424:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1340. [16208:14688:1121/221749.424:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1341. [16208:14688:1121/221749.424:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1342. [16208:14688:1121/221749.424:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1343. [16208:14688:1121/221749.424:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1344. [16208:14688:1121/221749.424:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1345. [16208:14688:1121/221749.424:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1346. [16208:14688:1121/221749.424:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1347. [16208:14688:1121/221749.425:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1348. [16208:14688:1121/221749.425:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1349. [16208:14688:1121/221749.425:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1350. [16208:14688:1121/221749.425:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1351. [16208:14688:1121/221749.425:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1352. [16208:14688:1121/221749.425:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1353. [16208:14688:1121/221749.425:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1354. [16208:14688:1121/221749.425:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1355. [16208:14688:1121/221749.425:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1356. [16208:14688:1121/221749.425:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1357. [16208:14688:1121/221749.426:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1358. [16208:14688:1121/221749.426:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1359. [16208:14688:1121/221749.426:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1360. [16208:14688:1121/221749.426:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1361. [16208:14688:1121/221749.426:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1362. [16208:14688:1121/221749.426:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1363. [16208:14688:1121/221749.426:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1364. [16208:14688:1121/221749.426:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1365. [16208:14688:1121/221749.426:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1366. [16208:14688:1121/221749.426:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1367. [16208:14688:1121/221749.426:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1368. [16208:14688:1121/221749.426:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1369. [16208:14688:1121/221749.426:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1370. [16208:14688:1121/221749.426:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1371. [16208:14688:1121/221749.426:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1372. [16208:14688:1121/221749.427:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1373. [16208:14688:1121/221749.427:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1374. [16208:14688:1121/221749.427:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1375. [16208:14688:1121/221749.427:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1376. [16208:14688:1121/221749.427:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1377. [16208:14688:1121/221749.427:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1378. [16208:14688:1121/221749.427:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1379. [16208:14688:1121/221749.427:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1380. [16208:14688:1121/221749.427:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1381. [16208:14688:1121/221749.427:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1382. [16208:14688:1121/221749.427:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1383. [16208:14688:1121/221749.427:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1384. [16208:14688:1121/221749.427:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1385. [16208:14688:1121/221749.427:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1386. [16208:14688:1121/221749.427:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1387. [16208:14688:1121/221749.428:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1388. [16208:14688:1121/221749.428:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1389. [16208:14688:1121/221749.428:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1390. [16208:14688:1121/221749.428:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1391. [16208:14688:1121/221749.428:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1392. [16208:14688:1121/221749.428:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1393. [16208:14688:1121/221749.428:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1394. [16208:14688:1121/221749.428:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1395. [16208:14688:1121/221749.428:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1396. [16208:14688:1121/221749.428:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1397. [16208:14688:1121/221749.428:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1398. [16208:14688:1121/221749.428:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1399. [16208:14688:1121/221749.428:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1400. [16208:14688:1121/221749.428:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1401. [16208:14688:1121/221749.428:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1402. [16208:14688:1121/221749.429:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1403. [16208:14688:1121/221749.429:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1404. [16208:14688:1121/221749.429:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1405. [16208:14688:1121/221749.429:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1406. [16208:14688:1121/221749.429:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1407. [16208:14688:1121/221749.429:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1408. [16208:14688:1121/221749.429:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1409. [16208:14688:1121/221749.429:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1410. [16208:14688:1121/221749.429:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1411. [16208:14688:1121/221749.429:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1412. [16208:14688:1121/221749.429:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1413. [16208:14688:1121/221749.429:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1414. [16208:14688:1121/221749.429:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1415. [16208:14688:1121/221749.429:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1416. [16208:14688:1121/221749.429:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1417. [16208:14688:1121/221749.430:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1418. [16208:14688:1121/221749.430:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1419. [16208:14688:1121/221749.430:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1420. [16208:14688:1121/221749.430:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1421. [16208:14688:1121/221749.430:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1422. [16208:14688:1121/221749.430:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1423. [16208:14688:1121/221749.430:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1424. [16208:14688:1121/221749.430:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1425. [16208:14688:1121/221749.430:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1426. [16208:14688:1121/221749.430:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1427. [16208:14688:1121/221749.430:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1428. [16208:14688:1121/221749.430:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1429. [16208:14688:1121/221749.430:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1430. [16208:14688:1121/221749.430:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1431. [16208:14688:1121/221749.430:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1432. [16208:14688:1121/221749.431:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1433. [16208:14688:1121/221749.431:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1434. [16208:14688:1121/221749.431:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1435. [16208:14688:1121/221749.431:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1436. [16208:14688:1121/221749.431:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1437. [16208:14688:1121/221749.432:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1438. [16208:14688:1121/221749.432:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1439. [16208:14688:1121/221749.432:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1440. [16208:14688:1121/221749.432:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1441. [16208:14688:1121/221749.432:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1442. [16208:14688:1121/221749.432:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1443. [16208:14688:1121/221749.432:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1444. [16208:14688:1121/221749.432:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1445. [16208:14688:1121/221749.432:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1446. [16208:14688:1121/221749.432:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1447. [16208:14688:1121/221749.433:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
  1448. [16208:14688:1121/221749.433:ERROR:gl_context_egl.cc(286)] : eglCreateContext failed with error EGL_CONTEXT_LOST
  1449. [16208:14688:1121/221749.433:ERROR:gpu_channel_manager.cc(819)] : ContextResult::kFatalFailure: Failed to create shared context for virtualization.
  1450. [16208:14688:1121/221749.433:ERROR:shared_image_stub.cc(552)] : SharedImageStub: unable to create context
  1451. [16208:14688:1121/221749.433:ERROR:gpu_channel.cc(568)] : GpuChannel: Failed to create SharedImageStub
  1452. [16208:14688:1121/221749.433:ERROR:gl_surface_egl.cc(782)] : EGL Driver message (Critical) eglCreateContext: display had a context loss
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement