Searched refs:mIndexType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DSimpleMesh.java28 Type mIndexType; field in class:SimpleMesh
54 return Allocation.createTyped(mRS, mIndexType);
62 return mIndexType;
76 Entry mIndexType; field in class:SimpleMesh.Builder
85 mIndexType = new Entry();
114 mIndexType.t = t;
115 mIndexType.e = null;
116 mIndexType.size = 0;
120 mIndexType.t = null;
121 mIndexType
[all...]
/frameworks/base/libs/rs/
H A DrsSimpleMesh.h35 ObjectBaseRef<const Type> mIndexType; member in class:android::renderscript::SimpleMesh
H A DrsSimpleMesh.cpp44 if (mIndexType.get()) {
45 renderRange(rsc, 0, mIndexType->getDimX());
77 if (mIndexType.get()) {
123 sm->mIndexType.set((const Type *)idx);

Completed in 53 milliseconds