Searched refs:UVarray (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A DbezierPatchMesh.cc133 ret->UVarray = (float*) malloc(sizeof(float) * size_UVarray);
134 assert(ret->UVarray);
164 ret->UVarray = (float*) malloc(sizeof(float) * size_UVarray);
165 assert(ret->UVarray);
234 free(bpm->UVarray);
293 /*if the UVarray is full, it should be expanded*/
305 temp[i] = bpm->UVarray[i];
309 free(bpm->UVarray);
312 bpm->UVarray = temp;
315 bpm->UVarray[bp
[all...]
H A DbezierPatchMesh.h45 float *UVarray; /*all UV components of all vertices of all strips*/ member in struct:bezierPatchMesh
H A Dinsurfeval.cc346 u = bpm->UVarray[k];
347 v = bpm->UVarray[k+1];
1937 GLfloat *temp = bpm->UVarray+k;
1954 LOD_eval(bpm->length_array[i], bpm->UVarray+k, bpm->type_array[i],
2017 u = bpm->UVarray[k];
2018 v = bpm->UVarray[k+1];

Completed in 10 milliseconds