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

  /external/mesa3d/src/glx/windows/
wgl.h 37 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_);
wgl.c 59 PRERESOLVE(PFNWGLMAKECONTEXTCURRENTARBPROC, "wglMakeContextCurrentARB");
79 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_)
windowsgl.c 215 BOOL ret = wglMakeContextCurrentARB(drawDc, readDc, context->ctx);
220 printf("wglMakeContextCurrentARB error: %08x\n", GetLastError());
  /external/mesa3d/include/GL/
wglext.h 131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
    [all...]
  /external/swiftshader/include/GL/
wglext.h 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
wglext.h 131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
    [all...]

Completed in 93 milliseconds