OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wglMakeCurrent
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp
20
wglMakeCurrent
(fOldHDC, fOldHGLRC);
118
if (!(
wglMakeCurrent
(fDeviceContext, fGlRenderContext))) {
134
if (!
wglMakeCurrent
(fDeviceContext, fGlRenderContext)) {
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c
135
this->gl_data->
wglMakeCurrent
(hdc, hglrc);
160
this->gl_data->
wglMakeCurrent
(NULL, NULL);
393
this->gl_data->
wglMakeCurrent
(NULL, NULL);
415
if ( ! this->gl_data->
wglMakeCurrent
(GL_hdc, GL_hrc) ) {
584
this->gl_data->
wglMakeCurrent
= NULL;
624
this->gl_data->
wglMakeCurrent
= (BOOL (WINAPI *)(HDC, HGLRC))
625
GetProcAddress(handle, "
wglMakeCurrent
");
634
(this->gl_data->
wglMakeCurrent
== NULL) ) {
SDL_wingl_c.h
45
BOOL (WINAPI *
wglMakeCurrent
)(HDC hdc, HGLRC hglrc);
/external/skia/src/utils/win/
SkWGL_win.cpp
251
wglMakeCurrent
(dummyDC, dummyGLRC);
259
wglMakeCurrent
(dummyDC, NULL);
264
wglMakeCurrent
(prevDC, prevGLRC);
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
288
if(!
wglMakeCurrent
(dpy,ctx)){
305
wglMakeCurrent
(dpy,NULL);
557
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
...]
/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 127 milliseconds