HomeSort by relevance Sort by last modified time
    Searched refs:wglDestroyPbufferARB (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 88 PFNWGLDESTROYPBUFFERARBPROC wglDestroyPbufferARB;
299 s_wglExtProcs->wglDestroyPbufferARB = (PFNWGLDESTROYPBUFFERARBPROC)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pbuffer","wglDestroyPbufferARB");
504 if(!s_wglExtProcs->wglReleasePbufferDCARB || !s_wglExtProcs->wglDestroyPbufferARB) return false;
505 if(!s_wglExtProcs->wglReleasePbufferDCARB(pb->getPbuffer(),pb->getDC()) || !s_wglExtProcs->wglDestroyPbufferARB(pb->getPbuffer())){
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 504 extern BOOL WINAPI wglDestroyPbufferARB (HPBUFFERARB hPbuffer);
    [all...]

Completed in 169 milliseconds