[go: nahoru, domu]

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

/frameworks/rs/
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/jni/
H A Dandroid_renderscript_RenderScript.cpp2701 jint vtxCount = 0; local
2702 rsaMeshGetVertexBufferCount((RsContext)con, (RsMesh)mesh, &vtxCount);
2703 return vtxCount;

Completed in 51 milliseconds