OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wglMakeContextCurrentARB
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
90
PFNWGLMAKECONTEXTCURRENTARBPROC
wglMakeContextCurrentARB
;
301
s_wglExtProcs->
wglMakeContextCurrentARB
= (PFNWGLMAKECONTEXTCURRENTARBPROC)wglGetExtentionsProcAddress(dpy,"WGL_ARB_make_current_read","
wglMakeContextCurrentARB
");
555
} else if (!s_wglExtProcs->
wglMakeContextCurrentARB
) {
558
retVal = s_wglExtProcs->
wglMakeContextCurrentARB
(hdcDraw,hdcRead,ctx);
/development/tools/emulator/opengl/host/libs/Translator/include/GL/
wglext.h
491
extern BOOL WINAPI
wglMakeContextCurrentARB
(HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
[
all
...]
Completed in 472 milliseconds