Searched refs:total_num_vertices (Results 1 – 1 of 1) sorted by relevance
555 int total_num_vertices = bezierPatchMeshListTotalVert(list); in bezierPatchMeshListCollect() local556 (*vertex_array) = (float *) malloc(sizeof(float) * total_num_vertices*3); in bezierPatchMeshListCollect()558 (*normal_array) = (float *) malloc(sizeof(float) * total_num_vertices*3); in bezierPatchMeshListCollect()