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

/frameworks/rs/
H A Drs.h35 void rsaMeshGetVertexBufferCount(RsContext, RsMesh, int32_t *vtxCount);
H A DrsMesh.cpp270 RsAllocation * vtx, size_t vtxCount,
274 Mesh *sm = new Mesh(rsc, vtxCount, idxCount);
277 for (uint32_t i = 0; i < vtxCount; i ++) {
269 rsi_MeshCreate(Context *rsc, RsAllocation * vtx, size_t vtxCount, RsAllocation * idx, size_t idxCount, uint32_t * primType, size_t primTypeCount) argument
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java152 int vtxCount = mRS.nMeshGetVertexBufferCount(getID(mRS));
155 long[] vtxIDs = new long[vtxCount];
159 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount);
162 mVertexBuffers = new Allocation[vtxCount];
166 for(int i = 0; i < vtxCount; i ++) {
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1620 jint vtxCount = 0; local
1621 rsaMeshGetVertexBufferCount((RsContext)con, (RsMesh)mesh, &vtxCount);
1622 return vtxCount;

Completed in 1583 milliseconds