crosswalk-project / crosswalk

A web runtime built on Chrome. This project is currently unmaintained.
https://crosswalk-project.org/blog/crosswalk-final-release.html
BSD 3-Clause "New" or "Revised" License
2.33k stars 652 forks source link

Chromebook support #4027

Open abertranb opened 6 years ago

abertranb commented 6 years ago

Hi I have an application that uses the lib in Android but when we are using in Chromebook, as an Android App, I get

/libEGL: called unimplemented OpenGL ES API
E/chromium: [ERROR:gles2_cmd_decoder.cc(9771)] Offscreen context lost via ARB/EXT_robustness. Reset status = 0x055838ab
    [ERROR:gles2_cmd_decoder.cc(3055)]   GLES2DecoderImpl: Context lost during MakeCurrent.

This means: Chromebook doesn't support to OpenGL?

Thanks