Home
last modified time | relevance | path

Searched refs:PFNWGLCREATEPBUFFEREXTPROC (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h645 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i… typedef
1265 WGLEW_FUN_EXPORT PFNWGLCREATEPBUFFEREXTPROC __wglewCreatePbufferEXT;
/external/swiftshader/include/GL/
Dwglext.h425 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i… typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h415 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i… typedef
/external/mesa3d/include/GL/
Dwglext.h430 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i… typedef
/external/angle/include/WGL/
Dwgl.h521 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, i… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18858 PFNWGLCREATEPBUFFEREXTPROC __wglewCreatePbufferEXT = NULL;
19201 …r = ((wglCreatePbufferEXT = (PFNWGLCREATEPBUFFEREXTPROC)glewGetProcAddress((const GLubyte*)"wglCre… in _glewInit_WGL_EXT_pbuffer()