Searched refs:wglSaveBufferRegionARB (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/include/GL/ |
D | wglext.h | 66 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
|
/external/angle/src/third_party/khronos/GL/ |
D | wglext.h | 68 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
|
/external/mesa3d/include/GL/ |
D | wglext.h | 66 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 176 #define wglSaveBufferRegionARB WGLEW_GET_FUN(__wglewSaveBufferRegionARB) macro
|
/external/angle/include/WGL/ |
D | wgl.h | 157 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 19058 …r = ((wglSaveBufferRegionARB = (PFNWGLSAVEBUFFERREGIONARBPROC)glewGetProcAddress((const GLubyte*)"… in _glewInit_WGL_ARB_buffer_region()
|