Tagged Questions
1
vote
1answer
345 views
Android NDK GL ES 2.0 render to texture (via framebuffer) results in blurry/low res image
EDIT: figured it out, see answer below.
I'm having a problem trying to render to a texture in OpenGL ES 2.0 on Android (NDK) on Samsung Galaxy S
More specifically i am using a Framebuffer to render ...
0
votes
0answers
126 views
GL 2.0 Point Texture Position: Displayed at an offset on some devices (Android NDK)
I am trying to render a set of points using a texture. This works well on some devices, like HTC One V and Samsung S2 (texture is centered around the point) but on others, like HTC 1X, the texture is ...
1
vote
1answer
500 views
Problems with glDrawTex_OES
I'm not sure I'm using glDrawTex_OES correctly. In fact, I'm sure I'm not because I'm getting a black rectangle on the screen rather than the intended texture.
To get the silly points out of the ...
2
votes
4answers
7k views
Android GLSurfaceView glTexImage2D glDrawTexiOES
I'm trying to render a 640x480 RGB565 image using OpenGL ES on Android using GLSurfaceView and Native C code.
Initially I had a 0x0501 error with glTexImage2D, which I was able to resolve by changing ...