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

  /frameworks/base/graphics/java/android/renderscript/
SimpleMesh.java 28 Type mIndexType;
54 return Allocation.createTyped(mRS, mIndexType);
62 return mIndexType;
76 Entry mIndexType;
85 mIndexType = new Entry();
114 mIndexType.t = t;
115 mIndexType.e = null;
116 mIndexType.size = 0;
120 mIndexType.t = null;
121 mIndexType.e = e
    [all...]
  /frameworks/base/libs/rs/
rsSimpleMesh.h 35 ObjectBaseRef<const Type> mIndexType;
rsSimpleMesh.cpp 44 if (mIndexType.get()) {
45 renderRange(rsc, 0, mIndexType->getDimX());
77 if (mIndexType.get()) {
123 sm->mIndexType.set((const Type *)idx);

Completed in 440 milliseconds