Home
last modified time | relevance | path

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

/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A Dglfont.h48 int glFontCreate(GLFONT *Font, char *Buffer, int Tex);
H A Dglfont.c27 int glFontCreate (GLFONT *Font, char *Buffer, int Tex) in glFontCreate() function
H A DOpenGL.cpp112 glFontCreate(&font, (char *)buf, texture); in initializeFont()