| 603 |
glGetIntegerv(GL_MATRIX_MODE, &matrix_mode); |
599 |
glGetIntegerv(GL_MATRIX_MODE, &matrix_mode); |
| 659 |
void iV_DrawTextF(float x, float y, const char* format, ...) |
655 |
void iV_DrawTextF(float x, float y, const char* format, ...) |
| 664 |
iV_DrawTextFv(x, y, format, ap); |
660 |
iV_DrawTextFv(x, y, format, ap); |