Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_wingl.c114 static int ChoosePixelFormatARB(_THIS, const int *iAttribs, const FLOAT *fAttribs) in ChoosePixelFormatARB() argument
154 wglChoosePixelFormatARB(hdc, iAttribs, fAttribs, 1, &pformat, &matches) && pformat ) { in ChoosePixelFormatARB()
179 float fAttribs[1] = { 0 }; in WIN_GL_SetupWindow() local
299 pixel_format = ChoosePixelFormatARB(this, iAttribs, fAttribs); in WIN_GL_SetupWindow()