/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();
|
SRGB_test.cpp | 212 void drawTexture(bool asSRGB, GLint x, GLint y, GLsizei width, 377 ASSERT_NO_FATAL_FAILURE(drawTexture(false, 0, DISPLAY_HEIGHT / 2, 381 ASSERT_NO_FATAL_FAILURE(drawTexture(true, 0, 0, 415 ASSERT_NO_FATAL_FAILURE(drawTexture(false, 0, 0, 463 ASSERT_NO_FATAL_FAILURE(drawTexture(false, 0, 0,
|
/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);
|
/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 | 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...] |
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 | 137 canvas.drawTexture(this, x, y, getWidth(), getHeight()); 142 canvas.drawTexture(this, x, y, w, h);
|
GLES20Canvas.java | 580 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) { 605 public void drawTexture(BasicTexture texture, RectF source, RectF target) { 617 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w, 775 drawTexture(texture, source, target); [all...] |
/external/skia/src/gpu/ |
GrTest.cpp | 154 void SkGpuDevice::drawTexture(GrTexture* tex, const SkRect& dst, const SkPaint& paint) {
|
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_surfacetexture.cpp | 574 // drawTexture draws the GLConsumer over the entire GL viewport. 575 void SurfaceTextureGL::drawTexture() {
|
/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 | 629 canvas.drawTexture(mPreview, source, target); 637 canvas.drawTexture(tile, source, target);
|
/prebuilts/sdk/current/support/design/libs/ |
android-support-design.jar | |