Home
last modified time | relevance | path

Searched refs:PFNWGLCREATECONTEXTATTRIBSARBPROC (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/glx/windows/
Dwgl.c48 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/
Dwgl_loader_autogen.cpp39 PFNWGLCREATECONTEXTATTRIBSARBPROC l__wglCreateContextAttribsARB;
92 reinterpret_cast<PFNWGLCREATECONTEXTATTRIBSARBPROC>(loadProc("wglCreateContextAttribsARB")); in LoadWGL()
Dwgl_loader_autogen.h77 extern PFNWGLCREATECONTEXTATTRIBSARBPROC l__wglCreateContextAttribsARB;
/external/angle/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.h60 PFNWGLCREATECONTEXTATTRIBSARBPROC createContextAttribsARB;
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h205 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… typedef
1234 WGLEW_FUN_EXPORT PFNWGLCREATECONTEXTATTRIBSARBPROC __wglewCreateContextAttribsARB;
/external/swiftshader/include/GL/
Dwglext.h87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h89 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… typedef
/external/mesa3d/include/GL/
Dwglext.h87 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… typedef
/external/angle/include/WGL/
Dwgl.h178 typedef HGLRC (WINAPI * PFNWGLCREATECONTEXTATTRIBSARBPROC) (HDC hDC, HGLRC hShareContext, const int… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18827 PFNWGLCREATECONTEXTATTRIBSARBPROC __wglewCreateContextAttribsARB = NULL;
19071 …r = ((wglCreateContextAttribsARB = (PFNWGLCREATECONTEXTATTRIBSARBPROC)glewGetProcAddress((const GL… in _glewInit_WGL_ARB_create_context()