Searched refs:wglChoosePixelFormatARBFunc (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp124 typedef BOOL (WINAPI* wglChoosePixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats); typedef
150 wglChoosePixelFormatARBFunc choosePixelFormatARB;
232 m_functions.choosePixelFormatARB = (wglChoosePixelFormatARBFunc)m_functions.getProcAddress("wglChoosePixelFormatARB");

Completed in 28 milliseconds