OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wglCreatePbufferARB
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c
68
wglCreatePbufferARB
(HDC hCurrentDC,
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c
68
wglCreatePbufferARB
(HDC hCurrentDC,
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
86
PFNWGLCREATEPBUFFERARBPROC
wglCreatePbufferARB
;
297
s_wglExtProcs->
wglCreatePbufferARB
= (PFNWGLCREATEPBUFFERARBPROC)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pbuffer","
wglCreatePbufferARB
");
497
if(!s_wglExtProcs->
wglCreatePbufferARB
) return NULL;
498
EGLNativePbufferType pb = s_wglExtProcs->
wglCreatePbufferARB
(dpy,cfg->nativeId(),width,height,pbAttribs);
Completed in 131 milliseconds