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

  /frameworks/base/graphics/java/android/renderscript/
SimpleMesh.java 27 Type[] mVertexTypes;
49 return Allocation.createTyped(mRS, mVertexTypes[slot]);
58 return mVertexTypes[slot];
75 Entry[] mVertexTypes;
84 mVertexTypes = new Entry[16];
89 if (mVertexTypeCount >= mVertexTypes.length) {
94 mVertexTypes[mVertexTypeCount] = new Entry();
95 mVertexTypes[mVertexTypeCount].t = t;
101 if (mVertexTypeCount >= mVertexTypes.length) {
106 mVertexTypes[mVertexTypeCount] = new Entry()
    [all...]
  /frameworks/base/libs/rs/
rsSimpleMesh.cpp 33 delete[] mVertexTypes;
49 renderRange(rsc, 0, mVertexTypes[0]->getDimX());
64 mVertexTypes[ct]->enableGLVertexBuffer2(&va);
71 mVertexTypes[ct]->enableGLVertexBuffer(&va);
127 sm->mVertexTypes = new ObjectBaseRef<const Type>[vtxCount];
130 sm->mVertexTypes[ct].set((const Type *)vtx[ct]);
rsSimpleMesh.h 37 ObjectBaseRef<const Type> *mVertexTypes;

Completed in 107 milliseconds