Home
last modified time | relevance | path

Searched refs:tcbCombine (Results 1 – 3 of 3) sorted by relevance

/dports/games/gnubg/gnubg-1.06.002/board3d/
H A Dfont3d.c512 tcbCombine(const double coords[3], const double *UNUSED(vertex_data[4]), GLfloat UNUSED(weight[4]),… in tcbCombine() function
548 gluTessCallback(tobj, GLU_TESS_COMBINE, GLUFUN(tcbCombine)); in PopulateMesh()
/dports/games/sdb/sdb-1.0.2/src/
H A Dsdb.h553 void CALLBACK tcbCombine (GLdouble c[3], void *d[4], GLfloat w[4], void **out);
H A Dgame.cpp558 gluTessCallback(tess, GLU_TESS_COMBINE,(GLvoid (CALLBACK *) ())tcbCombine); in gameInitTessellator()
2039 void CALLBACK tcbCombine (GLdouble c[3], void *d[4], GLfloat w[4], void **out) in tcbCombine() function