HomeSort by relevance Sort by last modified time
    Searched refs:PFNWGLCREATEPBUFFERARBPROC (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");
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 507 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
    [all...]

Completed in 38 milliseconds