Home | History | Annotate | Download | only in renderscript

Lines Matching full:vtxids

808     native void rsnMeshGetVertices(int con, int id, int[] vtxIds, int vtxIdCount);
809 synchronized void nMeshGetVertices(int id, int[] vtxIds, int vtxIdCount) {
811 rsnMeshGetVertices(mContext, id, vtxIds, vtxIdCount);