Home
last modified time | relevance | path

Searched refs:mVertexBuffers (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DMesh.java94 Allocation[] mVertexBuffers; field in Mesh
109 if(mVertexBuffers == null) { in getVertexAllocationCount()
112 return mVertexBuffers.length; in getVertexAllocationCount()
122 return mVertexBuffers[slot]; in getVertexAllocation()
170 mVertexBuffers = new Allocation[vtxCount]; in updateFromNative()
176 mVertexBuffers[i] = new Allocation(vtxIDs[i], mRS, null, Allocation.USAGE_SCRIPT); in updateFromNative()
177 mVertexBuffers[i].updateFromNative(); in updateFromNative()
403 newMesh.mVertexBuffers = vertexBuffers; in create()
552 newMesh.mVertexBuffers = vertexBuffers; in create()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt46067 Landroid/renderscript/Mesh;->mVertexBuffers:[Landroid/renderscript/Allocation;