[android-developers] antialiasing on an overlay?

2009-02-18 Thread Rye
Hi guys, I've got an overlay working to draw regular canvas operations on top of an opengl es surface view. It works great, and was easier to implement than I expected; thanks Android devs! Here's my problem: I first clear my overlay canvas with drawArgb(0, 0, 0, 0). This gives it a clear bac

[android-developers] Re: opengl es texture created from bitmap is all white?

2009-02-17 Thread Rye
I've tried the mode as well, but the mode was the one used in the sprite text example. On Feb 18, 12:05 am, Romain Guy wrote: > Why are you using the ARGB_ mode? > > > > On Tue, Feb 17, 2009 at 10:03 PM, Rye wrote: > > > All the textures I create fr

[android-developers] opengl es texture created from bitmap is all white?

2009-02-17 Thread Rye
All the textures I create from my resource files are fine, but when I create a texture in the following way... mOverlay = Bitmap.createBitmap((int)mWidth, (int)mHeight, Bitmap.Config.ARGB_); mOverlay.eraseColor(0); mOverlayCanvas = new Canvas(mOverlay); ... Canvas c = mOverlayCanvas; c.dr

[android-developers] Re: DDMS does not list processes

2009-02-17 Thread Rye
Thanks Greg, I actually did try to use the emulator for this purpose, but my app does not perform correctly (while it does on the device). It gives me a blank screen, and I can only assume that this is because it is an opengl app. -Rye On Feb 16, 2:32 am, Greg Krimer wrote: > DDMSis ind

[android-developers] DDMS does not list processes

2009-02-15 Thread Rye
ks for any help! -Rye --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gro

[android-developers] DDMS not displaying processes

2009-02-15 Thread Rye
ks for any help! -Rye --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gro

[android-developers] DDMS not displaying processes

2009-02-15 Thread Rye
ks for any help! -Rye --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gro