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

  /external/mesa3d/src/glx/windows/
wgl.c 48 RESOLVE_DECL(PFNWGLCREATECONTEXTATTRIBSARBPROC);
58 PRERESOLVE(PFNWGLCREATECONTEXTATTRIBSARBPROC, "wglCreateContextAttribsARB");
75 CHECK_RESOLVED(PFNWGLCREATECONTEXTATTRIBSARBPROC, NULL);
76 return RESOLVED_PROC(PFNWGLCREATECONTEXTATTRIBSARBPROC)(hdc_, hShareContext_, attribList_);
  /external/mesa3d/include/GL/
wglext.h 89 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
    [all...]
  /external/swiftshader/include/GL/
wglext.h 87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
wglext.h 89 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int *attribList);
    [all...]

Completed in 66 milliseconds