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

/frameworks/rs/
H A DrsMesh.cpp268 RsAllocation * idx, size_t idxCount,
270 rsAssert(idxCount == primTypeCount);
271 Mesh *sm = new Mesh(rsc, vtxCount, idxCount);
278 for (uint32_t i = 0; i < idxCount; i ++) {
266 rsi_MeshCreate(Context *rsc, RsAllocation * vtx, size_t vtxCount, RsAllocation * idx, size_t idxCount, uint32_t * primType, size_t primTypeCount) argument
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2724 jint idxCount = 0; local
2725 rsaMeshGetIndexCount((RsContext)con, (RsMesh)mesh, &idxCount);
2726 return idxCount;

Completed in 473 milliseconds