On Feb 18, 6:03 am, Rye <[email protected]> wrote: > mOverlay = Bitmap.createBitmap((int)mWidth, (int)mHeight, > ... > c.drawCircle(160, 240, 10, p);
Are mWidth and mHeight powers of two? Non-power of two textures are supported on the emulator but not on the accelerated GL driver on the Dream (G1 etc.) -- Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

