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

/frameworks/native/libs/gui/tests/
H A DTextureRenderer.h33 void drawTexture();
H A DSurfaceTextureGL.h60 void drawTexture() { function in class:android::SurfaceTextureGLTest
61 mTextureRenderer->drawTexture();
H A DSurfaceTextureFBO_test.cpp58 drawTexture();
81 drawTexture();
H A DTextureRenderer.cpp71 // drawTexture draws the GLConsumer over the entire GL viewport.
72 void TextureRenderer::drawTexture() { function in class:android::TextureRenderer
H A DSurfaceTextureMultiContextGL_test.cpp174 mSecondTextureRenderer->drawTexture();
206 mSecondTextureRenderer->drawTexture();
238 mSecondTextureRenderer->drawTexture();
335 mThirdTextureRenderer->drawTexture();
374 mThirdTextureRenderer->drawTexture();
H A DSurfaceTextureGL_test.cpp61 drawTexture();
111 drawTexture();
175 drawTexture();
321 drawTexture();
361 drawTexture();
407 drawTexture();
H A DSurfaceTextureGLToGL_test.cpp133 drawTexture();
384 drawTexture();
448 drawTexture();
512 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 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/support/design/src/android/support/design/widget/
H A DCollapsingTextHelper.java486 final boolean drawTexture = mUseTexture && mExpandedTitleTexture != null;
490 if (drawTexture) {
504 if (drawTexture) {
512 if (drawTexture) {
/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 229 milliseconds