Category Archives: OpenCL

All about OpenCL

[ANDROID] How to setup OpenGLES 2.0 Surface

After struggling for long time i could resolve my problem of setting OpenGL-ES 2.0 Context correctly,  by calling setEGLContextClientVersion(2.0) function. also you need to  import package import android.opengl.GLES20; public void setEGLContextClientVersion (int version) Since: API Level 8 Inform the default EGLContextFactory and default … Continue reading

Posted in Android, Graphics, OpenCL, OpenGLES, Uncategorized | Tagged , , | Leave a comment