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

  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 140 int vtxCount = mRS.nMeshGetVertexBufferCount(getID());
143 int[] vtxIDs = new int[vtxCount];
147 mRS.nMeshGetVertices(getID(), vtxIDs, vtxCount);
150 mVertexBuffers = new Allocation[vtxCount];
154 for(int i = 0; i < vtxCount; i ++) {
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 262 milliseconds