Top "Glsurfaceview" questions

GLSurfaceView is a subclass of SurfaceView for Android.

How can I use Multiple GLSurfaceView components in the same Layout?

I'm writing an Information Visualization API for Android and ran into a problem trying to place two units of a …

android android-layout opengl-es glsurfaceview
Applying Effects on Video being Played

I am new to the world of Open Gl and I have googled a lot but i am unable to …

android video opengl-es glsurfaceview
Button and GLSurfaceView

I have a GLSurfaceView where I show some animations using OpenGL. I now want to add a button to this …

android button glsurfaceview
GLSurfaceView inside fragment not rendering when restarted

I have a GLSurfaceView set up and rendering as expected using a GLSurfaceView.Renderer. My App uses fragments from the …

android opengl-es android-fragments glsurfaceview
GLSurfaceView continuously renders despite changing render mode

I'm trying to create a GLSurfaceView that displays a map of a game area. When the player moves, the game …

android opengl-es glsurfaceview
Sharing the EGL2.0 context between 2 GLSurfaceViews caused EGL_BAD_ACCESS on Android tablets

I try to share EGL context bwteen 2 GLSurfaceViews by following code: createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { EGLContext shared = ...; // …

android opengl-es android-ndk opengl-es-2.0 glsurfaceview
android view or surfaceView, which should i use?

Ive been trying to make a scrollable/zoomable app and everything has gone great except for drawing bitmaps. It is …

android surfaceview glsurfaceview
How to get an EGL display/context to a specific GLSurfaceView

This is a follow up to my original Question, which was probably too broad (whereas this one is probably too …

android opengl-es opengl-es-2.0 glsurfaceview