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

  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 135 this->gl_data->wglMakeCurrent(hdc, hglrc);
160 this->gl_data->wglMakeCurrent(NULL, NULL);
381 this->gl_data->wglMakeCurrent(NULL, NULL);
403 if ( ! this->gl_data->wglMakeCurrent(GL_hdc, GL_hrc) ) {
572 this->gl_data->wglMakeCurrent = NULL;
612 this->gl_data->wglMakeCurrent = (BOOL (WINAPI *)(HDC, HGLRC))
613 GetProcAddress(handle, "wglMakeCurrent");
622 (this->gl_data->wglMakeCurrent == NULL) ) {
SDL_wingl_c.h 45 BOOL (WINAPI *wglMakeCurrent)(HDC hdc, HGLRC hglrc);
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 288 if(!wglMakeCurrent(dpy,ctx)){
305 wglMakeCurrent(dpy,NULL);
553 bool ret = wglMakeCurrent(hdcDraw,ctx);
  /external/quake/quake/src/QW/client/
gl_vidnt.c 667 // if (!wglMakeCurrent( maindc, baseRC ))
668 // Sys_Error ("wglMakeCurrent failed");
792 wglMakeCurrent(NULL, NULL);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 667 // if (!wglMakeCurrent( maindc, baseRC ))
668 // Sys_Error ("wglMakeCurrent failed");
792 wglMakeCurrent(NULL, NULL);
    [all...]
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 36 milliseconds