Chromium EGL issues with Wayland and Vivante

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Chromium EGL issues with Wayland and Vivante

2,127 Views
arslan
Contributor III

I am trying to run hardware accelerated version of Chromium on Imx8MM-Evk board. I built everything with Yocto Hardknott.

When I start Chromium (with and without the option --in-proc-gpu), Chromium says:

[     1] Failed EGL API GetProcAddress: eglLockSurfaceKHR !
[     2] Failed EGL API GetProcAddress: eglUnlockSurfaceKHR !
[     3] Failed EGL API GetProcAddress: eglBindWaylandDisplayWL !
[     4] Failed EGL API GetProcAddress: eglUnbindWaylandDisplayWL !
[     5] Failed EGL API GetProcAddress: eglQueryWaylandBufferWL !
[     6] Failed EGL API GetProcAddress: eglUpdateWaylandBufferWL !
[     7] Failed EGL API GetProcAddress: eglSetDamageRegionKHR !
[     8] Failed EGL API GetProcAddress: eglSwapBuffersWithDamageEXT !
[     9] Failed EGL API GetProcAddress: eglQueryDmaBufFormatsEXT !
[    10] Failed EGL API GetProcAddress: eglQueryDmaBufModifiersEXT !
[    11] Failed EGL API GetProcAddress: eglPatchID !
[    12] Failed ES_Common API GetProcAddress: forward_glActiveTexture !
[    13] Failed ES_Common API GetProcAddress: forward_glBindBuffer !
[    14] Failed ES_Common API GetProcAddress: forward_glBindTexture !
[    15] Failed ES_Common API GetProcAddress: forward_glBlendFunc !
[    16] Failed ES_Common API GetProcAddress: forward_glBufferData !
[    17] Failed ES_Common API GetProcAddress: forward_glBufferSubData !
[    18] Failed ES_Common API GetProcAddress: forward_glClear !
[    19] Failed ES_Common API GetProcAddress: forward_glClearColor !
[    20] Failed ES_Common API GetProcAddress: forward_glClearDepthf !
[    21] Failed ES_Common API GetProcAddress: forward_glClearStencil !
[    22] Failed ES_Common API GetProcAddress: forward_glColorMask !
[    23] Failed ES_Common API GetProcAddress: forward_glCompressedTexImage2D !

 

This list is very long, I just cut it. Alot of lines later, I get:

EGL: Warning: No default display support on wayland
[569:569:1111/101924.422021:ERROR:gl_surface_egl.cc(1350)] EGL display query failed with error EGL_SUCCESS
[569:569:1111/101924.422627:ERROR:gl_surface_egl.cc(1375)] eglInitialize Default failed with error EGL_BAD_DISPLAY
[569:569:1111/101924.423025:ERROR:gl_ozone_egl.cc(20)] GLSurfaceEGL::InitializeOneOff failed.
[569:569:1111/101924.445521:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[530:530:1111/101924.507133:ERROR:cursor_loader.cc(115)] Failed to load a platform cursor of type kNull
[584:584:1111/101924.926538:ERROR:gpu_init.cc(453)] Passthrough is not supported, GL is swiftshader, ANGLE is 
[530:600:1111/101928.669055:ERROR:chrome_browser_main_extra_parts_metrics.cc(228)] crbug.com/1216328: Checking Bluetooth availability started. Please report if there is no report that this ends.
[530:600:1111/101928.669610:ERROR:chrome_browser_main_extra_parts_metrics.cc(231)] crbug.com/1216328: Checking Bluetooth availability ended.
[530:600:1111/101928.669689:ERROR:chrome_browser_main_extra_parts_metrics.cc(234)] crbug.com/1216328: Checking default browser status started. Please report if there is no report that this ends.
[530:600:1111/101928.690454:ERROR:chrome_browser_main_extra_parts_metrics.cc(238)] crbug.com/1216328: Checking default browser status ended.
[530:530:1111/101932.899099:ERROR:cursor_loader.cc(115)] Failed to load a platform cursor of type kHand

 

currently this output is from Chromium version 95, but I have this problem in all 9x versions, I didn't try 8x.

 

Running a OpenGl example from weston (weston-simple-egl) does not show such problems about EGL.

Anyone running Chrome succesfully without these warnings? Or any hints, if something should be modified in Chromium recipes?

 

Tags (3)
0 Kudos
2 Replies

2,070 Views
arslan
Contributor III

@Bio_TICFSL , thanks for the reply.

We built a new image for IMX8M Nano, which according to NXP, should have a 3D HW support, but we have also here the same warnings. I think the problem here is caused by something else.

The following snippet is just the half of the warnings.

[     1] Failed EGL API GetProcAddress: eglLockSurfaceKHR !
[     2] Failed EGL API GetProcAddress: eglUnlockSurfaceKHR !
[     3] Failed EGL API GetProcAddress: eglBindWaylandDisplayWL !
[     4] Failed EGL API GetProcAddress: eglUnbindWaylandDisplayWL !
[     5] Failed EGL API GetProcAddress: eglQueryWaylandBufferWL !
[     6] Failed EGL API GetProcAddress: eglUpdateWaylandBufferWL !
[     7] Failed EGL API GetProcAddress: eglSetDamageRegionKHR !
[     8] Failed EGL API GetProcAddress: eglSwapBuffersWithDamageEXT !
[     9] Failed EGL API GetProcAddress: eglQueryDmaBufFormatsEXT !
[    10] Failed EGL API GetProcAddress: eglQueryDmaBufModifiersEXT !
[    11] Failed EGL API GetProcAddress: eglPatchID !
[    12] Failed ES_Common API GetProcAddress: forward_glActiveTexture !
[    13] Failed ES_Common API GetProcAddress: forward_glBindBuffer !
[    14] Failed ES_Common API GetProcAddress: forward_glBindTexture !
[    15] Failed ES_Common API GetProcAddress: forward_glBlendFunc !
[    16] Failed ES_Common API GetProcAddress: forward_glBufferData !
[    17] Failed ES_Common API GetProcAddress: forward_glBufferSubData !
[    18] Failed ES_Common API GetProcAddress: forward_glClear !
[    19] Failed ES_Common API GetProcAddress: forward_glClearColor !
[    20] Failed ES_Common API GetProcAddress: forward_glClearDepthf !
[    21] Failed ES_Common API GetProcAddress: forward_glClearStencil !
[    22] Failed ES_Common API GetProcAddress: forward_glColorMask !
[    23] Failed ES_Common API GetProcAddress: forward_glCompressedTexImage2D !
[    24] Failed ES_Common API GetProcAddress: forward_glCompressedTexSubImage2D !
[    25] Failed ES_Common API GetProcAddress: forward_glCopyTexImage2D !
[    26] Failed ES_Common API GetProcAddress: forward_glCopyTexSubImage2D !
[    27] Failed ES_Common API GetProcAddress: forward_glCullFace !
[    28] Failed ES_Common API GetProcAddress: forward_glDeleteBuffers !
[    29] Failed ES_Common API GetProcAddress: forward_glDeleteTextures !
[    30] Failed ES_Common API GetProcAddress: forward_glDepthFunc !
[    31] Failed ES_Common API GetProcAddress: forward_glDepthMask !
[    32] Failed ES_Common API GetProcAddress: forward_glDepthRangef !
[    33] Failed ES_Common API GetProcAddress: forward_glDisable !
[    34] Failed ES_Common API GetProcAddress: forward_glDrawArrays !
[    35] Failed ES_Common API GetProcAddress: forward_glDrawElements !
[    36] Failed ES_Common API GetProcAddress: forward_glEnable !
[    37] Failed ES_Common API GetProcAddress: forward_glFinish !
[    38] Failed ES_Common API GetProcAddress: forward_glFlush !
[    39] Failed ES_Common API GetProcAddress: forward_glFrontFace !
[    40] Failed ES_Common API GetProcAddress: forward_glGenBuffers !
[    41] Failed ES_Common API GetProcAddress: forward_glGenTextures !
[    42] Failed ES_Common API GetProcAddress: forward_glGetBooleanv !
[    43] Failed ES_Common API GetProcAddress: forward_glGetBufferParameteriv !
[    44] Failed ES_Common API GetProcAddress: forward_glGetError !
[    45] Failed ES_Common API GetProcAddress: forward_glGetFloatv !
[    46] Failed ES_Common API GetProcAddress: forward_glGetIntegerv !
[    47] Failed ES_Common API GetProcAddress: forward_glGetPointerv !
[    48] Failed ES_Common API GetProcAddress: forward_glGetString !
[    49] Failed ES_Common API GetProcAddress: forward_glGetTexParameterfv !
[    50] Failed ES_Common API GetProcAddress: forward_glGetTexParameteriv !
[    51] Failed ES_Common API GetProcAddress: forward_glHint !
[    52] Failed ES_Common API GetProcAddress: forward_glIsBuffer !
[    53] Failed ES_Common API GetProcAddress: forward_glIsEnabled !
[    54] Failed ES_Common API GetProcAddress: forward_glIsTexture !
[    55] Failed ES_Common API GetProcAddress: forward_glLineWidth !
[    56] Failed ES_Common API GetProcAddress: forward_glPixelStorei !
[    57] Failed ES_Common API GetProcAddress: forward_glPolygonOffset !
[    58] Failed ES_Common API GetProcAddress: forward_glReadPixels !
[    59] Failed ES_Common API GetProcAddress: forward_glSampleCoverage !
[    60] Failed ES_Common API GetProcAddress: forward_glScissor !
[    61] Failed ES_Common API GetProcAddress: forward_glStencilFunc !
[    62] Failed ES_Common API GetProcAddress: forward_glStencilMask !
[    63] Failed ES_Common API GetProcAddress: forward_glStencilOp !
[    64] Failed ES_Common API GetProcAddress: forward_glTexImage2D !
[    65] Failed ES_Common API GetProcAddress: forward_glTexParameterf !
[    66] Failed ES_Common API GetProcAddress: forward_glTexParameterfv !
[    67] Failed ES_Common API GetProcAddress: forward_glTexParameteri !
[    68] Failed ES_Common API GetProcAddress: forward_glTexParameteriv !
[    69] Failed ES_Common API GetProcAddress: forward_glTexSubImage2D !
[    70] Failed ES_Common API GetProcAddress: forward_glViewport !
[    71] Failed ES_Common API GetProcAddress: forward_glMapBufferOES !
[    72] Failed ES_Common API GetProcAddress: forward_glUnmapBufferOES !
[    73] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetTexture2DOES !
[    74] Failed ES_Common API GetProcAddress: forward_glEGLImageTargetRenderbufferStorageOES !
[    75] Failed ES_Common API GetProcAddress: forward_glMultiDrawArraysEXT !
[    76] Failed ES_Common API GetProcAddress: forward_glMultiDrawElementsEXT !
[    77] Failed ES_Common API GetProcAddress: forward_glTexDirectVIV !
[    78] Failed ES_Common API GetProcAddress: forward_glTexDirectInvalidateVIV !
[    79] Failed ES_Common API GetProcAddress: forward_glTexDirectVIVMap !
[    80] Failed ES_Common API GetProcAddress: forward_glTexDirectTiledMapVIV !
[    81] Failed GLES32 API GetProcAddress: glMultiDrawArraysEXT !
[    82] Failed GLES32 API GetProcAddress: glMultiDrawElementsEXT !
[    83] Failed GLES32 API GetProcAddress: glTexDirectVIV !
[    84] Failed GLES32 API GetProcAddress: glTexDirectInvalidateVIV !
[    85] Failed GLES32 API GetProcAddress: glTexDirectVIVMap !
[    86] Failed GLES32 API GetProcAddress: glTexDirectTiledMapVIV !
[    87] Failed GLES32 API GetProcAddress: glMultiDrawArraysIndirectEXT !
[    88] Failed GLES32 API GetProcAddress: glMultiDrawElementsIndirectEXT !
[    89] Failed GLES32 API GetProcAddress: glGetTexImage !
[    90] Failed ES Common GLES2X API GetProcAddress: glMultiDrawArraysEXT !
[1400:1433:1125/145416.338088:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.338685:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.338774:ERROR:gpu_info_collector.cc(90)] gl::init::CreateGLContext failed
[1400:1433:1125/145416.338796:ERROR:gpu_info_collector.cc(389)] Could not create context for info collection.
[1400:1433:1125/145416.339986:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.340092:ERROR:gpu_info_collector.cc(90)] gl::init::CreateGLContext failed
[1400:1433:1125/145416.340116:ERROR:gpu_info_collector.cc(389)] Could not create context for info collection.
[1400:1433:1125/145416.352724:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.352859:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.352890:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.352939:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1400:1125/145416.425062:ERROR:cursor_loader.cc(115)] Failed to load a platform cursor of type kNull
[1400:1433:1125/145416.477473:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.477552:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.477581:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.477616:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.480241:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.480325:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.480350:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.480393:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.557511:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.557611:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.557638:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.557681:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.600622:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.600687:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.600711:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.600753:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.602307:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.602377:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.602402:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.602439:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.603803:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.603867:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.603892:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.603932:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.605115:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.605178:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.605202:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.605244:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.606740:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.606807:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.606832:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.606872:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.608876:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.608943:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.608967:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.609010:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.611054:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.611123:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.611148:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.611187:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.613752:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.613815:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.613840:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.613876:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.615256:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.615327:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.615352:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.615393:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.617302:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.617361:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.617385:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.617418:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.620692:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.620768:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.620795:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.620829:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.623011:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.623090:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.623119:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.623154:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.629842:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.629943:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.629971:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.630040:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.635649:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.635719:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.635744:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.635779:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.637499:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.637566:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.637590:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.637625:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.639021:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.639082:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.639107:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.639143:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.640471:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.640531:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.640555:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.640596:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.641909:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.641964:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.641990:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.642026:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.643367:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.643432:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.643456:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.643490:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.644771:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.644827:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.644850:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.644887:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.646151:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.646255:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.646279:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.646315:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.648033:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.648105:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.648129:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.648164:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.649822:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.649902:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.649927:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.649967:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.651881:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.651959:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.651984:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.652020:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.653621:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.653677:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.653705:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.653738:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.656015:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.656077:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.656102:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.656137:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.658127:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.658244:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.658275:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.658312:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.659555:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.659621:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.659648:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.659683:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.660741:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.660830:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.660861:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.660896:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.661831:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.661882:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.661905:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.661938:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.663566:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.663622:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.663644:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.663681:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.665571:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.665620:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.665647:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.665679:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.667357:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.667414:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.667437:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.667475:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.668421:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.668468:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.668495:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.668529:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.669439:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.669490:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.669513:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.669550:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.670515:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.670570:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.670598:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.670631:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.671634:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.671770:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.671800:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.671838:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.672807:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.672860:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.672885:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.672921:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.673845:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.673893:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.673918:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.673951:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.676232:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.676292:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.676317:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.676356:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.679191:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.679250:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.679276:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.679316:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.680907:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.680963:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.680991:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.681025:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.681975:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.682037:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.682061:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.682100:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.683204:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.683271:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.683296:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.683339:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.685567:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.685625:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.685655:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.685690:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.688131:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.688233:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.688260:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.688302:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.690249:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.690326:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.690355:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.690391:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.695370:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.695789:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.696114:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.696437:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.700989:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.701091:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.701118:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.701166:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.703689:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.703763:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.703787:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.703830:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.708758:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.708867:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.708892:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.708934:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.713186:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.713283:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.713308:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.713349:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.721027:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.721172:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.721204:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.721251:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.726055:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.726146:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.726213:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.726254:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.727934:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.728019:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.728048:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.728084:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.731584:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.731688:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.731718:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.731760:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.736398:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.736518:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.736547:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.736599:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.740824:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.740909:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.740940:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.740983:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.742907:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.742979:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.743003:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.743039:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.746056:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.746312:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.746354:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.746411:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.749731:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.749885:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.749922:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.749996:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.753427:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.753580:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.753611:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.753675:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.758899:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.759125:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.759163:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.759240:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.764432:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.764508:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.764533:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.764573:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.770852:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.770955:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.770981:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.771025:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.776776:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.777176:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.777218:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.777310:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.786155:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.786664:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.786718:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.786819:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.793150:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.793249:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.793274:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.793315:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.795809:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.795910:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.795935:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.795978:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.798154:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.798277:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.798302:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.798345:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.804282:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.804391:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.804418:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.804464:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.806349:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.806429:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.806454:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.806497:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.808492:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.808573:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.808596:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.808642:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.813815:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.813960:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.814000:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.814076:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.817679:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.817856:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.817888:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.817943:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.821877:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.822095:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.822137:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.822388:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.832817:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.834479:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.834622:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.834700:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.836204:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.836265:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.836289:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.836328:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.837319:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.837371:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.837394:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.837427:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.838455:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.838511:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.838535:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.838570:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.840770:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.840819:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.840842:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.840876:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.843113:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.843200:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.843226:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.843268:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.845105:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.845163:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.845186:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.845218:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.846277:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.846344:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.846369:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.846404:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.847441:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.847498:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.847523:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.847555:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.848529:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.848585:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.848608:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.848680:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.850245:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.850322:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.850348:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.850386:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.852397:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.852470:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.852495:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.852538:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.854007:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.854080:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.854107:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.854152:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.855663:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.855732:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.855758:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.855798:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.857263:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.857324:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.857347:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.857387:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.859704:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.859836:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.859874:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.859947:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.862978:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.863102:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.863129:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.863192:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.865262:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.865355:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.865382:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.865436:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.867920:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.868105:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.868147:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.868227:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.871804:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.871968:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.872007:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.872088:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.875798:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.875976:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.876012:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.876094:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.877776:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.877831:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.877856:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.877893:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.879212:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.879268:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.879292:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.879332:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.880253:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.880304:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.880328:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.880369:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.881260:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.881313:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.881337:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.881377:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.882451:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.882506:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.882530:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.882563:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.883755:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.883849:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.883877:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.883921:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.892267:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.892353:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.892383:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.892425:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.893930:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.893995:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.894021:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.894064:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.896636:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.896781:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.896817:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.896884:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.899977:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.900126:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.900164:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.900241:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.903136:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.903280:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.903311:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.903372:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.910559:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.910766:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.910802:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.910895:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.918853:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.919024:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.919052:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.919107:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.921775:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.921847:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.921872:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.921918:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.923905:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.923974:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.923998:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.924040:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.925329:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.925394:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.925418:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.925459:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.928389:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.928513:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.928541:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.928599:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.931012:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.931109:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.931137:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.931194:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.933254:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.933391:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.933426:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.933501:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.937784:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.937994:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.938029:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.938119:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.945665:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.945770:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.945798:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.945844:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.950595:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.950678:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.950704:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.950747:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.953395:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.953462:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.953489:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.953534:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.956816:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.956886:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.956911:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.956947:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.960517:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.960639:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.960667:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.960725:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.964036:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER
[1400:1433:1125/145416.964152:ERROR:gpu_channel_manager.cc(819)] ContextResult::kFatalFailure: Failed to create shared context for virtualization.
[1400:1433:1125/145416.964187:ERROR:shared_image_stub.cc(524)] SharedImageStub: unable to create context
[1400:1433:1125/145416.964252:ERROR:gpu_channel.cc(568)] GpuChannel: Failed to create SharedImageStub
[1400:1433:1125/145416.967285:ERROR:gl_context_egl.cc(166)] eglBindApi failed with error EGL_BAD_PARAMETER

 

 

 

 

0 Kudos

2,110 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello arslan,

 

It look like you need the complete driver form EGL, the MX8MM does not have gpu 3D that the main reason of that error.

 

Regards

0 Kudos