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

/frameworks/base/graphics/java/android/renderscript/
H A DSimpleMesh.java199 int mVtxSize; field in class:SimpleMesh.TriangleMeshBuilder
212 mVtxSize = vtxSize;
250 if (mVtxSize != 2) {
260 if (mVtxSize != 3) {
315 int floatCount = mVtxSize;
319 mVtxSize), "position");

Completed in 27 milliseconds