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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dstex3d.c38 static int CurTexture = NOISE_TEXTURE, CurObject = TORUS; variable in typeref:typename:int
415 glCallList(CurObject);
509 if (CurObject == TORUS)
510 CurObject = SPHERE;
512 CurObject = TORUS;

Completed in 2 milliseconds