Searched refs:mVertexBuffers (Results 1 – 3 of 3) sorted by relevance
88 Allocation[] mVertexBuffers; field in Mesh103 if(mVertexBuffers == null) { in getVertexAllocationCount()106 return mVertexBuffers.length; in getVertexAllocationCount()115 return mVertexBuffers[slot]; in getVertexAllocation()163 mVertexBuffers = new Allocation[vtxCount]; in updateFromNative()169 mVertexBuffers[i] = new Allocation(vtxIDs[i], mRS, null, Allocation.USAGE_SCRIPT); in updateFromNative()170 mVertexBuffers[i].updateFromNative(); in updateFromNative()396 newMesh.mVertexBuffers = vertexBuffers; in create()540 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()