/frameworks/native/libs/gui/tests/ |
SurfaceTextureGL.h | 60 void drawTexture() { 61 mTextureRenderer->drawTexture();
|
TextureRenderer.h | 33 void drawTexture();
|
SurfaceTextureFBO_test.cpp | 58 drawTexture(); 81 drawTexture();
|
TextureRenderer.cpp | 71 // drawTexture draws the GLConsumer over the entire GL viewport. 72 void TextureRenderer::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,
|
SurfaceTextureMultiContextGL_test.cpp | 174 mSecondTextureRenderer->drawTexture(); 206 mSecondTextureRenderer->drawTexture(); 238 mSecondTextureRenderer->drawTexture(); 335 mThirdTextureRenderer->drawTexture(); 374 mThirdTextureRenderer->drawTexture();
|
SurfaceTextureGL_test.cpp | 61 drawTexture(); 111 drawTexture(); 175 drawTexture(); 321 drawTexture(); 361 drawTexture(); 407 drawTexture();
|
SurfaceTextureGLToGL_test.cpp | 133 drawTexture(); 384 drawTexture(); 448 drawTexture(); 512 drawTexture();
|
/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);
|
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 | 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...] |
/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);
|
/external/skia/samplecode/ |
SampleAnimatedText.cpp | 110 reinterpret_cast<SkGpuDevice*>(device)->drawTexture(tex,
|
/frameworks/support/design/src/android/support/design/widget/ |
CollapsingTextHelper.java | 486 final boolean drawTexture = mUseTexture && mExpandedTitleTexture != null; 490 if (drawTexture) { 504 if (drawTexture) { 512 if (drawTexture) {
|
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_surfacetexture.h | 118 // drawTexture draws the GLConsumer over the entire GL viewport. 119 void drawTexture();
|