Home
last modified time | relevance | path

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

/external/swiftshader/include/GL/
Dwglext.h67 BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSr…
/external/angle/src/third_party/khronos/GL/
Dwglext.h69 BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSr…
/external/mesa3d/include/GL/
Dwglext.h67 BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSr…
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h175 #define wglRestoreBufferRegionARB WGLEW_GET_FUN(__wglewRestoreBufferRegionARB) macro
/external/angle/include/WGL/
Dwgl.h158 BOOL WINAPI wglRestoreBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height, int xSr…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19057 …r = ((wglRestoreBufferRegionARB = (PFNWGLRESTOREBUFFERREGIONARBPROC)glewGetProcAddress((const GLub… in _glewInit_WGL_ARB_buffer_region()