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

  /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);
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
    [all...]

Completed in 114 milliseconds