Searched refs:vtxCount (Results 1 - 4 of 4) sorted by relevance
/frameworks/rs/ |
H A D | rs.h | 35 void rsaMeshGetVertexBufferCount(RsContext, RsMesh, int32_t *vtxCount);
|
H A D | rsMesh.cpp | 270 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/graphics/java/android/renderscript/ |
H A D | Mesh.java | 154 int vtxCount = mRS.nMeshGetVertexBufferCount(getID(mRS)); 157 int[] vtxIDs = new int[vtxCount]; 161 mRS.nMeshGetVertices(getID(mRS), vtxIDs, vtxCount); 164 mVertexBuffers = new Allocation[vtxCount]; 168 for(int i = 0; i < vtxCount; i ++) {
|
/frameworks/base/graphics/jni/ |
H A D | android_renderscript_RenderScript.cpp | 1502 jint vtxCount = 0; local 1503 rsaMeshGetVertexBufferCount(con, (RsMesh)mesh, &vtxCount); 1504 return vtxCount;
|
Completed in 93 milliseconds