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

/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.java372 public void drawTexture( method in class:GLES11Canvas
374 drawTexture(texture, x, y, width, height, mAlpha);
377 private void drawTexture(BasicTexture texture, method in class:GLES11Canvas
389 public void drawTexture(BasicTexture texture, RectF source, RectF target) { method in class:GLES11Canvas
408 public void drawTexture(BasicTexture texture, float[] mTextureTransform, method in class:GLES11Canvas
518 drawTexture(from, source, target);
551 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);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java93 public abstract void drawTexture( method in interface:GLCanvas
100 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target); method in interface:GLCanvas
103 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform, method in interface:GLCanvas
H A DGLES20Canvas.java580 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) { method in class:GLES20Canvas
605 public void drawTexture(BasicTexture texture, RectF source, RectF target) { method in class:GLES20Canvas
617 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w, method in class:GLES20Canvas
775 drawTexture(texture, source, target);

Completed in 119 milliseconds