Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/windows/
Dwgl.c51 RESOLVE_DECL(PFNWGLGETPBUFFERDCARBPROC);
61 PRERESOLVE(PFNWGLGETPBUFFERDCARBPROC, "wglGetPbufferDCARB"); in wglResolveExtensionProcs()
94 CHECK_RESOLVED(PFNWGLGETPBUFFERDCARBPROC, NULL); in wglGetPbufferDCARB()
95 return RESOLVED_PROC(PFNWGLGETPBUFFERDCARBPROC)(hPbuffer_); in wglGetPbufferDCARB()
/external/angle/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.h72 PFNWGLGETPBUFFERDCARBPROC getPbufferDCARB;
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h321 typedef HDC (WINAPI * PFNWGLGETPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer); typedef
1243 WGLEW_FUN_EXPORT PFNWGLGETPBUFFERDCARBPROC __wglewGetPbufferDCARB;
/external/swiftshader/include/GL/
Dwglext.h157 typedef HDC (WINAPI * PFNWGLGETPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer); typedef
/external/mesa3d/include/GL/
Dwglext.h157 typedef HDC (WINAPI * PFNWGLGETPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer); typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h154 typedef HDC (WINAPI * PFNWGLGETPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer); typedef
/external/angle/include/WGL/
Dwgl.h248 typedef HDC (WINAPI * PFNWGLGETPBUFFERDCARBPROC) (HPBUFFERARB hPbuffer); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18836 PFNWGLGETPBUFFERDCARBPROC __wglewGetPbufferDCARB = NULL;
19113 …r = ((wglGetPbufferDCARB = (PFNWGLGETPBUFFERDCARBPROC)glewGetProcAddress((const GLubyte*)"wglGetPb… in _glewInit_WGL_ARB_pbuffer()