Searched refs:PFNWGLCREATECONTEXTATTRIBSARBPROC (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/glx/windows/ |
D | wgl.c | 48 RESOLVE_DECL(PFNWGLCREATECONTEXTATTRIBSARBPROC); 58 PRERESOLVE(PFNWGLCREATECONTEXTATTRIBSARBPROC, "wglCreateContextAttribsARB"); in wglResolveExtensionProcs() 75 CHECK_RESOLVED(PFNWGLCREATECONTEXTATTRIBSARBPROC, NULL); in wglCreateContextAttribsARB() 76 return RESOLVED_PROC(PFNWGLCREATECONTEXTATTRIBSARBPROC)(hdc_, hShareContext_, attribList_); in wglCreateContextAttribsARB()
|
/external/angle/util/windows/ |
D | wgl_loader_autogen.cpp | 39 PFNWGLCREATECONTEXTATTRIBSARBPROC l__wglCreateContextAttribsARB; 92 reinterpret_cast<PFNWGLCREATECONTEXTATTRIBSARBPROC>(loadProc("wglCreateContextAttribsARB")); in LoadWGL()
|
D | wgl_loader_autogen.h | 77 extern PFNWGLCREATECONTEXTATTRIBSARBPROC l__wglCreateContextAttribsARB;
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | FunctionsWGL.h | 60 PFNWGLCREATECONTEXTATTRIBSARBPROC createContextAttribsARB;
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 205 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… typedef 1234 WGLEW_FUN_EXPORT PFNWGLCREATECONTEXTATTRIBSARBPROC __wglewCreateContextAttribsARB;
|
/external/swiftshader/include/GL/ |
D | wglext.h | 87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… typedef
|
/external/angle/src/third_party/khronos/GL/ |
D | wglext.h | 89 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… typedef
|
/external/mesa3d/include/GL/ |
D | wglext.h | 87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… typedef
|
/external/angle/include/WGL/ |
D | wgl.h | 178 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… typedef
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 18827 PFNWGLCREATECONTEXTATTRIBSARBPROC __wglewCreateContextAttribsARB = NULL; 19071 …r = ((wglCreateContextAttribsARB = (PFNWGLCREATECONTEXTATTRIBSARBPROC)glewGetProcAddress((const GL… in _glewInit_WGL_ARB_create_context()
|