Home | History | Annotate | Download | only in dc

Lines Matching defs:DEF

337 #define	DEF(func)	{#func,&func}
338 DEF(glBegin),
339 DEF(glBindTexture),
340 DEF(glBlendFunc),
341 DEF(glColor4f),
342 // DEF(glCopyImageID),
343 DEF(glDisable),
344 DEF(glEnable),
345 DEF(glEnd),
346 DEF(glFlush),
347 DEF(glGenTextures),
348 DEF(glGetString),
349 DEF(glLoadIdentity),
350 DEF(glMatrixMode),
351 DEF(glOrtho),
352 DEF(glPixelStorei),
353 // DEF(glPopAttrib),
354 // DEF(glPopClientAttrib),
357 DEF(glPopMatrix),
358 // DEF(glPushAttrib),
359 // DEF(glPushClientAttrib),
362 DEF(glPushMatrix),
363 DEF(glTexCoord2f),
364 DEF(glTexEnvf),
365 DEF(glTexImage2D),
366 DEF(glTexParameteri),
367 DEF(glTexSubImage2D),
368 DEF(glVertex2i),
369 DEF(glViewport),
370 #undef DEF