Home
last modified time | relevance | path

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

12345678910

/dports/games/gnubg/gnubg-1.06.002/board3d/
H A DwglBuffer.c12 static fSaveRegion wglSaveBufferRegionARB; variable
24 wglSaveBufferRegionARB = (fSaveRegion) wglGetProcAddress("wglSaveBufferRegionARB"); in wglBufferInitialize()
28 …return wglCreateBufferRegionARB && wglDeleteBufferRegionARB && wglSaveBufferRegionARB && wglRestor… in wglBufferInitialize()
48 if (wglSaveBufferRegionARB(region, x, y, width, height) == FALSE) in SaveBufferRegion()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DWGL_ARB_buffer_region11 BOOL wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height)
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DWGL_ARB_buffer_region12 BOOL wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height)
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DWGL_ARB_buffer_region11 BOOL wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height)
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DWGL_ARB_buffer_region12 BOOL wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height)
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/extensions/
H A DWGL_ARB_buffer_region10 BOOL wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height)
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DWGL_ARB_buffer_region12 BOOL wglSaveBufferRegionARB (HANDLE hRegion, int x, int y, int width, int height)
/dports/games/ensemblist/ensemblist-040126/
H A Ddraw.c42 PFNWGLSAVEBUFFERREGIONARBPROC wglSaveBufferRegionARB = NULL; variable
150wglSaveBufferRegionARB = (PFNWGLSAVEBUFFERREGIONARBPROC) lglGetProcAddress("wglSaveBufferRegionARB… in draw_init()
152 …if (wglCreateBufferRegionARB && wglDeleteBufferRegionARB && wglSaveBufferRegionARB && wglRestoreBu… in draw_init()
241 …if (GL_TRUE==wglSaveBufferRegionARB(wgl_region, region->xmin, region->ymin, region->xmax-region->x… in zbuffer_save()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/WGL/ARB/
H A Dbuffer_region.py29 def wglSaveBufferRegionARB(hRegion,x,y,width,height):pass function
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/WGL/ARB/
H A Dbuffer_region.py29 def wglSaveBufferRegionARB(hRegion,x,y,width,height):pass function
/dports/graphics/sage/sage-0.2.0/sage/
H A Dsage_wgl.c12 PFNWGLSAVEBUFFERREGIONARBPROC wglSaveBufferRegionARB = NULL; variable
137wglSaveBufferRegionARB = (PFNWGLSAVEBUFFERREGIONARBPROC)SDL_GL_GetProcAddress("wglSaveBufferRegion… in sage_wgl_init()
H A Dsage_wgl.h46 SAGEAPI PFNWGLSAVEBUFFERREGIONARBPROC wglSaveBufferRegionARB; variable
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/include/allegrogl/GLext/
H A Dwgl_ext_alias.h5 #define wglSaveBufferRegionARB __awglSaveBufferRegionARB macro
/dports/graphics/opencsg/OpenCSG-1.4.2/src/
H A DstencilManager.cpp158 int result = wglSaveBufferRegionARB(handle, area.minx, area.miny, dx, dy); in save()
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/opengl/GLext/
H A Dwgl_ext_alias.h5 #define wglSaveBufferRegionARB _al_wglSaveBufferRegionARB macro
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/win32/
H A Dgdkglwglext.c81 if (_procs_WGL_ARB_buffer_region.wglSaveBufferRegionARB == (GdkGLProc_wglSaveBufferRegionARB) -1) in gdk_gl_get_wglSaveBufferRegionARB()
82 _procs_WGL_ARB_buffer_region.wglSaveBufferRegionARB = in gdk_gl_get_wglSaveBufferRegionARB()
87 … (_procs_WGL_ARB_buffer_region.wglSaveBufferRegionARB) ? "supported" : "not supported")); in gdk_gl_get_wglSaveBufferRegionARB()
89 return (GdkGLProc) (_procs_WGL_ARB_buffer_region.wglSaveBufferRegionARB); in gdk_gl_get_wglSaveBufferRegionARB()
/dports/lang/nim/nim-1.6.2/tests/manyloc/keineschweine/lib/
H A Dwingl.nim18 proc wglSaveBufferRegionARB*(hRegion: THandle, x: TGLint, y: TGLint,
20 dynlib: dllname, importc: "wglSaveBufferRegionARB".}
/dports/editors/lazarus/lazarus/components/opengl/
H A Dglwin32wglcontext.pas207 wglSaveBufferRegionARB: function(hRegion: Integer; x, y, width, height: Integer): BOOL; stdcall; in Region()
604 Pointer(wglSaveBufferRegionARB) := GLGetProcAddress('wglSaveBufferRegionARB');
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/opengl/
H A Dglwin32wglcontext.pas207 wglSaveBufferRegionARB: function(hRegion: Integer; x, y, width, height: Integer): BOOL; stdcall; in Region()
604 Pointer(wglSaveBufferRegionARB) := GLGetProcAddress('wglSaveBufferRegionARB');
/dports/editors/lazarus-qt5/lazarus/components/opengl/
H A Dglwin32wglcontext.pas207 wglSaveBufferRegionARB: function(hRegion: Integer; x, y, width, height: Integer): BOOL; stdcall; in Region()
604 Pointer(wglSaveBufferRegionARB) := GLGetProcAddress('wglSaveBufferRegionARB');
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/opengl/
H A Dglwin32wglcontext.pas207 wglSaveBufferRegionARB: function(hRegion: Integer; x, y, width, height: Integer): BOOL; stdcall; in Region()
604 Pointer(wglSaveBufferRegionARB) := GLGetProcAddress('wglSaveBufferRegionARB');
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dwglext.h322 extern BOOL WINAPI wglSaveBufferRegionARB (HANDLE, int, int, int, int);
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dwglext.h322 extern BOOL WINAPI wglSaveBufferRegionARB (HANDLE, int, int, int, int);
/dports/cad/ldview/ldview-4.4/include/GL/
H A Dwglext.h311 extern BOOL WINAPI wglSaveBufferRegionARB (HANDLE, int, int, int, int);
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/spec/yml/
H A Dwgl.yml22 wglSaveBufferRegionARB: [BOOL, HANDLE hRegion, int x, int y, int width, int height]

12345678910