Searched refs:bezierPatchMeshInsertUV (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ |
| H A D | bezierPatchMesh.h | 87 void bezierPatchMeshInsertUV(bezierPatchMesh *bpm, float u, float v);
|
| H A D | glsurfeval.cc | 962 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 D | bezierPatchMesh.cc | 290 void bezierPatchMeshInsertUV(bezierPatchMesh *bpm, float u, float v) function in typeref:typename:void
|
Completed in 5 milliseconds