HomeSort by relevance Sort by last modified time
    Searched full:vtxids (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 157 int[] vtxIDs = new int[vtxCount];
161 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount);
169 if(vtxIDs[i] != 0) {
170 mVertexBuffers[i] = new Allocation(vtxIDs[i], mRS, null, Allocation.USAGE_SCRIPT);
RenderScript.java     [all...]

Completed in 75 milliseconds