Home
last modified time | relevance | path

Searched refs:mTexture (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DThinPatchesActivity.java48 private Bitmap mTexture; field in ThinPatchesActivity.PatchView
59 mTexture.setPixel(0, 0, 0xffff0000); in PatchView()
60 mTexture.setPixel(1, 0, 0xffffffff); in PatchView()
61 mTexture.setPixel(2, 0, 0xff000000); in PatchView()
62 mTexture.setPixel(3, 0, 0xffff0000); in PatchView()
63 mTexture.setPixel(0, 1, 0xffff0000); in PatchView()
64 mTexture.setPixel(1, 1, 0xff000000); in PatchView()
65 mTexture.setPixel(2, 1, 0xffffffff); in PatchView()
66 mTexture.setPixel(3, 1, 0xffff0000); in PatchView()
67 mTexture.setPixel(0, 2, 0xffff0000); in PatchView()
[all …]
H A DShadersActivity.java54 private Bitmap mTexture; field in ShadersActivity.ShadersView
62 mTexture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in ShadersView()
63 mTexWidth = mTexture.getWidth(); in ShadersView()
64 mTexHeight = mTexture.getHeight(); in ShadersView()
68 mRepeatShader = new BitmapShader(mTexture, Shader.TileMode.REPEAT, in ShadersView()
71 mTranslatedShader = new BitmapShader(mTexture, Shader.TileMode.REPEAT, in ShadersView()
78 mScaledShader = new BitmapShader(mTexture, Shader.TileMode.MIRROR, in ShadersView()
105 canvas.drawBitmap(mTexture, 0.0f, 0.0f, null); in onDraw()
H A DFramebufferBlendActivity.java48 private Bitmap mTexture; field in FramebufferBlendActivity.BlendView
53 mTexture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in BlendView()
54 mTexWidth = mTexture.getWidth(); in BlendView()
55 mTexHeight = mTexture.getHeight(); in BlendView()
90 canvas.drawBitmap(mTexture, 0.0f, 0.0f, mPaint); in drawBlendedBitmap()
106 canvas.drawBitmap(mTexture, 0.0f, 0.0f, mPaint); in drawBlendedBitmapInverse()
/aosp14/frameworks/base/libs/hwui/utils/
H A DGLUtils.h78 glGenTextures(1, &mTexture); in AutoSkiaGlTexture()
79 glBindTexture(GL_TEXTURE_2D, mTexture); in AutoSkiaGlTexture()
82 ~AutoSkiaGlTexture() { glDeleteTextures(1, &mTexture); } in ~AutoSkiaGlTexture()
84 GLuint mTexture = 0; variable
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java583 private TextureSource mTexture = null; field in BackingStore.TextureBacking
588 mTexture = TextureSource.newTexture(); in allocate()
606 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]); in syncTo()
609 mTexture.allocateWithBitmapPixels(bitmap); in syncTo()
629 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]); in syncToAllocationBacking()
666 if (mTexture.isAllocated()) { in destroy()
667 mTexture.release(); in destroy()
677 if (!mTexture.isAllocated()) { in getTexture()
678 mTexture.allocate(mDimensions[0], mDimensions[1]); in getTexture()
680 return mTexture; in getTexture()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DProgramVertexFixedFunction.java210 Matrix4f mTexture; field in ProgramVertexFixedFunction.Constants
233 mTexture = new Matrix4f(); in Constants()
294 mTexture.load(m); in setTexture()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DVkInteropFunctorDrawable.cpp150 glTexture.mTexture, 0); in onDraw()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt46228 Landroid/renderscript/ProgramVertexFixedFunction$Constants;->mTexture:Landroid/renderscript/Matrix4…