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

/frameworks/base/packages/WallpaperCropper/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 DBasicTexture.java138 canvas.drawTexture(this, x, y, getWidth(), getHeight());
143 canvas.drawTexture(this, x, y, w, h);
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);
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp501 void drawTexture() { function in class:android::SurfaceTextureGLTest
502 mTextureRenderer->drawTexture();
548 // drawTexture draws the GLConsumer over the entire GL viewport.
549 void drawTexture() { function in class:android::SurfaceTextureGLTest::TextureRenderer
819 drawTexture();
865 drawTexture();
925 drawTexture();
1068 drawTexture();
1104 drawTexture();
1146 drawTexture();
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java628 canvas.drawTexture(mPreview, source, target);
636 canvas.drawTexture(tile, source, target);

Completed in 82 milliseconds