OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wglDestroyPbufferARB
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c
275
wglDestroyPbufferARB
(HPBUFFERARB hPbuffer)
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c
275
wglDestroyPbufferARB
(HPBUFFERARB hPbuffer)
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
88
PFNWGLDESTROYPBUFFERARBPROC
wglDestroyPbufferARB
;
299
s_wglExtProcs->
wglDestroyPbufferARB
= (PFNWGLDESTROYPBUFFERARBPROC)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pbuffer","
wglDestroyPbufferARB
");
508
if(!s_wglExtProcs->wglReleasePbufferDCARB || !s_wglExtProcs->
wglDestroyPbufferARB
) return false;
509
if(!s_wglExtProcs->wglReleasePbufferDCARB(pb->getPbuffer(),pb->getDC()) || !s_wglExtProcs->
wglDestroyPbufferARB
(pb->getPbuffer())){
Completed in 142 milliseconds