Home
last modified time | relevance | path

Searched refs:extensionSupported (Results 1 – 25 of 90) sorted by relevance

1234

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dglcontext.cpp80 if (extensionSupported("GL_ARB_multitexture") && in init()
87 if (extensionSupported("GL_ARB_vertex_program") && in init()
95 else if (extensionSupported("GL_NV_vertex_program") && in init()
104 if (extensionSupported("GL_NV_fragment_program") && in init()
173 extensionSupported("GL_ARB_vertex_program") && in renderPathSupported()
180 extensionSupported("GL_NV_vertex_program") && in renderPathSupported()
186 extensionSupported("GL_ARB_vertex_program") && in renderPathSupported()
206 return (extensionSupported("GL_ARB_shader_objects") && in renderPathSupported()
208 extensionSupported("GL_ARB_vertex_shader") && in renderPathSupported()
209 extensionSupported("GL_ARB_fragment_shader")); in renderPathSupported()
[all …]
H A Dglcontext.h51 bool extensionSupported(const std::string&) const;
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dglcontext.cpp80 if (extensionSupported("GL_ARB_multitexture") && in init()
87 if (extensionSupported("GL_ARB_vertex_program") && in init()
95 else if (extensionSupported("GL_NV_vertex_program") && in init()
104 if (extensionSupported("GL_NV_fragment_program") && in init()
173 extensionSupported("GL_ARB_vertex_program") && in renderPathSupported()
180 extensionSupported("GL_NV_vertex_program") && in renderPathSupported()
186 extensionSupported("GL_ARB_vertex_program") && in renderPathSupported()
206 return (extensionSupported("GL_ARB_shader_objects") && in renderPathSupported()
208 extensionSupported("GL_ARB_vertex_shader") && in renderPathSupported()
209 extensionSupported("GL_ARB_fragment_shader")); in renderPathSupported()
[all …]
H A Dglcontext.h51 bool extensionSupported(const std::string&) const;
/dports/graphics/vulkan-caps-viewer/VulkanCapsViewer-3.05/
H A DVulkanDeviceInfoExtensions.cpp195 if (extensionSupported("VK_EXT_pci_bus_info")) { in readPhysicalProperties_EXT()
249 if (extensionSupported("VK_EXT_robustness2")) { in readPhysicalProperties_EXT()
286 if (extensionSupported("VK_EXT_multi_draw")) { in readPhysicalProperties_EXT()
304 if (extensionSupported("VK_KHR_multiview")) { in readPhysicalProperties_KHR()
544 if (extensionSupported("VK_NV_ray_tracing")) { in readPhysicalProperties_NV()
558 if (extensionSupported("VK_NV_mesh_shader")) { in readPhysicalProperties_NV()
1026 if (extensionSupported("VK_EXT_multi_draw")) { in readPhysicalFeatures_EXT()
1082 if (extensionSupported("VK_KHR_multiview")) { in readPhysicalFeatures_KHR()
1154 if (extensionSupported("VK_KHR_ray_query")) { in readPhysicalFeatures_KHR()
1297 if (extensionSupported("VK_KHR_present_id")) { in readPhysicalFeatures_KHR()
[all …]
H A DvulkanDeviceInfo.h79 bool extensionSupported(const char* extensionName);
H A DVulkanDeviceInfoExtensions.h70 bool extensionSupported(const char* extensionName);
H A DvulkanDeviceInfo.cpp60 bool VulkanDeviceInfo::extensionSupported(const char* extensionName) in extensionSupported() function in VulkanDeviceInfo
121 if (extensionSupported(VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME)) { in readSupportedFormats()
131 if (extensionSupported(VK_IMG_FORMAT_PVRTC_EXTENSION_NAME)) { in readSupportedFormats()
241 if (extensionSupported(VK_KHR_MAINTENANCE3_EXTENSION_NAME)) { in readPhysicalProperties()
423 if (extensionSupported(VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME)) { in readPhysicalFeatures()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/openxr/
H A Dopenxr_util.cc115 auto extensionSupported = [&extensionProperties](const char* extensionName) { in CreateInstance() local
124 extensionSupported(XR_MSFT_UNBOUNDED_REFERENCE_SPACE_EXTENSION_NAME); in CreateInstance()
/dports/graphics/vulkan-caps-viewer/VulkanCapsViewer-3.05/VulkanDeviceExtensionsFileGenerator/templates/
H A DVulkanDeviceInfoExtensions.cpp24 bool VulkanDeviceInfoExtensions::extensionSupported(const char* extensionName) in extensionSupported() function in VulkanDeviceInfoExtensions
H A DVulkanDeviceInfoExtensions.h70 bool extensionSupported(const char* extensionName);
/dports/x11/glcapsviewer/glCapsViewer-26e160c/
H A DglCapsViewerCore.h54 bool extensionSupported(string ext);
H A DglCapsViewerCore.cpp88 bool glCapsViewerCore::extensionSupported(string ext) in extensionSupported() function in glCapsViewerCore
283 bool internalformatquery2 = extensionSupported("GL_ARB_internalformat_query2"); in readInternalFormats()
473 capsGroup.supported = extensionSupported(reqExt); in readCapabilities()
H A DglCapsViewer.cpp281 if (!core.extensionSupported("GL_ARB_internalformat_query")) { in displayInternalFormatInfo()
370 if (core.extensionSupported("GL_ARB_internalformat_query")) { in generateReport()
373 if (core.extensionSupported("GL_ARB_spirv_extensions")) { in generateReport()
/dports/games/gnubg/gnubg-1.06.002/board3d/
H A DwglBuffer.c19 if (!extensionSupported("WGL_ARB_buffer_region")) in wglBufferInitialize()
H A Dfun3d.h176 extern int extensionSupported(const char *extension);
/dports/x11/kitty/kitty-0.23.1/glfw/
H A Dosmesa_context.c274 window->context.extensionSupported = extensionSupportedOSMesa; in _glfwCreateContextOSMesa()
/dports/misc/box2d/box2d-2.4.1/extern/glfw/src/
H A Dosmesa_context.c279 window->context.extensionSupported = extensionSupportedOSMesa; in _glfwCreateContextOSMesa()
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/src/
H A Dosmesa_context.c281 window->context.extensionSupported = extensionSupportedOSMesa; in _glfwCreateContextOSMesa()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/src/
H A Dosmesa_context.c281 window->context.extensionSupported = extensionSupportedOSMesa; in _glfwCreateContextOSMesa()
/dports/graphics/glfw/glfw-3.3.4/src/
H A Dosmesa_context.c281 window->context.extensionSupported = extensionSupportedOSMesa; in _glfwCreateContextOSMesa()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/src/
H A Dosmesa_context.c279 window->context.extensionSupported = extensionSupportedOSMesa; in _glfwCreateContextOSMesa()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/src/
H A Dosmesa_context.c279 window->context.extensionSupported = extensionSupportedOSMesa; in _glfwCreateContextOSMesa()
/dports/graphics/open3d/Open3D-0.2/src/External/GLFW/src/
H A Dosmesa_context.c279 window->context.extensionSupported = extensionSupportedOSMesa; in _glfwCreateContextOSMesa()
/dports/graphics/rx/rx-0.4.0/cargo-crates/glfw-sys-3.3.0/src/
H A Dosmesa_context.c279 window->context.extensionSupported = extensionSupportedOSMesa; in _glfwCreateContextOSMesa()

1234