Searched refs:mVertexBuffers (Results 1 – 3 of 3) sorted by relevance
88 Allocation[] mVertexBuffers; field in Mesh102 if(mVertexBuffers == null) { in getVertexAllocationCount()105 return mVertexBuffers.length; in getVertexAllocationCount()114 return mVertexBuffers[slot]; in getVertexAllocation()162 mVertexBuffers = new Allocation[vtxCount]; in updateFromNative()168 mVertexBuffers[i] = new Allocation(vtxIDs[i], mRS, null, Allocation.USAGE_SCRIPT); in updateFromNative()169 mVertexBuffers[i].updateFromNative(); in updateFromNative()389 newMesh.mVertexBuffers = vertexBuffers; in create()533 newMesh.mVertexBuffers = vertexBuffers; in create()
68 mVertexBuffers[index].set(vb); in setVertexBuffer()88 ObjectBaseRef<Allocation> *mVertexBuffers;
34 mVertexBuffers = NULL; in Mesh()58 mVertexBuffers = new ObjectBaseRef<Allocation>[mHal.state.vertexBuffersCount]; in Mesh()71 delete[] mVertexBuffers; in ~Mesh()