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

/frameworks/rs/
H A DrsMesh.cpp271 RsAllocation * idx, size_t idxCount,
273 rsAssert(idxCount == primTypeCount);
274 Mesh *sm = new Mesh(rsc, vtxCount, idxCount);
281 for (uint32_t i = 0; i < idxCount; 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/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1511 jint idxCount = 0; local
1512 rsaMeshGetIndexCount(con, (RsMesh)mesh, &idxCount);
1513 return idxCount;

Completed in 121 milliseconds