Searched defs:drawTexture (Results 1 - 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java59 public abstract void drawTexture(BasicTexture texture, int x, int y, int width, int height); method in interface:GLCanvas
62 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target); method in interface:GLCanvas
H A DGLES20Canvas.java336 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) { method in class:GLES20Canvas
351 public void drawTexture(BasicTexture texture, RectF source, RectF target) { method in class:GLES20Canvas
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java95 public abstract void drawTexture( method in interface:GLCanvas
102 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target); method in interface:GLCanvas
105 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform, method in interface:GLCanvas
H A DGLES11Canvas.java370 public void drawTexture( method in class:GLES11Canvas
372 drawTexture(texture, x, y, width, height, mAlpha);
375 private void drawTexture(BasicTexture texture, method in class:GLES11Canvas
387 public void drawTexture(BasicTexture texture, RectF source, RectF target) { method in class:GLES11Canvas
406 public void drawTexture(BasicTexture texture, float[] mTextureTransform, method in class:GLES11Canvas
516 drawTexture(from, source, target);
549 drawTexture(from, x, y, width, height, alpha);
H A DGLES20Canvas.java582 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) { method in class:GLES20Canvas
607 public void drawTexture(BasicTexture texture, RectF source, RectF target) { method in class:GLES20Canvas
619 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w, method in class:GLES20Canvas
776 drawTexture(texture, source, target);

Completed in 470 milliseconds