Home
last modified time | relevance | path

Searched refs:total_num_vertices (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/interface/
H A DbezierPatchMesh.cc555 int total_num_vertices = bezierPatchMeshListTotalVert(list); in bezierPatchMeshListCollect() local
556 (*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()