Searched refs:mVertexBuffers (Results 1 – 2 of 2) sorted by relevance
94 Allocation[] mVertexBuffers; field in Mesh109 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()
46067 Landroid/renderscript/Mesh;->mVertexBuffers:[Landroid/renderscript/Allocation;