Searched refs:vtxCount (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/
H A Drs.h37 void rsaMeshGetVertexBufferCount(RsContext, RsMesh, int32_t *vtxCount);
H A DrsMesh.cpp273 RsAllocation * vtx, size_t vtxCount,
277 Mesh *sm = new Mesh(rsc, vtxCount, idxCount);
280 for (uint32_t i = 0; i < vtxCount; i ++) {
272 rsi_MeshCreate(Context *rsc, RsAllocation * vtx, size_t vtxCount, RsAllocation * idx, size_t idxCount, uint32_t * primType, size_t primTypeCount) argument
/frameworks/support/renderscript/v8/rs_support/
H A Drs.h37 void rsaMeshGetVertexBufferCount(RsContext, RsMesh, int32_t *vtxCount);
/frameworks/base/graphics/java/android/renderscript/
H A DMesh.java153 int vtxCount = mRS.nMeshGetVertexBufferCount(getID(mRS));
156 int[] vtxIDs = new int[vtxCount];
160 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount);
163 mVertexBuffers = new Allocation[vtxCount];
167 for(int i = 0; i < vtxCount; i ++) {
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1343 jint vtxCount = 0; local
1344 rsaMeshGetVertexBufferCount(con, (RsMesh)mesh, &vtxCount);
1345 return vtxCount;

Completed in 114 milliseconds