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

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 90 PFNWGLMAKECONTEXTCURRENTARBPROC wglMakeContextCurrentARB;
301 s_wglExtProcs->wglMakeContextCurrentARB = (PFNWGLMAKECONTEXTCURRENTARBPROC)wglGetExtentionsProcAddress(dpy,"WGL_ARB_make_current_read","wglMakeContextCurrentARB");
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 494 typedef BOOL (WINAPI * PFNWGLMAKECONTEXTCURRENTARBPROC) (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
    [all...]

Completed in 23 milliseconds