Searched refs:GLMmodel (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglm.h71 /* GLMmodel: Structure that defines a model.
107 } GLMmodel; typedef in typeref:struct:__anonf360447c0208
116 * model - properly initialized GLMmodel structure
119 glmUnitize(GLMmodel* model);
124 * model - initialized GLMmodel structure
128 glmDimensions(GLMmodel* model, float* dimensions);
132 * model - properly initialized GLMmodel structure
136 glmScale(GLMmodel* model, float scale);
142 * model - properly initialized GLMmodel structure
145 glmReverseWinding(GLMmodel* mode
[all...]
H A Dglmdraw.c22 * model - initialized GLMmodel structure
34 glmDraw(GLMmodel* model, GLuint mode)
155 glmMakeVBOs(GLMmodel *model)
278 glmLoadTextures(GLMmodel *model)
290 glmDrawVBO(GLMmodel *model)
351 * model - initialized GLMmodel structure
363 glmList(GLMmodel* model, GLuint mode)
494 glmSpecularTexture(GLMmodel *model, uint cubeTex)
H A Dglm.c200 _glmFindGroup(GLMmodel* model, char* name)
219 _glmAddGroup(GLMmodel* model, char* name)
241 _glmFindMaterial(GLMmodel* model, char* name)
285 * model - properly initialized GLMmodel structure
289 _glmReadMTL(GLMmodel* model, char* name)
430 * model - properly initialized GLMmodel structure
435 _glmWriteMTL(GLMmodel* model, char* modelpath, char* mtllibname)
486 * model - properly initialized GLMmodel structure
490 _glmFirstPass(GLMmodel* model, FILE* file)
631 * model - properly initialized GLMmodel structur
[all...]
H A Dobjview.c22 static GLMmodel *Model;

Completed in 10 milliseconds