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

/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A DbezierPatchMesh.h47 GLenum *type_array; /*[i] is the type of the ith primitive*/ member in struct:bezierPatchMesh
110 void bezierPatchMeshListCollect(bezierPatchMesh* list, float **vertex_array, float **normal_array, int **length_array, GLenum **type_array, int *num_strips);
115 void drawStrips(float *vertex_array, float *normal_array, int *length_array, GLenum *type_array, int num_strips);
H A DbezierPatchMesh.cc48 void drawStrips(float *vertex_array, float *normal_array, int *length_array, GLenum *type_array, int num_strips) argument
55 glBegin(type_array[i]);
137 ret->type_array = (GLenum *)malloc(sizeof(GLenum) * size_length_array);
138 assert(ret->type_array);
168 ret->type_array = (GLenum *)malloc(sizeof(GLenum) * size_length_array);
169 assert(ret->type_array);
238 free(bpm->type_array);
273 temp_type[i] = bpm->type_array[i];
278 free(bpm->type_array);
282 bpm->type_array
551 bezierPatchMeshListCollect(bezierPatchMesh * list,float ** vertex_array,float ** normal_array,int ** length_array,GLenum ** type_array,int * num_strips) argument
[all...]
H A Dinsurfeval.cc343 beginCallBack(bpm->type_array[i], userData);
1935 if(bpm->type_array[i] == GL_POLYGON) //a mesh
1954 LOD_eval(bpm->length_array[i], bpm->UVarray+k, bpm->type_array[i],
2013 beginCallBack(bpm->type_array[i], userData);

Completed in 5 milliseconds