HomeSort by relevance Sort by last modified time
    Searched refs:mIndexBuffers (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/
rsMesh.h 73 mIndexBuffers[index].set(idx);
89 ObjectBaseRef<Allocation> *mIndexBuffers;
rsMesh.cpp 35 mIndexBuffers = NULL;
59 mIndexBuffers = new ObjectBaseRef<Allocation>[mHal.state.primitivesCount];
72 delete[] mIndexBuffers;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsMesh.h 73 mIndexBuffers[index].set(idx);
89 ObjectBaseRef<Allocation> *mIndexBuffers;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsMesh.h 73 mIndexBuffers[index].set(idx);
89 ObjectBaseRef<Allocation> *mIndexBuffers;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsMesh.h 73 mIndexBuffers[index].set(idx);
89 ObjectBaseRef<Allocation> *mIndexBuffers;
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 89 Allocation[] mIndexBuffers;
123 if(mIndexBuffers == null) {
126 return mIndexBuffers.length;
137 return mIndexBuffers[slot];
163 mIndexBuffers = new Allocation[idxCount];
175 mIndexBuffers[i] = new Allocation(idxIDs[i], mRS, null, Allocation.USAGE_SCRIPT);
176 mIndexBuffers[i].updateFromNative();
390 newMesh.mIndexBuffers = indexBuffers;
534 newMesh.mIndexBuffers = indexBuffers;

Completed in 117 milliseconds