Home
last modified time | relevance | path

Searched refs:PFNWGLCREATEPBUFFERARBPROC (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glx/windows/
Dwgl.c50 RESOLVE_DECL(PFNWGLCREATEPBUFFERARBPROC);
60 PRERESOLVE(PFNWGLCREATEPBUFFERARBPROC, "wglCreatePbufferARB"); in wglResolveExtensionProcs()
88 CHECK_RESOLVED(PFNWGLCREATEPBUFFERARBPROC, NULL); in wglCreatePbufferARB()
89 …return RESOLVED_PROC(PFNWGLCREATEPBUFFERARBPROC)(hDC_, iPixelFormat_, iWidth_, iHeight_, piAttribL… in wglCreatePbufferARB()
/external/angle/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.h71 PFNWGLCREATEPBUFFERARBPROC createPbufferARB;
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h319 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… typedef
1241 WGLEW_FUN_EXPORT PFNWGLCREATEPBUFFERARBPROC __wglewCreatePbufferARB;
/external/swiftshader/include/GL/
Dwglext.h156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h153 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… typedef
/external/mesa3d/include/GL/
Dwglext.h156 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… typedef
/external/angle/include/WGL/
Dwgl.h247 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, i… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18834 PFNWGLCREATEPBUFFERARBPROC __wglewCreatePbufferARB = NULL;
19111 …r = ((wglCreatePbufferARB = (PFNWGLCREATEPBUFFERARBPROC)glewGetProcAddress((const GLubyte*)"wglCre… in _glewInit_WGL_ARB_pbuffer()