Searched defs:vtxCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
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/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1343 jint vtxCount = 0; local
1344 rsaMeshGetVertexBufferCount(con, (RsMesh)mesh, &vtxCount);
1345 return vtxCount;

Completed in 765 milliseconds