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

/frameworks/base/packages/WallpaperCropper/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.java135 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) {

Completed in 54 milliseconds