HomeSort by relevance Sort by last modified time
    Searched refs:wglMakeContextCurrentARB (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");
559 } else if (!s_wglExtProcs->wglMakeContextCurrentARB ) {
562 retVal = s_wglExtProcs->wglMakeContextCurrentARB(hdcDraw,hdcRead,ctx);
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 491 extern BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
    [all...]

Completed in 234 milliseconds