Home
last modified time | relevance | path

Searched refs:negativeSurface (Results 1 – 2 of 2) sorted by relevance

/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DTriangleDraw.h28 void IsoGenLists(GLuint *positiveSurface, GLuint *negativeSurface, GLuint *nullSurface, IsoSurface*…
29 void IsoShowLists(GLuint positiveSurface, GLuint negativeSurface, GLuint nullSurface);
H A DTriangleDraw.c344 void IsoGenLists(GLuint *positiveSurface, GLuint *negativeSurface, GLuint *nullSurface, IsoSurface*… in IsoGenLists() argument
347 if (glIsList(*negativeSurface) == GL_TRUE) glDeleteLists(*negativeSurface,1); in IsoGenLists()
354 *negativeSurface = IsoGenOneList(isonegative,1); in IsoGenLists()
359 void IsoShowLists(GLuint positiveSurface, GLuint negativeSurface, GLuint nullSurface) in IsoShowLists() argument
369 if (glIsList(negativeSurface) == GL_TRUE) glCallList(negativeSurface); in IsoShowLists()