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