Home
last modified time | relevance | path

Searched refs:mIndices (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/wallpapereffectsgeneration/
H A DTexturedMesh.java49 private int[] mIndices; field in TexturedMesh
106 this.mIndices = data.createIntArray(); in TexturedMesh()
117 mIndices = indices; in TexturedMesh()
136 return mIndices; in getIndices()
187 data.writeIntArray(mIndices); in writeToParcel()
208 private int[] mIndices; field in TexturedMesh.Builder
232 mIndices = indices; in setIndices()
269 return new TexturedMesh(mBitmap, mIndices, mVertices, mIndicesLayoutType, in build()
/aosp14/frameworks/base/libs/hwui/
H A DVertexBuffer.h35 , mIndices(nullptr) in VertexBuffer()
48 if (mCleanupIndexMethod) mCleanupIndexMethod(mIndices); in ~VertexBuffer()
83 mIndices = (void*)new TYPE[indexCount]; in allocIndices()
87 return (TYPE*)mIndices; in allocIndices()
125 const void* getIndices() const { return mIndices; } in getIndices()
161 void* mIndices; variable
/aosp14/frameworks/base/core/java/android/content/res/
H A DTypedArray.java128 /*package*/ int[] mIndices; field in TypedArray
146 mIndices = (int[]) runtime.newNonMovableArray(int.class, indicesLen); in resize()
147 mIndicesAddress = runtime.addressOf(mIndices); in resize()
175 return mIndices[0]; in getIndexCount()
194 return mIndices[1+at]; in getIndex()
H A DResources.java738 array.mIndices[0] = 0; in obtainTypedArray()
2157 mResourcesImpl.getAssets().retrieveAttributes(parser, attrs, array.mData, array.mIndices); in obtainAttributes()
H A DResourcesImpl.java1412 mAssets.resolveAttrs(mTheme, 0, 0, values, attrs, array.mData, array.mIndices);