Searched refs:mVertexBuffers (Results 1 – 4 of 4) sorted by relevance
92 Allocation[] mVertexBuffers; field in Mesh107 if(mVertexBuffers == null) { in getVertexAllocationCount()110 return mVertexBuffers.length; in getVertexAllocationCount()120 return mVertexBuffers[slot]; in getVertexAllocation()168 mVertexBuffers = new Allocation[vtxCount]; in updateFromNative()174 mVertexBuffers[i] = new Allocation(vtxIDs[i], mRS, null, Allocation.USAGE_SCRIPT); in updateFromNative()175 mVertexBuffers[i].updateFromNative(); in updateFromNative()401 newMesh.mVertexBuffers = vertexBuffers; in create()550 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()
59979 Landroid/renderscript/Mesh;->mVertexBuffers:[Landroid/renderscript/Allocation;