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 154 int vtxCount = mRS.nMeshGetVertexBufferCount(getID(mRS));
157 int[] vtxIDs = new int[vtxCount];
161 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount);
164 mVertexBuffers = new Allocation[vtxCount];
168 for(int i = 0; i < vtxCount; i ++) {
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 72 milliseconds