Home
last modified time | relevance | path

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

/external/swiftshader/include/GL/
Dwglext.h66 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
/external/angle/src/third_party/khronos/GL/
Dwglext.h68 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
/external/mesa3d/include/GL/
Dwglext.h66 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h176 #define wglSaveBufferRegionARB WGLEW_GET_FUN(__wglewSaveBufferRegionARB) macro
/external/angle/include/WGL/
Dwgl.h157 BOOL WINAPI wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19058 …r = ((wglSaveBufferRegionARB = (PFNWGLSAVEBUFFERREGIONARBPROC)glewGetProcAddress((const GLubyte*)"… in _glewInit_WGL_ARB_buffer_region()