Subset of the OpenGL 3D graphics API designed for embedded devices such as mobile phones.
I am using an Android device running Froyo supporting OpenGL ES 1.1 and OpenGL ES 2.0 I want to render the depth …
android opengl-es depth-bufferI'm looking to learn OpenGL ES 2.0 on Android and the tutorials I've found are nearly all for using the SDK …
android opengl-es android-ndkI am creating a 2D game on Android using OpenGL. Currently I am testing and debugging the game on several …
android opengl-es libc segmentation-faultI'm writing an Android application that uses OpenGL ES (GLSurfaceView and GLSurfaceView.Renderer). The problem is that when the user …
android opengl-esI am to write a game for Android, and I have to choose between Canvas or OpenGL for drawing. I …
android opengl-es canvas frame-rateCurrently, I am trying to draw an image using openGL (the image updates very often, and thus must be redrawn). …
ios opengl-es yuvThis is a serious question, I am "stuck" at this point between understanding it and not at all. I got …
android opengl-es matrix opengl-es-2.0 game-engineIs it possible to use vertex or pixel shaders in android app? please give an example if possible of setting …
android opengl-es shaderI want to convert yuv to rgb in opengl es shader with just one sampler which contains yuv data. My …
opengl-es yuv