HomeSort by relevance Sort by last modified time
    Searched refs:wglChoosePixelFormatARB (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 149 BOOL (WINAPI *wglChoosePixelFormatARB)(HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
150 wglChoosePixelFormatARB =
152 this->gl_data->wglGetProcAddress("wglChoosePixelFormatARB");
153 if( wglChoosePixelFormatARB &&
154 wglChoosePixelFormatARB(hdc, iAttribs, fAttribs, 1, &pformat, &matches) && pformat ) {
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 85 PFNWGLCHOOSEPIXELFORMATARBPROC wglChoosePixelFormatARB;
296 s_wglExtProcs->wglChoosePixelFormatARB = (PFNWGLCHOOSEPIXELFORMATARBPROC)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pixel_format","wglChoosePixelFormatARB");
327 if(s_wglExtProcs->wglChoosePixelFormatARB) {
330 return s_wglExtProcs->wglChoosePixelFormatARB(dc,&i0, &f0, 1, &iPixelFormat, &numpf);
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
    [all...]

Completed in 5044 milliseconds