Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/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()