Searched refs:RawTexture (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PreparePageFadeoutTexture.java | 7 import com.android.gallery3d.glrenderer.RawTexture; 14 private RawTexture mTexture; 30 mTexture = new RawTexture(w, h, true); in PreparePageFadeoutTexture() 38 public synchronized RawTexture get() { in get() 71 RawTexture texture = null; in prepareFadeOutTexture()
|
D | PhotoFallbackEffect.java | 27 import com.android.gallery3d.glrenderer.RawTexture; 42 public RawTexture texture; 44 public Entry(Path path, Rect source, RawTexture texture) { in Entry() 68 public void addEntry(Path path, Rect rect, RawTexture texture) { in addEntry()
|
D | PhotoView.java | 38 import com.android.gallery3d.glrenderer.RawTexture; 1838 RawTexture texture; in buildFallbackEffect() 1840 texture = new RawTexture(width, height, true); in buildFallbackEffect() 1844 texture = new RawTexture(height, width, true); in buildFallbackEffect()
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
D | StateTransitionAnimation.java | 24 import com.android.gallery3d.glrenderer.RawTexture; 101 private RawTexture mOldScreenTexture; 103 public StateTransitionAnimation(Transition t, RawTexture oldScreen) { in StateTransitionAnimation() 107 public StateTransitionAnimation(Spec spec, RawTexture oldScreen) { in StateTransitionAnimation()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | RawTexture.java | 23 public class RawTexture extends BasicTexture { class 29 public RawTexture(int width, int height, boolean opaque) { in RawTexture() method in RawTexture
|
D | GLES20Canvas.java | 255 private ArrayList<RawTexture> mTargetTextures = new ArrayList<RawTexture>(); 832 RawTexture oldTexture = mTargetTextures.remove(mTargetTextures.size() - 1); in endRenderTarget() 833 RawTexture texture = getTargetTexture(); in endRenderTarget() 839 public void beginRenderTarget(RawTexture texture) { in beginRenderTarget() 841 RawTexture oldTexture = getTargetTexture(); in beginRenderTarget() 846 private RawTexture getTargetTexture() { in getTargetTexture() 850 private void setRenderTarget(BasicTexture oldTexture, RawTexture texture) { in setRenderTarget()
|
D | GLCanvas.java | 135 public abstract void beginRenderTarget(RawTexture texture); in beginRenderTarget()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | RawTexture.java | 23 public class RawTexture extends BasicTexture { class 29 public RawTexture(int width, int height, boolean opaque) { in RawTexture() method in RawTexture
|
D | GLES20Canvas.java | 257 private ArrayList<RawTexture> mTargetTextures = new ArrayList<RawTexture>(); 833 RawTexture oldTexture = mTargetTextures.remove(mTargetTextures.size() - 1); in endRenderTarget() 834 RawTexture texture = getTargetTexture(); in endRenderTarget() 840 public void beginRenderTarget(RawTexture texture) { in beginRenderTarget() 842 RawTexture oldTexture = getTargetTexture(); in beginRenderTarget() 847 private RawTexture getTargetTexture() { in getTargetTexture() 851 private void setRenderTarget(BasicTexture oldTexture, RawTexture texture) { in setRenderTarget()
|
D | GLES11Canvas.java | 71 private final ArrayList<RawTexture> mTargetStack = new ArrayList<RawTexture>(); 88 private RawTexture mTargetTexture; 842 private void setRenderTarget(RawTexture texture) { in setRenderTarget() 874 RawTexture texture = mTargetStack.remove(mTargetStack.size() - 1); in endRenderTarget() 880 public void beginRenderTarget(RawTexture texture) { in beginRenderTarget()
|
D | GLCanvas.java | 137 public abstract void beginRenderTarget(RawTexture texture); in beginRenderTarget()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | ActivityState.java | 37 import com.android.gallery3d.glrenderer.RawTexture; 241 RawTexture fade = mActivity.getTransitionStore().get( in onResume()
|