HomeSort by relevance Sort by last modified time
    Searched defs:drawTexture (Results 1 - 22 of 22) sorted by null

  /frameworks/native/libs/gui/tests/
TextureRenderer.cpp 71 // drawTexture draws the GLConsumer over the entire GL viewport.
72 void TextureRenderer::drawTexture() {
SurfaceTextureGL.h 60 void drawTexture() {
61 mTextureRenderer->drawTexture();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapScreenNail.java 59 canvas.drawTexture(mBitmapTexture, source, dest);
PhotoFallbackEffect.java 117 canvas.drawTexture(entry.texture, mSource, mTarget);
125 canvas.drawTexture(entry.texture, mSource, mTarget);
130 canvas.drawTexture(entry.texture, mSource, mTarget);
137 canvas.drawTexture(entry.texture, mSource, mTarget);
145 canvas.drawTexture(entry.texture, mSource, mTarget);
150 canvas.drawTexture(entry.texture, mSource, mTarget);
SurfaceTextureScreenNail.java 122 canvas.drawTexture(mExtTexture, mTransform, x, y, width, height);
TileImageView.java 627 canvas.drawTexture(tile, source, target);
  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLCanvas.java 59 public abstract void drawTexture(BasicTexture texture, int x, int y, int width, int height);
62 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target);
BasicTexture.java 112 canvas.drawTexture(this, x, y, getWidth(), getHeight());
117 canvas.drawTexture(this, x, y, w, h);
GLES20Canvas.java 336 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) {
351 public void drawTexture(BasicTexture texture, RectF source, RectF target) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLCanvas.java 93 public abstract void drawTexture(
100 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target);
103 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform,
BasicTexture.java 138 canvas.drawTexture(this, x, y, getWidth(), getHeight());
143 canvas.drawTexture(this, x, y, w, h);
GLES20Canvas.java 582 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) {
607 public void drawTexture(BasicTexture texture, RectF source, RectF target) {
619 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w,
776 drawTexture(texture, source, target);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLCanvas.java 95 public abstract void drawTexture(
102 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target);
105 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform,
BasicTexture.java 138 canvas.drawTexture(this, x, y, getWidth(), getHeight());
143 canvas.drawTexture(this, x, y, w, h);
TiledTexture.java 308 canvas.drawTexture(t, mSrcRect, mDestRect);
332 canvas.drawTexture(t, src, dest);
GLES11Canvas.java 370 public void drawTexture(
372 drawTexture(texture, x, y, width, height, mAlpha);
375 private void drawTexture(BasicTexture texture,
387 public void drawTexture(BasicTexture texture, RectF source, RectF target) {
406 public void drawTexture(BasicTexture texture, float[] mTextureTransform,
516 drawTexture(from, source, target);
549 drawTexture(from, x, y, width, height, alpha);
    [all...]
GLES20Canvas.java 582 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) {
607 public void drawTexture(BasicTexture texture, RectF source, RectF target) {
619 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w,
776 drawTexture(texture, source, target);
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcTextureFilterAnisotropicTests.cpp 495 result = result && drawTexture(gl, target, aniso);
610 bool TextureFilterAnisotropicDrawingTestCase::drawTexture(const glw::Functions& gl, GLenum target, GLfloat anisoDegree)
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 628 canvas.drawTexture(mPreview, source, target);
636 canvas.drawTexture(tile, source, target);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 628 canvas.drawTexture(mPreview, source, target);
636 canvas.drawTexture(tile, source, target);
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 628 canvas.drawTexture(mPreview, source, target);
636 canvas.drawTexture(tile, source, target);
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp     [all...]

Completed in 684 milliseconds