HomeSort by relevance Sort by last modified time
    Searched refs:RawTexture (Results 1 - 12 of 12) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PreparePageFadeoutTexture.java 7 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;
PhotoFallbackEffect.java 27 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) {
PhotoView.java 38 import com.android.gallery3d.glrenderer.RawTexture;
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
RawTexture.java 23 public class RawTexture extends BasicTexture {
24 private static final String TAG = "RawTexture";
29 public RawTexture(int width, int height, boolean opaque) {
GLCanvas.java 135 public abstract void beginRenderTarget(RawTexture texture);
GLES20Canvas.java 257 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) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
RawTexture.java 23 public class RawTexture extends BasicTexture {
24 private static final String TAG = "RawTexture";
29 public RawTexture(int width, int height, boolean opaque) {
GLCanvas.java 137 public abstract void beginRenderTarget(RawTexture texture);
GLES20Canvas.java 257 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) {
    [all...]
GLES11Canvas.java 71 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) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
StateTransitionAnimation.java 24 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/
ActivityState.java 37 import com.android.gallery3d.glrenderer.RawTexture;
241 RawTexture fade = mActivity.getTransitionStore().get(

Completed in 1595 milliseconds