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

/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A DbezierPatchMesh.h87 void bezierPatchMeshInsertUV(bezierPatchMesh *bpm, float u, float v);
H A Dglsurfeval.cc962 bezierPatchMeshInsertUV(global_bpm, global_grid_u0, global_grid_v0);
963 bezierPatchMeshInsertUV(global_bpm, global_grid_u1, global_grid_v1);
964 bezierPatchMeshInsertUV(global_bpm, (REAL)global_grid_nu, (REAL)global_grid_nv);
965 bezierPatchMeshInsertUV(global_bpm, (REAL)umin, (REAL)vmin);
966 bezierPatchMeshInsertUV(global_bpm, (REAL)umax, (REAL)vmax);
1118 bezierPatchMeshInsertUV(global_bpm, u,v);
H A DbezierPatchMesh.cc290 void bezierPatchMeshInsertUV(bezierPatchMesh *bpm, float u, float v) function in typeref:typename:void

Completed in 5 milliseconds