Searched defs:isPrepared (Results 1 - 25 of 35) sorted by relevance

12

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
H A DCubemapData.java19 public boolean isPrepared (); method in interface:CubemapData
H A DTextureArrayData.java34 public boolean isPrepared (); method in interface:TextureArrayData
H A DTextureData.java51 public boolean isPrepared (); method in interface:TextureData
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
H A DETC1TextureData.java41 public boolean isPrepared () { method in class:ETC1TextureData
H A DFileTextureData.java36 boolean isPrepared = false; field in class:FileTextureData
52 public boolean isPrepared () { method in class:FileTextureData
53 return isPrepared;
58 if (isPrepared) throw new GdxRuntimeException("Already prepared");
65 isPrepared = true;
86 if (!isPrepared) throw new GdxRuntimeException("Call prepare() before calling getPixmap()");
87 isPrepared = false;
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
H A DMipMapTextureData.java26 public boolean isPrepared () { method in class:MipMapTextureData
H A DETC1TextureData.java34 boolean isPrepared = false; field in class:ETC1TextureData
56 public boolean isPrepared () { method in class:ETC1TextureData
57 return isPrepared;
62 if (isPrepared) throw new GdxRuntimeException("Already prepared");
69 isPrepared = true;
74 if (!isPrepared) throw new GdxRuntimeException("Call prepare() before calling consumeCompressedData()");
90 isPrepared = false;
H A DFileTextureArrayData.java47 public boolean isPrepared () { method in class:FileTextureArrayData
H A DFileTextureData.java37 boolean isPrepared = false; field in class:FileTextureData
53 public boolean isPrepared () { method in class:FileTextureData
54 return isPrepared;
59 if (isPrepared) throw new GdxRuntimeException("Already prepared");
69 isPrepared = true;
90 if (!isPrepared) throw new GdxRuntimeException("Call prepare() before calling getPixmap()");
91 isPrepared = false;
H A DFloatTextureData.java35 boolean isPrepared = false; field in class:FloatTextureData
49 public boolean isPrepared () { method in class:FloatTextureData
50 return isPrepared;
55 if (isPrepared) throw new GdxRuntimeException("Already prepared");
57 isPrepared = true;
H A DGLOnlyTextureData.java33 boolean isPrepared = false; field in class:GLOnlyTextureData
66 public boolean isPrepared () { method in class:GLOnlyTextureData
67 return isPrepared;
72 if (isPrepared) throw new GdxRuntimeException("Already prepared");
73 isPrepared = true;
H A DPixmapTextureData.java89 public boolean isPrepared () { method in class:PixmapTextureData
H A DFacedCubemapData.java146 public boolean isPrepared () { method in class:FacedCubemapData
154 if (!data[i].isPrepared()) data[i].prepare();
H A DKTXTextureData.java68 public boolean isPrepared () { method in class:KTXTextureData
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
H A DTextureData.java33 public boolean isPrepared (); method in interface:TextureData
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidMusic.java29 private boolean isPrepared = true; field in class:AndroidMusic
107 if (!isPrepared) {
109 isPrepared = true;
156 if (isPrepared) {
160 isPrepared = false;
166 if (!isPrepared) {
168 isPrepared = true;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaPlayer.java146 public boolean isPrepared() { method in class:ShadowMediaPlayer
/external/smali/smalidea/src/test/java/org/jf/smalidea/
H A DSmaliPositionManagerTest.java201 @Override public boolean isPrepared() { return false; } method in class:SmaliPositionManagerTest.MockReferenceType
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 590 milliseconds

12