简体   繁体   中英

E/libEGL﹕ called unimplemented OpenGL ES API

My App works ok but I have the next error:

Code

06-02 05:21:22.915        49-49/? E/libEGL﹕ called unimplemented OpenGL ES API
06-02 05:21:22.915        49-49/? E/libEGL﹕ called unimplemented OpenGL ES API
06-02 05:21:22.915        49-49/? E/libEGL﹕ called unimplemented OpenGL ES API
06-02 05:21:22.915        49-49/? E/libEGL﹕ called unimplemented OpenGL ES API
06-02 05:21:22.915        49-49/? E/SurfaceFlinger﹕ glCheckFramebufferStatusOES error 1290569648
06-02 05:21:22.915        49-49/? E/SurfaceFlinger﹕ got GL_FRAMEBUFFER_COMPLETE_OES error while taking screenshot
06-02 05:21:22.915        49-49/? E/libEGL﹕ called unimplemented OpenGL ES API
06-02 05:21:22.915        49-49/? E/libEGL﹕ called unimplemented OpenGL ES API

If your problem is like mine, you forgot setEGLContextClientVersion(2); when setting up your glSurfaceView

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM