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

/frameworks/native/libs/gui/tests/
H A DTextureRenderer.cpp71 // drawTexture draws the GLConsumer over the entire GL viewport.
72 void TextureRenderer::drawTexture() { function in class:android::TextureRenderer
H A DSurfaceTextureGL.h60 void drawTexture() { function in class:android::SurfaceTextureGLTest
61 mTextureRenderer->drawTexture();
/frameworks/base/packages/WallpaperCropper/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.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 69 milliseconds