Home
last modified time | relevance | path

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

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DMesh.java121 public Allocation getVertexAllocation(int slot) { in getVertexAllocation() method in Mesh
835 sm.getVertexAllocation(0).copy1DRangeFromUnchecked(0, mMaxIndex, mVtxData); in create()
837 sm.getVertexAllocation(0).syncAll(Allocation.USAGE_SCRIPT); in create()