OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFNWGLMAKECONTEXTCURRENTARBPROC
(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");
/development/tools/emulator/opengl/host/libs/Translator/include/GL/
wglext.h
494
typedef BOOL (WINAPI *
PFNWGLMAKECONTEXTCURRENTARBPROC
) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
[
all
...]
Completed in 79 milliseconds