/frameworks/base/libs/hwui/ |
H A D | Image.h | 49 return mTexture; 60 GLuint mTexture; member in class:android::uirenderer::Image
|
H A D | AssetAtlas.h | 98 AssetAtlas(): mTexture(nullptr), mImage(nullptr), 128 return mTexture ? mTexture->width() : 0; 136 return mTexture ? mTexture->height() : 0; 144 return mTexture ? mTexture->id() : 0; 162 Texture* mTexture; member in class:android::uirenderer::AssetAtlas
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ThinPatchesActivity.java | 48 private Bitmap mTexture; field in class:ThinPatchesActivity.PatchView 58 mTexture = Bitmap.createBitmap(4, 3, Bitmap.Config.ARGB_8888); 59 mTexture.setPixel(0, 0, 0xffff0000); 60 mTexture.setPixel(1, 0, 0xffffffff); 61 mTexture.setPixel(2, 0, 0xff000000); 62 mTexture.setPixel(3, 0, 0xffff0000); 63 mTexture.setPixel(0, 1, 0xffff0000); 64 mTexture.setPixel(1, 1, 0xff000000); 65 mTexture.setPixel(2, 1, 0xffffffff); 66 mTexture [all...] |
H A D | FramebufferBlendActivity.java | 48 private Bitmap mTexture; field in class:FramebufferBlendActivity.BlendView 53 mTexture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); 54 mTexWidth = mTexture.getWidth(); 55 mTexHeight = mTexture.getHeight(); 90 canvas.drawBitmap(mTexture, 0.0f, 0.0f, mPaint); 106 canvas.drawBitmap(mTexture, 0.0f, 0.0f, mPaint);
|
H A D | ShadersActivity.java | 54 private Bitmap mTexture; field in class:ShadersActivity.ShadersView 62 mTexture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); 63 mTexWidth = mTexture.getWidth(); 64 mTexHeight = mTexture.getHeight(); 68 mRepeatShader = new BitmapShader(mTexture, Shader.TileMode.REPEAT, 71 mTranslatedShader = new BitmapShader(mTexture, Shader.TileMode.REPEAT, 78 mScaledShader = new BitmapShader(mTexture, Shader.TileMode.MIRROR, 105 canvas.drawBitmap(mTexture, 0.0f, 0.0f, null);
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
H A D | Description.h | 46 Texture mTexture; member in class:android::Description
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | ProgramVertexFixedFunction.java | 204 Matrix4f mTexture; field in class:ProgramVertexFixedFunction.Constants 226 mTexture = new Matrix4f(); 286 mTexture.load(m);
|
/frameworks/base/libs/hwui/font/ |
H A D | CacheTexture.h | 120 return mTexture; 125 return mTexture.id(); 187 Texture mTexture; member in class:android::uirenderer::CacheTexture
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | BackingStore.java | 583 private TextureSource mTexture = null; field in class:BackingStore.TextureBacking 588 mTexture = TextureSource.newTexture(); 606 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]); 609 mTexture.allocateWithBitmapPixels(bitmap); 629 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]); 666 if (mTexture.isAllocated()) { 667 mTexture.release(); 677 if (!mTexture.isAllocated()) { 678 mTexture.allocate(mDimensions[0], mDimensions[1]); 680 return mTexture; [all...] |
/frameworks/native/services/surfaceflinger/ |
H A D | Layer.h | 580 mutable Texture mTexture; member in class:android::Layer
|