HomeSort by relevance Sort by last modified time
    Searched defs:BasicTexture (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BasicTexture.java 25 // BasicTexture is a Texture corresponds to a real GL texture.
26 // The state of a BasicTexture indicates whether its data is loaded to GL memory.
27 // If a BasicTexture is loaded into GL memory, it has a GL texture id.
28 public abstract class BasicTexture implements Texture {
31 private static final String TAG = "BasicTexture";
53 private static WeakHashMap<BasicTexture, Object> sAllTextures
54 = new WeakHashMap<BasicTexture, Object>();
57 protected BasicTexture(GLCanvas canvas, int id, int state) {
66 protected BasicTexture() {
184 sInFinalizer.set(BasicTexture.class)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BasicTexture.java 25 // BasicTexture is a Texture corresponds to a real GL texture.
26 // The state of a BasicTexture indicates whether its data is loaded to GL memory.
27 // If a BasicTexture is loaded into GL memory, it has a GL texture id.
28 public abstract class BasicTexture implements Texture {
31 private static final String TAG = "BasicTexture";
53 private static WeakHashMap<BasicTexture, Object> sAllTextures
54 = new WeakHashMap<BasicTexture, Object>();
57 protected BasicTexture(GLCanvas canvas, int id, int state) {
66 protected BasicTexture() {
184 sInFinalizer.set(BasicTexture.class)
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BasicTexture.java 25 // BasicTexture is a Texture corresponds to a real GL texture.
26 // The state of a BasicTexture indicates whether its data is loaded to GL memory.
27 // If a BasicTexture is loaded into GL memory, it has a GL texture id.
28 public abstract class BasicTexture implements Texture {
31 private static final String TAG = "BasicTexture";
53 private static WeakHashMap<BasicTexture, Object> sAllTextures
54 = new WeakHashMap<BasicTexture, Object>();
57 protected BasicTexture(GLCanvas canvas, int id, int state) {
66 protected BasicTexture() {
184 sInFinalizer.set(BasicTexture.class)
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 38 import com.android.gallery3d.glrenderer.BasicTexture;
288 BasicTexture.invalidateAllTextures();
382 public BasicTexture getPreview() {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 38 import com.android.gallery3d.glrenderer.BasicTexture;
288 BasicTexture.invalidateAllTextures();
382 public BasicTexture getPreview() {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java 38 import com.android.gallery3d.glrenderer.BasicTexture;
300 BasicTexture.invalidateAllTextures();
394 public BasicTexture getPreview() {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 36 import com.android.gallery3d.glrenderer.BasicTexture;
169 BasicTexture.yieldAllTextures();
294 BasicTexture.invalidateAllTextures();

Completed in 456 milliseconds