OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFNWGLSWAPINTERVALEXTPROC
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
91
PFNWGLSWAPINTERVALEXTPROC
wglSwapIntervalEXT;
302
s_wglExtProcs->wglSwapIntervalEXT = (
PFNWGLSWAPINTERVALEXTPROC
)wglGetExtentionsProcAddress(dpy,"WGL_EXT_swap_control","wglSwapIntervalEXT");
/external/chromium_org/third_party/mesa/src/include/GL/
wglext.h
616
typedef BOOL (WINAPI *
PFNWGLSWAPINTERVALEXTPROC
) (int interval);
[
all
...]
/external/mesa3d/include/GL/
wglext.h
616
typedef BOOL (WINAPI *
PFNWGLSWAPINTERVALEXTPROC
) (int interval);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h
616
typedef BOOL (WINAPI *
PFNWGLSWAPINTERVALEXTPROC
) (int interval);
[
all
...]
Completed in 454 milliseconds