Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h170 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, … typedef
1231 WGLEW_FUN_EXPORT PFNWGLRESTOREBUFFERREGIONARBPROC __wglewRestoreBufferRegionARB;
/external/swiftshader/include/GL/
Dwglext.h62 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, … typedef
/external/mesa3d/include/GL/
Dwglext.h62 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, … typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h64 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, … typedef
/external/angle/include/WGL/
Dwgl.h153 typedef BOOL (WINAPI * PFNWGLRESTOREBUFFERREGIONARBPROC) (HANDLE hRegion, int x, int y, int width, … typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18824 PFNWGLRESTOREBUFFERREGIONARBPROC __wglewRestoreBufferRegionARB = NULL;
19057 …r = ((wglRestoreBufferRegionARB = (PFNWGLRESTOREBUFFERREGIONARBPROC)glewGetProcAddress((const GLub… in _glewInit_WGL_ARB_buffer_region()