Home
last modified time | relevance | path

Searched refs:fghIsExtensionSupported (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/freeglut/freeglut-3.2.1/src/mswin/
H A Dfg_window_mswin.c129 static int fghIsExtensionSupported( HDC hdc, const char *extension ) { in fghIsExtensionSupported() function
155 if ( !fghIsExtensionSupported( window->Window.pContext.Device, "WGL_ARB_create_context" ) ) in fgNewWGLCreateContext()
315 if ( fghIsExtensionSupported( hDC, "WGL_ARB_multisample" ) ) in fgSetupPixelFormat()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/mswin/
H A Dfg_window_mswin.c129 static int fghIsExtensionSupported( HDC hdc, const char *extension ) { in fghIsExtensionSupported() function
155 if ( !fghIsExtensionSupported( window->Window.pContext.Device, "WGL_ARB_create_context" ) ) in fgNewWGLCreateContext()
315 if ( fghIsExtensionSupported( hDC, "WGL_ARB_multisample" ) ) in fgSetupPixelFormat()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/freeglut/
H A Dfreeglut_window.c382 static int fghIsExtensionSupported( HDC hdc, const char *extension ) { in fghIsExtensionSupported() function
408 if ( !fghIsExtensionSupported( window->Window.Device, "WGL_ARB_create_context" ) ) in fgNewWGLCreateContext()
555 if ( fghIsExtensionSupported( hDC, "WGL_ARB_multisample" ) ) in fgSetupPixelFormat()