Searched refs:RawTexture (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPreparePageFadeoutTexture.java7 import com.android.gallery3d.glrenderer.RawTexture;
14 private RawTexture mTexture;
30 mTexture = new RawTexture(w, h, true);
38 public synchronized RawTexture get() {
71 RawTexture texture = null;
H A DPhotoFallbackEffect.java27 import com.android.gallery3d.glrenderer.RawTexture;
42 public RawTexture texture;
44 public Entry(Path path, Rect source, RawTexture texture) {
68 public void addEntry(Path path, Rect rect, RawTexture texture) {
H A DPhotoView.java39 import com.android.gallery3d.glrenderer.RawTexture;
1839 RawTexture texture;
1841 texture = new RawTexture(width, height, true);
1845 texture = new RawTexture(height, width, true);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java23 public class RawTexture extends BasicTexture { class in inherits:BasicTexture
24 private static final String TAG = "RawTexture";
29 public RawTexture(int width, int height, boolean opaque) { method in class:RawTexture
H A DGLCanvas.java137 public abstract void beginRenderTarget(RawTexture texture);
H A DGLES20Canvas.java257 private ArrayList<RawTexture> mTargetTextures = new ArrayList<RawTexture>();
833 RawTexture oldTexture = mTargetTextures.remove(mTargetTextures.size() - 1);
834 RawTexture texture = getTargetTexture();
840 public void beginRenderTarget(RawTexture texture) {
842 RawTexture oldTexture = getTargetTexture();
847 private RawTexture getTargetTexture() {
851 private void setRenderTarget(BasicTexture oldTexture, RawTexture texture) {
H A DGLES11Canvas.java71 private final ArrayList<RawTexture> mTargetStack = new ArrayList<RawTexture>();
88 private RawTexture mTargetTexture;
842 private void setRenderTarget(RawTexture texture) {
874 RawTexture texture = mTargetStack.remove(mTargetStack.size() - 1);
880 public void beginRenderTarget(RawTexture texture) {
/packages/apps/Launcher3/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java23 public class RawTexture extends BasicTexture { class in inherits:BasicTexture
24 private static final String TAG = "RawTexture";
29 public RawTexture(int width, int height, boolean opaque) { method in class:RawTexture
H A DGLCanvas.java137 public abstract void beginRenderTarget(RawTexture texture);
H A DGLES20Canvas.java257 private ArrayList<RawTexture> mTargetTextures = new ArrayList<RawTexture>();
833 RawTexture oldTexture = mTargetTextures.remove(mTargetTextures.size() - 1);
834 RawTexture texture = getTargetTexture();
840 public void beginRenderTarget(RawTexture texture) {
842 RawTexture oldTexture = getTargetTexture();
847 private RawTexture getTargetTexture() {
851 private void setRenderTarget(BasicTexture oldTexture, RawTexture texture) {
/packages/apps/Camera/src/com/android/camera/
H A DSwitchAnimManager.java23 import com.android.gallery3d.glrenderer.RawTexture;
73 int height, CameraScreenNail preview, RawTexture review) {
122 int height, RawTexture review) {
H A DCaptureAnimManager.java25 import com.android.gallery3d.glrenderer.RawTexture;
104 RawTexture review) {
H A DCameraScreenNail.java26 import com.android.gallery3d.glrenderer.RawTexture;
63 private RawTexture mAnimTexture;
221 mAnimTexture = new RawTexture(getTextureWidth(), getTextureHeight(), true);
269 public RawTexture getAnimationTexture() {
402 mAnimTexture = new RawTexture(getTextureWidth(), getTextureHeight(), true);
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DStateTransitionAnimation.java24 import com.android.gallery3d.glrenderer.RawTexture;
101 private RawTexture mOldScreenTexture;
103 public StateTransitionAnimation(Transition t, RawTexture oldScreen) {
107 public StateTransitionAnimation(Spec spec, RawTexture oldScreen) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DActivityState.java37 import com.android.gallery3d.glrenderer.RawTexture;
241 RawTexture fade = mActivity.getTransitionStore().get(

Completed in 546 milliseconds