/frameworks/base/packages/WallpaperCropper/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);
|
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);
|
GLES11Canvas.java | 372 public void drawTexture( 374 drawTexture(texture, x, y, width, height, mAlpha); 377 private void drawTexture(BasicTexture texture, 389 public void drawTexture(BasicTexture texture, RectF source, RectF target) { 408 public void drawTexture(BasicTexture texture, float[] mTextureTransform, 518 drawTexture(from, source, target); 551 drawTexture(from, x, y, width, height, alpha); [all...] |
TiledTexture.java | 308 canvas.drawTexture(t, mSrcRect, mDestRect); 332 canvas.drawTexture(t, src, dest);
|
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/Launcher3/WallpaperPicker/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/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 | 628 canvas.drawTexture(tile, source, target);
|
/frameworks/native/libs/gui/tests/ |
SurfaceTexture_test.cpp | 501 void drawTexture() { 502 mTextureRenderer->drawTexture(); 548 // drawTexture draws the GLConsumer over the entire GL viewport. 549 void drawTexture() { 819 drawTexture(); 865 drawTexture(); 925 drawTexture(); [all...] |
/packages/apps/Camera/src/com/android/camera/ |
CameraScreenNail.java | 417 canvas.drawTexture(mExtTexture, mTextureTransformMatrix, 0, 0, width, height);
|
/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/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
TiledImageRenderer.java | 628 canvas.drawTexture(mPreview, source, target); 636 canvas.drawTexture(tile, source, target);
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Renderer11.cpp | [all...] |