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

  /frameworks/base/libs/rs/
RenderScript.h 40 void rsaMeshGetVertexBufferCount(RsContext, RsMesh, int32_t *vtxCount);
rsMesh.cpp 256 RsAllocation * vtx, size_t vtxCount,
260 Mesh *sm = new Mesh(rsc, vtxCount, idxCount);
263 for (uint32_t i = 0; i < vtxCount; i ++) {
  /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 299 milliseconds