Skip to content Skip to sidebar Skip to footer
Showing posts with the label Glsurfaceview

How To Resize Viewable Area To Show All Objects/coordinates?

I'm draving some objects on GLSurfaceArea (similar to this: http://www.droidnova.com/android-3d… Read more How To Resize Viewable Area To Show All Objects/coordinates?

Recording A Surface Using Mediacodec

So, In my application, I am able to show effects(like blur filter, gaussian) to video that comes fr… Read more Recording A Surface Using Mediacodec

Eglcreatewindowsurface Fails With Java.lang.illegalargumentexception

When trying to press the back button quickly during launching some Activities with GLSurfaceView, e… Read more Eglcreatewindowsurface Fails With Java.lang.illegalargumentexception

Playing Video In A Glsurfaceview Instead Of Surfaceview

I've been struggling with this for 2 days now... Following this answer: https://stackoverflow.c… Read more Playing Video In A Glsurfaceview Instead Of Surfaceview

Android Glsurfaceview With Overlay Using Xml/java

I started an Android OpenGL application and I have the following classes: class A extends Activity … Read more Android Glsurfaceview With Overlay Using Xml/java

Gl Surface And Visibility: Gone

So I have a GLSurfaceView in my app being rendered by a GLSurfaceView.Renderer and using JPCt as li… Read more Gl Surface And Visibility: Gone