HomeSort by relevance Sort by last modified time
    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 58 milliseconds