OSDN Git Service

Add Raw2DTexture.
authorAngus Kong <shkong@google.com>
Wed, 11 Apr 2012 10:49:15 +0000 (18:49 +0800)
committerAngus Kong <shkong@google.com>
Tue, 24 Apr 2012 08:45:12 +0000 (16:45 +0800)
commitffc2a4a77f7164dd435d07c11a3df290c4b64079
treeedbe2eed0d286fd9d17220990e9279786603987e
parent3fb40bd6f7431e84481d8bccad61299b5f21a2f9
Add Raw2DTexture.

Raw2DTexture is a wrapper of GL 2D texture. It also support copy other
texture's content into this texture.

bug:5988937

Change-Id: Ib4f6ff7ed2f6ea499517536366b511b7984a9b98
src/com/android/gallery3d/ui/ExtTexture.java
src/com/android/gallery3d/ui/GLId.java
src/com/android/gallery3d/ui/Raw2DTexture.java [new file with mode: 0644]
src/com/android/gallery3d/ui/SurfaceTextureScreenNail.java