Searched refs:mVertexBuffers (Results 1 – 4 of 4) 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()
68 mVertexBuffers[index].set(vb); in setVertexBuffer()88 ObjectBaseRef<Allocation> *mVertexBuffers;
34 mVertexBuffers = nullptr; in Mesh()58 mVertexBuffers = new ObjectBaseRef<Allocation>[mHal.state.vertexBuffersCount]; in Mesh()71 delete[] mVertexBuffers; in ~Mesh()
49390 Landroid/renderscript/Mesh;->mVertexBuffers:[Landroid/renderscript/Allocation;