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

  /external/chromium_org/ui/gl/
gl_context_wgl.cc 46 context_ = wglCreateContext(
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c 133 hglrc = this->gl_data->wglCreateContext(hdc);
335 GL_hrc = this->gl_data->wglCreateContext(GL_hdc);
582 this->gl_data->wglCreateContext = NULL;
620 this->gl_data->wglCreateContext = (HGLRC (WINAPI *)(HDC))
621 GetProcAddress(handle, "wglCreateContext");
632 (this->gl_data->wglCreateContext == NULL) ||
SDL_wingl_c.h 41 HGLRC (WINAPI *wglCreateContext)(HDC hdc);
  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 230 HGLRC dummyGLRC = wglCreateContext(dummyDC);
336 glrc = wglCreateContext(dc);
  /external/skia/src/utils/win/
SkWGL_win.cpp 230 HGLRC dummyGLRC = wglCreateContext(dummyDC);
336 glrc = wglCreateContext(dc);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 157 WINGDIAPI HGLRC GLAPIENTRY wglCreateContext(HDC hdc)
588 return wglCreateContext( hdc );
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 157 WINGDIAPI HGLRC GLAPIENTRY wglCreateContext(HDC hdc)
588 return wglCreateContext( hdc );
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_wgl.c 62 wglCreateContext(
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_wgl.c 62 wglCreateContext(
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 281 ctx = wglCreateContext(dpy);
527 ctx = wglCreateContext(dpy);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 242 milliseconds