Home
last modified time | relevance | path

Searched refs:DescribePixelFormat (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/dports/games/cake/cake_src/cake/glsetup/
H A Dglswgl.h32 #ifdef DescribePixelFormat
33 #undef DescribePixelFormat
35 #define DescribePixelFormat glsDescribePixelFormat macro
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/windows/wgl/
H A DWGLUtil.java70 …public static int DescribePixelFormat(final long hdc, final int pfdid, final int pfdSize, final PI… in DescribePixelFormat() method in WGLUtil
74 return GDI.DescribePixelFormat(hdc, pfdid, pfdSize, pfd); in DescribePixelFormat()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dwgl_func.h69 GL_FUNCTION_OPT(int, wglDescribePixelFormat, DescribePixelFormat, (HDC, int, UINT, LPPIXELFORMATDES…
80 #define wglDescribePixelFormat_fp DescribePixelFormat
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/examples/
H A Dwglinfo.c52 maxpf = DescribePixelFormat(hDC, 0, 0, NULL); in VisualInfo()
62 DescribePixelFormat(hDC, i, sizeof(PIXELFORMATDESCRIPTOR), &pfd); in VisualInfo()
161 DescribePixelFormat(hDC, i, sizeof(PIXELFORMATDESCRIPTOR), &pfd); in VisualInfo()
277 DescribePixelFormat(hDC, pf, sizeof(PIXELFORMATDESCRIPTOR), &pfd); in CreateOpenGLWindow()
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_ContextWGL.cpp194 int lastPFD = ::DescribePixelFormat(hDC, 1, sizeof(PIXELFORMATDESCRIPTOR), NULL); in choose_pixel_format_legacy()
200 int check = ::DescribePixelFormat(hDC, i, sizeof(PIXELFORMATDESCRIPTOR), &pfd); in choose_pixel_format_legacy()
312 ::DescribePixelFormat(m_hDC, iPixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &chosenPFD))) in initContextWGLEW()
428 if (DescribePixelFormat(m_hDC, iPixelFormats[i], sizeof(PIXELFORMATDESCRIPTOR), &pfd)) { in _choose_pixel_format_arb_1()
558 lastPFD = ::DescribePixelFormat( in initializeDrawingContext()
/dports/graphics/glfw2/glfw-2.7.9/lib/win32/
H A Dplatform.h253 #define _glfw_DescribePixelFormat _glfwLibrary.Libs.DescribePixelFormat
259 #define _glfw_DescribePixelFormat DescribePixelFormat
448 DESCRIBEPIXELFORMAT_T DescribePixelFormat; member
H A Dwin32_init.c57 _glfwLibrary.Libs.DescribePixelFormat = (DESCRIBEPIXELFORMAT_T) in _glfwInitLibraries()
66 _glfwLibrary.Libs.DescribePixelFormat == NULL || in _glfwInitLibraries()
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/win32/gdi/
H A Dwin32openglwindowi.inc205 pf_count := DescribePixelFormat(hdc, 1, 0, nil);
208 LOG('DescribePixelFormat failed');
219 if DescribePixelFormat(hdc, pf_index, SizeOf(pfd), @pfd) = 0 then
221 LOG('DescribePixelFormat failed');
244 …if DescribePixelFormat(hdc, pf_index, SizeOf(FChosenPixelFormatDescriptor), @FChosenPixelFormatDes…
246 LOG('DescribePixelFormat failed');
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/samples/glut/
H A Dwin32_x11.c25 n = DescribePixelFormat(XHDC, 0, 0, NULL); in XGetVisualInfo()
30 DescribePixelFormat(XHDC, i, sizeof(PIXELFORMATDESCRIPTOR), &pfds[i]); in XGetVisualInfo()
50 DescribePixelFormat(XHDC, GetPixelFormat(XHDC), in XCreateColormap()
/dports/cad/calculix/CalculiX/glut-3.5/src/
H A Dwin32_x11.c43 n = DescribePixelFormat(XHDC, 0, 0, NULL); in XGetVisualInfo()
48 DescribePixelFormat(XHDC, i, sizeof(PIXELFORMATDESCRIPTOR), &pfds[i]); in XGetVisualInfo()
68 DescribePixelFormat(XHDC, GetPixelFormat(XHDC), in XCreateColormap()
/dports/cad/netgen/netgen-6.2.2105/ng/Togl2.1/
H A DtoglWGL.c343 DescribePixelFormat(togl->tglGLHdc, pixelformat, sizeof (pfd), in togl_pixelFormat()
466 DescribePixelFormat(togl->tglGLHdc, (int) togl->PixelFormat, in togl_describePixelFormat()
561 if (gl.DescribePixelFormat(dc, nID, sizeof (PIXELFORMATDESCRIPTOR), &pfd))
581 iMax = DescribePixelFormat(dc, iPixelFormat, sizeof (pfd), &pfd);
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkWin32OpenGLRenderWindow.cxx392 DescribePixelFormat(this->DeviceContext, pixelFormat, in SupportsOpenGL()
412 DescribePixelFormat(this->DeviceContext, pixelFormat, in IsDirect()
432 DescribePixelFormat(this->DeviceContext, pixelFormat, in ReportCapabilities()
633 DescribePixelFormat(hDC, pixelFormat, sizeof(pfd), &pfd); in SetupPixelFormatPaletteAndContext()
715 DescribePixelFormat(hDC, currentPixelFormat,sizeof(pfd), &pfd); in SetupPixelFormatPaletteAndContext()
763 DescribePixelFormat(hDC, pixelFormat,sizeof(pfd), &pfd); in SetupPixelFormatPaletteAndContext()
808 DescribePixelFormat(hDC, pixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &pfd); in SetupPalette()
/dports/graphics/jogl/jogl-1.1.1_9/jogl/src/classes/com/sun/opengl/impl/windows/
H A DWindowsGLDrawable.java90 if (WGL.DescribePixelFormat(hdc, pixelFormat, pfd.size(), pfd) == 0) { in choosePixelFormat()
247 numFormats = WGL.DescribePixelFormat(hdc, 1, 0, null); in choosePixelFormat()
253 if (WGL.DescribePixelFormat(hdc, 1 + i, pfd.size(), pfd) == 0) { in choosePixelFormat()
278 if (WGL.DescribePixelFormat(hdc, pixelFormat, pfd.size(), pfd) == 0) { in choosePixelFormat()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkWin32OpenGLRenderWindow.cxx424 DescribePixelFormat(this->DeviceContext, pixelFormat, in SupportsOpenGL()
441 DescribePixelFormat(this->DeviceContext, pixelFormat, in IsDirect()
459 DescribePixelFormat(this->DeviceContext, pixelFormat, in ReportCapabilities()
662 DescribePixelFormat(hDC, pixelFormat, sizeof(pfd), &pfd); in SetupPixelFormat()
708 DescribePixelFormat(hDC, currentPixelFormat, sizeof(pfd), &pfd); in SetupPixelFormat()
756 DescribePixelFormat(hDC, pixelFormat, sizeof(pfd), &pfd); in SetupPixelFormat()
789 DescribePixelFormat(hDC, pixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &pfd); in SetupPalette()
/dports/graphics/aseprite/aseprite-1.2.9/src/she/gl/
H A Dgl_context_wgl.h76 DescribePixelFormat(hdc, pixelFormat, sizeof(pfd), &pfd); in getStencilBits()
/dports/graphics/libgfx/libgfx-1.1.0/src/
H A Dwintools.cxx77 if( !DescribePixelFormat(dc, pixel_format, in set_pixel_format()
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/win32/
H A Dgl-context.rkt53 (define-gdi32 DescribePixelFormat (_wfun _HDC _int _UINT _PIXELFORMATDESCRIPTOR-pointer -> (r : _in… function
55 (failed 'DescribePixelFormat)
174 (DescribePixelFormat hdc pixelFormat (ctype-sizeof _PIXELFORMATDESCRIPTOR) pfd)
/dports/games/craft/Craft-1.0fbsd/deps/glfw/src/
H A Dwgl_context.c160 nativeCount = DescribePixelFormat(window->wgl.dc, in choosePixelFormat()
230 if (!DescribePixelFormat(window->wgl.dc, in choosePixelFormat()
364 if (!DescribePixelFormat(window->wgl.dc, pixelFormat, sizeof(pfd), &pfd)) in _glfwCreateContext()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dwgl_context.c121 nativeCount = DescribePixelFormat(window->wgl.dc, in choosePixelFormat()
193 if (!DescribePixelFormat(window->wgl.dc, in choosePixelFormat()
352 if (!DescribePixelFormat(window->wgl.dc, pixelFormat, sizeof(pfd), &pfd)) in _glfwCreateContext()
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dgl_context.py16 GetDC, SwapBuffers, ChoosePixelFormat, DescribePixelFormat, SetPixelFormat,
184 if not DescribePixelFormat(self.hdc, pf, sizeof(PIXELFORMATDESCRIPTOR), byref(pfd)):
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT OpenGL/win32/org/eclipse/swt/internal/opengl/win32/
H A DWGL.java107 public static final native int DescribePixelFormat(long hdc, int iPixelFormat, int nBytes, PIXELFOR… in DescribePixelFormat() method in WGL
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dglcontext_wgl.cpp76 DescribePixelFormat(_hdc, pixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &pfd); in createContext()
199 DescribePixelFormat(m_hdc, m_pixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &m_pfd); in create()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dglcontext_wgl.cpp76 DescribePixelFormat(_hdc, pixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &pfd); in createContext()
199 DescribePixelFormat(m_hdc, m_pixelFormat, sizeof(PIXELFORMATDESCRIPTOR), &m_pfd); in create()
/dports/misc/box2d/box2d-2.4.1/extern/glfw/src/
H A Dwgl_context.c73 nativeCount = DescribePixelFormat(window->context.wgl.dc, in choosePixelFormat()
159 if (!DescribePixelFormat(window->context.wgl.dc, in choosePixelFormat()
502 if (!DescribePixelFormat(window->context.wgl.dc, in _glfwCreateContextWGL()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/src/
H A Dwgl_context.c73 nativeCount = DescribePixelFormat(window->context.wgl.dc, in choosePixelFormat()
159 if (!DescribePixelFormat(window->context.wgl.dc, in choosePixelFormat()
502 if (!DescribePixelFormat(window->context.wgl.dc, in _glfwCreateContextWGL()

12345678910>>...20