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