OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFNWGLGETEXTENSIONSSTRINGARBPROC
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
155
PFNWGLGETEXTENSIONSSTRINGARBPROC
_wglGetExtensionsStringARB = NULL;
158
_wglGetExtensionsStringARB = (
PFNWGLGETEXTENSIONSSTRINGARBPROC
) wglGetProcAddress("wglGetExtensionsStringARB");
/development/tools/emulator/opengl/host/libs/Translator/include/GL/
wglext.h
473
typedef const char * (WINAPI *
PFNWGLGETEXTENSIONSSTRINGARBPROC
) (HDC hdc);
[
all
...]
Completed in 375 milliseconds