Searched refs:wglUseFontBitmapsA (Results 1 – 10 of 10) sorted by relevance
/external/libepoxy/include/epoxy/ |
D | wgl.h | 49 #define wglUseFontBitmaps wglUseFontBitmapsA
|
/external/libepoxy/test/ |
D | wgl_usefontbitmaps.c | 56 wglUseFontBitmapsA(hdc, 0, 255, dlist[0]); in test_function()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 366 wglUseFontBitmapsA = wglUseFontBitmapsA@16
|
D | opengl32.def | 366 wglUseFontBitmapsA
|
D | stw_wgl.c | 210 wglUseFontBitmapsA( in wglUseFontBitmapsA() function
|
/external/angle/src/libGL/ |
D | entry_points_wgl.cpp | 306 BOOL GL_APIENTRY wglUseFontBitmapsA(HDC hDC, DWORD first, DWORD count, DWORD listBase) in wglUseFontBitmapsA() function
|
D | libGL_autogen.def | 1118 wglUseFontBitmapsA
|
D | proc_table_wgl_autogen.cpp | 1096 {"wglUseFontBitmapsA", P(wglUseFontBitmapsA)},
|
/external/angle/include/WGL/ |
D | wgl.h | 136 BOOL WINAPI wglUseFontBitmapsA (HDC hDC, DWORD first, DWORD count, DWORD listBase);
|
/external/mesa3d/docs/ |
D | versions.rst | 994 - fixed bugs in wglUseFontBitmapsA(), by Frank Warmerdam
|