Top "Opengl-es" questions

Subset of the OpenGL 3D graphics API designed for embedded devices such as mobile phones.

Android OpenGL ES Framebuffer objects - rendering depth-buffer to texture

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-buffer
Android - tutorials for OpenGL ES 2.0 using the NDK?

I'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-ndk
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)

I am creating a 2D game on Android using OpenGL. Currently I am testing and debugging the game on several …

android opengl-es libc segmentation-fault
Prevent onPause from trashing OpenGL Context

I'm writing an Android application that uses OpenGL ES (GLSurfaceView and GLSurfaceView.Renderer). The problem is that when the user …

android opengl-es
Android game: Canvas or OpenGL?

I am to write a game for Android, and I have to choose between Canvas or OpenGL for drawing. I …

android opengl-es canvas frame-rate
iOS - How to draw a YUV image using openGL

Currently, I am trying to draw an image using openGL (the image updates very often, and thus must be redrawn). …

ios opengl-es yuv
How to learn and use OpenGL ES 2.0? I just don't get it - serious Qn.

This 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-engine
Kivy does not detect OpenGL 2.0

I have decided to do some programming in Kivy cross platform and installed Kivy on my computer successfully. The problem …

python opengl opengl-es kivy
Shader for Android OpenGL ES

Is it possible to use vertex or pixel shaders in android app? please give an example if possible of setting …

android opengl-es shader
Using opengl es shader to convert YUV to RGB

I want to convert yuv to rgb in opengl es shader with just one sampler which contains yuv data. My …

opengl-es yuv