Home
last modified time | relevance | path

Searched refs:STATE_UNLOADED (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
DBasicTexture.java33 protected static final int STATE_UNLOADED = 0; field in BasicTexture
64 this(null, 0, STATE_UNLOADED); in BasicTexture()
149 mState = STATE_UNLOADED; in freeResource()
171 t.mState = STATE_UNLOADED; in invalidateAllTextures()
DUploadedTexture.java58 super(null, 0, STATE_UNLOADED); in UploadedTexture()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DBasicTexture.java34 protected static final int STATE_UNLOADED = 0; field in BasicTexture
67 this(null, 0, STATE_UNLOADED); in BasicTexture()
178 mState = STATE_UNLOADED; in freeResource()
207 t.mState = STATE_UNLOADED; in invalidateAllTextures()
DUploadedTexture.java70 super(null, 0, STATE_UNLOADED); in UploadedTexture()