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

  /frameworks/base/rs/java/android/renderscript/
Mesh.java 155 long[] vtxIDs = new long[vtxCount];
159 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount);
167 if(vtxIDs[i] != 0) {
168 mVertexBuffers[i] = new Allocation(vtxIDs[i], mRS, null, Allocation.USAGE_SCRIPT);
RenderScript.java     [all...]

Completed in 49 milliseconds