Home
last modified time | relevance | path

Searched refs:wglUseFontBitmapsA (Results 1 – 10 of 10) sorted by relevance

/external/libepoxy/include/epoxy/
Dwgl.h49 #define wglUseFontBitmaps wglUseFontBitmapsA
/external/libepoxy/test/
Dwgl_usefontbitmaps.c56 wglUseFontBitmapsA(hdc, 0, 255, dlist[0]); in test_function()
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def366 wglUseFontBitmapsA = wglUseFontBitmapsA@16
Dopengl32.def366 wglUseFontBitmapsA
Dstw_wgl.c210 wglUseFontBitmapsA( in wglUseFontBitmapsA() function
/external/angle/src/libGL/
Dentry_points_wgl.cpp306 BOOL GL_APIENTRY wglUseFontBitmapsA(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsA() function
DlibGL_autogen.def1118 wglUseFontBitmapsA
Dproc_table_wgl_autogen.cpp1096 {"wglUseFontBitmapsA", P(wglUseFontBitmapsA)},
/external/angle/include/WGL/
Dwgl.h136 BOOL WINAPI wglUseFontBitmapsA (HDC hDC, DWORD first, DWORD count, DWORD listBase);
/external/mesa3d/docs/
Dversions.rst994 - fixed bugs in wglUseFontBitmapsA(), by Frank Warmerdam