Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2026-05-16

Project overview: ogre

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
0.0%
65 / 17753
Cyclomatic complexity statically reachable by fuzzers
0.0%
96 / 35471
Runtime code coverage of functions
1.0%
104 / 17753

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: stream_fuzz

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 131 90.9%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 13 9.02%
All colors 144 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
120 20 LLVMFuzzerTestOneInput call site: 00020 Ogre::D3D9Device::release
6 13 LLVMFuzzerTestOneInput call site: 00013
3 9 LLVMFuzzerTestOneInput call site: 00009 _mm_loadu_ps
2 6 LLVMFuzzerTestOneInput call site: 00006

Runtime coverage analysis

Covered functions
58
Functions that are reachable but not covered
24
Reachable functions
25
Percentage of reachable functions covered
4.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
Tests/fuzz/stream_fuzz.cpp 13
OgreMain/src/OgreFileSystem.cpp 2
OgreMain/src/OgreSIMDHelper.h 1
OgreMain/src/SSE2NEON.h 2
PlugIns/STBICodec/src/stbi/stb_image.h 8
OgreMain/src/OgreStreamSerialiser.cpp 27
PlugIns/CgProgramManager/src/OgreCgProgram.cpp 2
RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESCgProgram.cpp 4
OgreMain/src/OgreStringConverter.cpp 5
RenderSystems/Direct3D9/src/OgreD3D9Device.cpp 20
RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp 9
RenderSystems/Vulkan/src/vk_mem_alloc.h 1
RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp 3

Fuzzer: zip_fuzz

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 124 91.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 12 8.82%
All colors 136 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
76 57 LLVMFuzzerTestOneInput call site: 00057 stbi__do_zlib
20 1 LLVMFuzzerTestOneInput call site: 00001 Ogre::ResourceGroupManager::ResourceGroupManager
15 31 LLVMFuzzerTestOneInput call site: 00031 VMA_MAX
6 47 LLVMFuzzerTestOneInput call site: 00047
3 23 LLVMFuzzerTestOneInput call site: 00023
3 27 LLVMFuzzerTestOneInput call site: 00027 _mm_loadu_ps
1 54 LLVMFuzzerTestOneInput call site: 00054

Runtime coverage analysis

Covered functions
100
Functions that are reachable but not covered
47
Reachable functions
48
Percentage of reachable functions covered
2.08%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
Tests/fuzz/zip_fuzz.cpp 12
/src/zip_fuzz.cpp 7
OgreMain/src/OgreLogManager.cpp 2
OgreMain/src/OgreResourceGroupManager.cpp 8
Components/Paging/include/OgreSimplePageContentCollection.h 1
OgreMain/src/OgreSIMDHelper.h 1
OgreMain/src/SSE2NEON.h 2
Tests/OgreMain/include/ResourceLocationPriorityTest.h 1
RenderSystems/Vulkan/src/vk_mem_alloc.h 11
PlugIns/STBICodec/src/stbi/stb_image.h 31

Fuzzer: ogre_deep_fuzz

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 2521 99.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 17 0.66%
All colors 2538 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2159 25 LLVMFuzzerTestOneInput call site: 00025 Ogre::MeshSerializerImpl::importMesh
151 2254 LLVMFuzzerTestOneInput call site: 02254 Ogre::SkeletonSerializer::importSkeleton
114 2421 LLVMFuzzerTestOneInput call site: 02421 Ogre::D3D9Device::release
64 2185 LLVMFuzzerTestOneInput call site: 02185 stbi__jpeg_decode_block_prog_ac
20 1 LLVMFuzzerTestOneInput call site: 00001 Ogre::ResourceGroupManager::ResourceGroupManager
10 2408 LLVMFuzzerTestOneInput call site: 02408 Ogre::ConfigFile::load
3 2250 LLVMFuzzerTestOneInput call site: 02250 stbi__do_zlib

Runtime coverage analysis

Covered functions
209
Functions that are reachable but not covered
143
Reachable functions
144
Percentage of reachable functions covered
0.69%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
Tests/fuzz/ogre_deep_fuzz.cpp 11
/src/zip_fuzz.cpp 7
OgreMain/src/OgreLogManager.cpp 2
OgreMain/src/OgreResourceGroupManager.cpp 8
/src/ogre_deep_fuzz.cpp 16
OgreMain/src/OgreDataStream.cpp 3
OgreMain/src/OgreMeshSerializer.cpp 22
OgreMain/src/OgreMeshSerializerImpl.cpp 207
OgreMain/include/OgreSubMesh.h 2
OgreMain/src/OgreVertexIndexData.cpp 21
OgreMain/src/OgreHardwareVertexBuffer.cpp 8
OgreMain/src/OgreMesh.cpp 41
RenderSystems/Vulkan/src/vk_mem_alloc.h 14
PlugIns/STBICodec/src/stbi/stb_image.h 51
OgreMain/include/OgreHardwareBuffer.h 8
Tools/VRMLConverter/src/VRML2mesh.cpp 1
PlugIns/Assimp/src/AssimpLoader.cpp 28
OgreMain/src/OgreStringConverter.cpp 5
OgreMain/src/OgreString.cpp 8
OgreMain/src/OgreSubEntity.cpp 5
OgreMain/src/OgreSIMDHelper.h 1
OgreMain/src/SSE2NEON.h 2
OgreMain/include/OgreMatrix4.h 1
OgreMain/include/OgreMatrix3.h 13
OgreMain/include/OgreVector.h 11
OgreMain/include/OgreMath.h 3
OgreMain/include/OgreQuaternion.h 1
OgreMain/src/OgrePixelFormat.cpp 4
Tools/MeshUpgrader/src/main.cpp 5
OgreMain/include/OgreMesh.h 1
PlugIns/OctreeSceneManager/src/OgreOctreeSceneManager.cpp 21
PlugIns/OctreeSceneManager/src/OgreOctreeNode.cpp 6
PlugIns/OctreeSceneManager/src/OgreOctree.cpp 15
PlugIns/CgProgramManager/src/OgreCgProgram.cpp 4
OgreMain/src/OgreUnifiedHighLevelGpuProgram.cpp 1
OgreMain/include/OgreAxisAlignedBox.h 1
PlugIns/OctreeSceneManager/include/OgreOctree.h 2
OgreMain/src/OgreMath.cpp 4
Tools/LightwaveConverter/include/Vector3.h 1
OgreMain/include/OgreSceneManager.h 2
OgreMain/src/OgreSceneManager.cpp 6
OgreMain/include/OgreAnimationTrack.h 1
OgreMain/src/OgreAnimationTrack.cpp 6
OgreMain/src/OgreSkeletonInstance.cpp 1
OgreMain/src/OgreAutoParamDataSource.cpp 1
OgreMain/src/OgrePose.cpp 4
OgreMain/src/OgreAnimation.cpp 8
OgreMain/src/OgreKeyFrame.cpp 3
OgreMain/src/OgreMaterial.cpp 5
RenderSystems/Direct3D11/include/OgreComPtr.h 1
OgreMain/src/OgreEdgeListBuilder.cpp 34
OgreMain/include/OgreHardwareVertexBuffer.h 2
OgreMain/src/OgreLog.cpp 7
RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESCgProgram.cpp 4
OgreMain/src/OgreSkeletonSerializer.cpp 41
OgreMain/include/OgreSkeleton.h 1
OgreMain/src/OgreSkeleton.cpp 14
OgreMain/src/OgreNode.cpp 8
OgreMain/src/OgreConfigFile.cpp 3
OgreMain/src/OgreStreamSerialiser.cpp 27
RenderSystems/Direct3D9/src/OgreD3D9Device.cpp 20
RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp 9
RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp 3

Fuzzer: image_fuzz

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 129 85.4%
gold [1:9] 3 1.98%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 19 12.5%
All colors 151 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
43 6 LLVMFuzzerTestOneInput call site: 00006 Ogre::StringUtil::split
28 84 LLVMFuzzerTestOneInput call site: 00084 Ogre::Image::calculateSize
26 117 LLVMFuzzerTestOneInput call site: 00117 Ogre::NumericSolver::solveNxNLinearSysDestr
11 60 LLVMFuzzerTestOneInput call site: 00060 Ogre::ResourceGroupManager::createResourceGroup
5 144 LLVMFuzzerTestOneInput call site: 00144
4 79 LLVMFuzzerTestOneInput call site: 00079 Ogre::FileStreamDataStream::determineAccess
3 74 LLVMFuzzerTestOneInput call site: 00074 Ogre::ConfigFile::loadDirect
3 113 LLVMFuzzerTestOneInput call site: 00113 _mm_loadu_ps
2 2 LLVMFuzzerTestOneInput call site: 00002
2 50 LLVMFuzzerTestOneInput call site: 00050
2 57 LLVMFuzzerTestOneInput call site: 00057

Runtime coverage analysis

Covered functions
442
Functions that are reachable but not covered
61
Reachable functions
62
Percentage of reachable functions covered
1.61%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
Tests/fuzz/image_fuzz.cpp 20
OgreMain/src/OgreLogManager.cpp 2
PlugIns/STBICodec/src/OgreSTBICodec.cpp 9
RenderSystems/Vulkan/src/vk_mem_alloc.h 11
OgreMain/src/OgreString.cpp 8
OgreMain/src/OgreCodec.cpp 10
OgreMain/src/OgreResourceGroupManager.cpp 8
OgreMain/src/OgreConfigFile.cpp 3
OgreMain/src/OgreDataStream.cpp 3
OgreMain/src/OgreImage.cpp 7
OgreMain/src/OgrePixelFormat.cpp 7
OgreMain/src/OgreSIMDHelper.h 1
OgreMain/src/SSE2NEON.h 2
OgreMain/src/OgreStringConverter.cpp 5
OgreMain/include/OgreCodec.h 2

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
/src/ogre/Components/MeshLodGenerator/src/OgreLodInputProviderBuffer.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11HLSLProgramFactory.cpp [] []
/src/ogre/Samples/ShaderSystem/include/ShaderSystem.h [] []
/src/ogre/Tools/XMLConverter/src/OgreXMLMeshSerializer.cpp [] []
/src/ogre/RenderSystems/GL/src/OgreGLPixelFormat.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11DepthBuffer.h [] []
/src/ogre/Components/Terrain/include/OgreTerrainPaging.h [] []
/src/ogre/Components/Volume/include/OgreVolumeGridSource.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreDirectionRandomiserAffectorFactory.h [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePCZSceneQuery.cpp [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2ManagedResource.cpp [] []
/src/ogre/OgreMain/include/OgreNode.h [] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2FBORenderTexture.h [] []
/src/ogre/OgreMain/src/OgreDynLibManager.cpp [] []
/src/ogre/Samples/Simple/include/Island.h [] []
/src/ogre/Components/MeshLodGenerator/include/OgreMeshLodGenerator.h [] []
/src/ogre/OgreMain/src/OgreGpuProgramUsage.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderFunctionAtom.cpp [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9Device.h [] []
/src/ogre/RenderSystems/GL/src/glad.c [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/Emscripten/OgreEmscriptenEGLSupport.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/X11/OgreX11EGLSupport.cpp [] []
/src/ogre/OgreMain/include/OgreRenderQueue.h [] []
/src/ogre/OgreMain/src/OgreRenderSystemCapabilities.cpp [] []
/src/ogre/Samples/ShaderSystemMultiLight/src/SegmentedDynamicLightManager.cpp [] []
/src/ogre/RenderSystems/GLES2/include/EAGL/OgreEAGL2Support.h [] []
/src/ogre/Samples/Simple/src/MeshLod.cpp [] []
/src/ogre/OgreMain/include/OgreRectangle2D.h [] []
/src/ogre/Tools/MayaExport/src/ogreExporter.cpp [] []
/src/ogre/Samples/Tutorials/BasicTutorial2.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/OgreGLTextureCommon.cpp [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanTextureGpuManager.cpp [] []
/src/ogre/RenderSystems/GL/include/OgreGLGpuNvparseProgram.h [] []
/src/ogre/OgreMain/include/OgreCustomCompositionPass.h [] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLDepthBufferCommon.h [] []
/src/ogre/Samples/Common/include/SdkSample.h [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanRenderSystem.h [] []
/src/ogre/RenderSystems/Tiny/include/OgreTinyWindow.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9StereoDriverNVIDIA.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9HardwareBufferManager.cpp [] []
/src/ogre/Components/Bullet/include/OgreBullet.h [] []
/src/ogre/Tools/VRMLConverter/vrmllib/include/vrmllib/types.h [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePCZSceneManagerDll.cpp [] []
/src/ogre/OgreMain/src/OgreMaterialSerializer.cpp [] []
/src/ogre/OgreMain/src/OgreScriptTranslator.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderProgram.cpp [] []
/src/ogre/OgreMain/include/OgreSerializer.h [] []
/src/ogre/Tests/VisualTests/VTests/src/StencilShadowTest.cpp [] []
/src/ogre/Samples/Simple/include/RectLight.h [] []
/src/ogre/PlugIns/STBICodec/src/stbi/stb_image.h ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/OgreSubMesh.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreSPIRVShaderFactory.cpp [] []
/src/ogre/RenderSystems/GL3Plus/include/OgreGL3PlusHardwareOcclusionQuery.h [] []
/src/ogre/Samples/Simple/include/Shadows.h [] []
/src/ogre/RenderSystems/GL/src/OgreGLCopyingRenderTexture.cpp [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2EngineDll.cpp [] []
/src/ogre/RenderSystems/GL/src/nvparse/nvparse.cpp [] []
/src/ogre/RenderSystems/GL/src/GLSL/src/OgreGLSLProgramFactory.cpp [] []
/src/ogre/OgreMain/src/OgreRotationSpline.cpp [] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/include/OgreGLSLESProgramPipeline.h [] []
/src/ogre/Samples/VolumeTex/src/VolumeRenderable.cpp [] []
/src/ogre/Samples/Common/include/SampleContext.h [] []
/src/ogre/Tests/VisualTests/VTests/include/ParticleTest.h [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgrePCZSceneQuery.h [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2HardwarePixelBuffer.cpp [] []
/src/ogre/OgreMain/src/OgreResourceManager.cpp [] []
/src/ogre/Tools/VRMLConverter/src/VRML2mesh.cpp ['ogre_deep_fuzz'] []
/src/ogre/RenderSystems/Metal/include/OgreMetalRenderTargetCommon.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreDirectionRandomiserAffector.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderFFPAlphaTest.cpp [] []
/src/ogre/Tools/XSIExport/include/OgreXSIMeshExporter.h [] []
/src/ogre/Components/Paging/include/OgreGrid2DPageStrategy.h [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11VideoModeList.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/vp1.0_impl.cpp [] []
/src/ogre/Tools/VRMLConverter/vrmllib/src/nodes.cpp [] []
/src/ogre/OgreMain/include/OgreParticleSystemRenderer.h [] []
/src/ogre/Samples/Character/include/CharacterSample.h [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePCZFrustum.cpp [] []
/src/ogre/OgreMain/include/OgreSphere.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExHardwareSkinning.cpp [] []
/src/ogre/PlugIns/OctreeSceneManager/src/OgreOctreeNode.cpp ['ogre_deep_fuzz'] []
/src/ogre/Components/Terrain/include/OgreTerrainQuadTreeNode.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExPerPixelLighting.cpp [] []
/src/ogre/OgreMain/src/OgreLog.cpp ['ogre_deep_fuzz'] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodCollapseCostOutside.h [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanQueue.cpp [] []
/src/ogre/OgreMain/include/OgreTangentSpaceCalc.h [] []
/src/ogre/Components/Paging/include/OgrePagedWorldSection.h [] []
/src/ogre/Tests/OgreMain/src/ZipArchiveTests.cpp [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2FrameBufferObject.cpp [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2Plugin.cpp [] []
/src/ogre/OgreMain/src/OgreDistanceLodStrategy.cpp [] []
/src/ogre/OgreMain/include/OgreShadowCameraSetupLiSPSM.h [] []
/src/ogre/Components/Volume/include/OgreVolumeIsoSurface.h [] []
/src/ogre/OgreMain/src/OgreRenderQueue.cpp [] []
/src/ogre/Tools/MayaExport/include/_singleton.h [] []
/src/ogre/RenderSystems/GL/src/OgreGLRenderToVertexBuffer.cpp [] []
/src/ogre/Tools/MayaExport/src/material.cpp [] []
/src/ogre/PlugIns/EXRCodec/src/O_IStream.cpp [] []
/src/ogre/OgreMain/include/OgreRenderWindow.h [] []
/src/ogre/RenderSystems/GL/include/OgreGLPrerequisites.h [] []
/src/ogre/Samples/Simple/include/SphereMapping.h [] []
/src/ogre/OgreMain/src/OgreControllerManager.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/OgreGLRenderSystemCommon.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/GLSL/OgreGLSLPreprocessor.h [] []
/src/ogre/OgreMain/src/OgreMeshSerializer.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9Mappings.h [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanPrerequisites.h [] []
/src/ogre/Tools/LightwaveConverter/include/lwPolygon.h [] []
/src/ogre/OgreMain/src/OgreInstanceBatchHW_VTF.cpp [] []
/src/ogre/Tests/VisualTests/PlayPen/include/PlayPenTests.h [] []
/src/ogre/OgreMain/src/OgreWorkQueue.cpp [] []
/src/ogre/OgreMain/src/OgreParticleEmitter.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderFFPColour.cpp [] []
/src/ogre/Components/Volume/src/OgreVolumeOctreeNodeSplitPolicy.cpp [] []
/src/ogre/OgreMain/include/OgreVector.h ['ogre_deep_fuzz'] []
/src/ogre/RenderSystems/Tiny/src/OgreTinyHardwarePixelBuffer.cpp [] []
/src/ogre/RenderSystems/Metal/include/OgreMetalMultiRenderTarget.h [] []
/src/ogre/OgreMain/include/OgrePlatformInformation.h [] []
/src/ogre/OgreMain/include/OgreExternalTextureSourceManager.h [] []
/src/ogre/Tests/VisualTests/Common/include/TestResultWriter.h [] []
/src/ogre/Components/Overlay/include/OgreOverlayProfileSessionListener.h [] []
/src/ogre/PlugIns/EXRCodec/src/O_IStream.h [] []
/src/ogre/OgreMain/src/OgreRibbonTrail.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusStateCacheManager.cpp [] []
/src/ogre/PlugIns/FreeImageCodec/include/OgreFreeImageCodec.h [] []
/src/ogre/OgreMain/include/OgreAny.h [] []
/src/ogre/OgreMain/include/OgreHardwarePixelBuffer.h [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodCollapser.h [] []
/src/ogre/PlugIns/GLSLang/src/OgreGLSLang.cpp [] []
/src/ogre/OgreMain/include/OgreSimpleSpline.h [] []
/src/ogre/Samples/Simple/include/TextureFX.h [] []
/src/ogre/Samples/DeferredShading/src/LightMaterialGenerator.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11DeviceResource.cpp [] []
/src/ogre/OgreMain/include/OgreMaterial.h [] []
/src/ogre/Samples/Tutorials/Bootstrap.cpp [] []
/src/ogre/Samples/ParticleGS/src/ProceduralManualObject.cpp [] []
/src/ogre/OgreMain/include/OgreRenderTarget.h [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanTextureGpuManager.h [] []
/src/ogre/Samples/Simple/include/Lighting.h [] []
/src/ogre/Components/Terrain/src/OgreTerrainMaterialGenerator.cpp [] []
/src/ogre/PlugIns/STBICodec/src/OgreSTBICodec.cpp ['image_fuzz'] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLNativeSupport.h [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodOutputProviderMesh.h [] []
/src/ogre/OgreMain/src/OgreImageResampler.h [] []
/src/ogre/OgreMain/include/OgreBillboard.h [] []
/src/ogre/OgreMain/src/OgrePolygon.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderFFPFog.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11VideoMode.h [] []
/src/ogre/Components/Overlay/src/utf8.h [] []
/src/ogre/Samples/DeferredShading/src/GBufferSchemeHandler.cpp [] []
/src/ogre/PlugIns/BSPSceneManager/src/OgreBspLevel.cpp [] []
/src/ogre/Components/Paging/src/OgrePageContentCollection.cpp [] []
/src/ogre/OgreMain/src/OgreInstanceBatchHW.cpp [] []
/src/ogre/Tests/OgreMain/include/ResourceLocationPriorityTest.h ['zip_fuzz'] []
/src/ogre/OgreMain/include/OgreStringInterface.h [] []
/src/ogre/OgreMain/src/OgreBone.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11RenderToVertexBuffer.cpp [] []
/src/ogre/Tools/LightwaveConverter/include/Point.h [] []
/src/ogre/Components/Terrain/include/OgreTerrainAutoUpdateLod.h [] []
/src/ogre/OgreMain/src/OgreBuiltinMovableFactories.h [] []
/src/ogre/Components/Bites/src/OgreTrays.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/OgreEGLSupport.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderFunction.cpp [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9Prerequisites.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9DeviceManager.cpp [] []
/src/ogre/OgreMain/src/OgreMath.cpp ['ogre_deep_fuzz'] []
/src/ogre/RenderSystems/Metal/include/OgreMetalRenderTexture.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExNormalMapLighting.cpp [] []
/src/ogre/Tests/VisualTests/PlayPen/include/PlayPenTestPlugin.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9MultiRenderTarget.cpp [] []
/src/ogre/PlugIns/CgProgramManager/src/OgreCgProgramManagerDll.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExWBOIT.cpp [] []
/src/ogre/Samples/ShaderSystem/src/OgreShaderExInstancedViewports.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/OgreEGLSupport.cpp [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodCollapseCostOutside.cpp [] []
/src/ogre/RenderSystems/GL/include/OgreGLGpuProgramManager.h [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/Wayland/OgreWaylandEGLSupport.cpp [] []
/src/ogre/Components/Paging/include/OgreGrid3DPageStrategy.h [] []
/src/ogre/PlugIns/BSPSceneManager/src/OgreBspSceneManagerPlugin.cpp [] []
/src/ogre/OgreMain/src/OgreLodStrategyManager.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLVertexArrayObject.h [] []
/src/ogre/Samples/Simple/include/SkyBox.h [] []
/src/ogre/OgreMain/include/OgreMemoryAllocatorConfig.h [] []
/src/ogre/OgreMain/src/OgrePixelCountLodStrategy.cpp [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9Texture.h [] []
/src/ogre/RenderSystems/GL/src/atifs/src/ATI_FS_GLGpuProgram.cpp [] []
/src/ogre/PlugIns/OctreeZone/src/OgreOctreeZone.cpp [] []
/src/ogre/Samples/EndlessWorld/include/PerlinNoiseTerrainGenerator.h [] []
/src/ogre/OgreMain/include/OgreFileSystem.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderCGProgramWriter.cpp [] []
/src/ogre/OgreMain/include/OgreCamera.h [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11HardwareOcclusionQuery.cpp [] []
/src/ogre/OgreMain/include/OgreTagPoint.h [] []
/src/ogre/OgreMain/src/OgrePixelConversions.h [] []
/src/ogre/OgreMain/include/OgreFrameListener.h [] []
/src/ogre/Components/Overlay/src/OgrePanelOverlayElement.cpp [] []
/src/ogre/Samples/Simple/include/AtomicCounters.h [] []
/src/ogre/Components/Paging/src/OgrePage.cpp [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanWindow.h [] []
/src/ogre/OgreMain/src/OgreInstanceBatchVTF.cpp [] []
/src/ogre/Components/Overlay/include/OgreImGuiOverlay.h [] []
/src/ogre/OgreMain/src/OgreMovablePlane.cpp [] []
/src/ogre/Components/Volume/src/OgreVolumeDualGridGenerator.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/WIN32/OgreWin32EGLWindow.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9Driver.h [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanHardwareBufferManager.cpp [] []
/src/ogre/OgreMain/src/OgreMaterial.cpp ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/OgreAnimationTrack.cpp ['ogre_deep_fuzz'] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanQueue.h [] []
/src/ogre/RenderSystems/GL/src/OgreGLHardwareOcclusionQuery.cpp [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodCollapseCostQuadric.cpp [] []
/src/ogre/Samples/ShaderSystem/src/OgreShaderExTextureAtlasSampler.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/OgreGLMultiRenderTarget.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExHardwareSkinningTechnique.h [] []
/src/ogre/OgreMain/include/OgreSkeletonInstance.h [] []
/src/ogre/RenderSystems/GL/src/OgreGLPBRenderTexture.cpp [] []
/src/ogre/PlugIns/OctreeZone/include/OgreOctreeZone.h [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgreCapsule.cpp [] []
/src/ogre/Components/Overlay/include/OgreFont.h [] []
/src/ogre/RenderSystems/GLSupport/src/OgreGLVertexArrayObject.cpp [] []
/src/ogre/OgreMain/src/OgreRoot.cpp [] []
/src/ogre/OgreMain/src/OgreRenderSystemCapabilitiesSerializer.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgrePCZoneFactory.h [] []
/src/ogre/Tools/LightwaveConverter/src/lwo2mesh.cpp [] []
/src/ogre/OgreMain/src/OgreHardwareOcclusionQuery.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9DepthBuffer.cpp [] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2PixelFormat.h [] []
/src/ogre/OgreMain/src/OgrePlatformInformation.cpp [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderRenderState.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9MultiRenderTarget.h [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11Mappings.h [] []
/src/ogre/PlugIns/BSPSceneManager/src/OgreBspSceneNode.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderProgramProcessor.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9HLSLProgram.cpp [] []
/src/ogre/OgreMain/include/OgreResourceGroupManager.h [] []
/src/ogre/RenderSystems/Metal/include/OgreMetalMappings.h [] []
/src/ogre/Samples/Browser/include/SampleBrowser_iOS.h [] []
/src/ogre/OgreMain/src/OgrePrefabFactory.cpp [] []
/src/ogre/OgreMain/include/OgreEntity.h [] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLRenderTarget.h [] []
/src/ogre/OgreMain/src/OgreAnimable.cpp [] []
/src/ogre/OgreMain/src/OgreGpuProgram.cpp [] []
/src/ogre/Tests/Components/RTShaderSystemTests.cpp [] []
/src/ogre/OgreMain/src/OgreRenderTarget.cpp [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodCollapseCost.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreRingEmitter.cpp [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderScriptTranslator.h [] []
/src/ogre/RenderSystems/Tiny/src/OgreTinyWindow.cpp [] []
/src/ogre/OgreMain/include/OgreInstanceBatchShader.h [] []
/src/ogre/OgreMain/src/OgreCodec.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9HardwareBuffer.cpp [] []
/src/ogre/RenderSystems/GL/src/atifs/include/ATI_FS_GLGpuProgram.h [] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESCgProgram.cpp ['stream_fuzz', 'ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/OgreSkyRenderer.cpp [] []
/src/ogre/RenderSystems/GL/src/OgreGLEngineDll.cpp [] []
/src/ogre/PlugIns/OctreeSceneManager/src/OgreOctreeCamera.cpp [] []
/src/ogre/Tools/LightwaveConverter/include/lwObject.h [] []
/src/ogre/Samples/Simple/src/VolumeCSG.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreHollowEllipsoidEmitter.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11HLSLProgram.h [] []
/src/ogre/OgreMain/src/OgreNode.cpp ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/GLX/OgreFileSystemLayer.cpp [] []
/src/ogre/OgreMain/include/OgreBlendMode.h [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodCollapseCostCurvature.cpp [] []
/src/ogre/OgreMain/src/OgreTextureShadowRenderer.cpp [] []
/src/ogre/OgreMain/include/OgreTechnique.h [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodData.cpp [] []
/src/ogre/OgreMain/src/OgreShadowCameraSetupLiSPSM.cpp [] []
/src/ogre/OgreMain/src/OgreETCCodec.h [] []
/src/ogre/RenderSystems/GLSupport/src/GLX/OgreGLXWindow.cpp [] []
/src/ogre/OgreMain/include/OgreAnimable.h [] []
/src/ogre/Components/Paging/src/OgreSimplePageContentCollection.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/OSX/OgreOSXCocoaWindow.h [] []
/src/ogre/OgreMain/src/OgreEntity.cpp [] []
/src/ogre/Components/Bites/src/OgreImGuiInputListener.cpp [] []
/src/ogre/OgreMain/include/OgreBone.h [] []
/src/ogre/PlugIns/BSPSceneManager/src/OgreQuake3Level.cpp [] []
/src/ogre/OgreMain/include/OgrePrerequisites.h [] []
/src/ogre/RenderSystems/Tiny/src/tinyrenderer.h [] []
/src/ogre/PlugIns/BSPSceneManager/src/OgreQuake3ShaderManager.cpp [] []
/src/ogre/OgreMain/src/OgreTagPoint.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9Mappings.cpp [] []
/src/ogre/OgreMain/src/OgreSkeletonManager.cpp [] []
/src/ogre/Tools/MayaExport/include/ogreExporter.h [] []
/src/ogre/OgreMain/src/OgreSkeleton.cpp ['ogre_deep_fuzz'] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11Plugin.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/GLX/OgreGLXRenderTexture.h [] []
/src/ogre/RenderSystems/GL/src/OgreGLFrameBufferObject.cpp [] []
/src/ogre/OgreMain/include/OgreEdgeListBuilder.h [] []
/src/ogre/Components/Overlay/src/OgreFontManager.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExTriplanarTexturing.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreLinearForceAffector.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11Prerequisites.h [] []
/src/ogre/Components/Terrain/include/OgreTerrainLodManager.h [] []
/src/ogre/OgreMain/include/OgreScriptTranslator.h [] []
/src/ogre/Tools/VRMLConverter/vrmllib/src/indexed_face_set.cpp [] []
/src/ogre/OgreMain/src/OgrePVRTCCodec.h [] []
/src/ogre/RenderSystems/GLES2/include/EAGL/OgreEAGL2View.h [] []
/src/ogre/OgreMain/include/OgreVertexIndexData.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/_vs1.0_parser.cpp [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderExHardwareSkinning.h [] []
/src/ogre/Samples/Simple/include/TextureArray.h [] []
/src/ogre/OgreMain/src/OgreExternalTextureSource.cpp [] []
/src/ogre/Tools/XSIExport/src/OgreXSIHelper.cpp [] []
/src/ogre/RenderSystems/GL/src/atifs/include/ps_1_4.h [] []
/src/ogre/Tools/MayaExport/src/particles.cpp [] []
/src/ogre/OgreMain/src/OgreCommon.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLSeparableProgram.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/X11/OgreX11.cpp [] []
/src/ogre/OgreMain/include/OgreDynLib.h [] []
/src/ogre/Components/Terrain/src/OgreTerrainPagedWorldSection.cpp [] []
/src/ogre/RenderSystems/Tiny/include/OgreTinyHardwarePixelBuffer.h [] []
/src/ogre/Samples/TerrainTessellation/src/TerrainTessellationMaterialGenerator.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLUniformCache.h [] []
/src/ogre/PlugIns/RsImageCodec/src/OgreRsImageCodec.cpp [] []
/src/ogre/PlugIns/OctreeZone/src/OgreOctreeZoneDll.cpp [] []
/src/ogre/Samples/Simple/include/CameraTrack.h [] []
/src/ogre/Components/Volume/include/OgreVolumeSource.h [] []
/src/ogre/OgreMain/include/OgreCompositorManager.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9StereoDriverImpl.h [] []
/src/ogre/Samples/ShaderSystem/src/ShaderSystem.cpp [] []
/src/ogre/Tools/MayaExport/include/paramlist.h [] []
/src/ogre/RenderSystems/GL3Plus/src/GLSL/include/OgreGLSLShader.h [] []
/src/ogre/OgreMain/src/OgreSkeletonInstance.cpp ['ogre_deep_fuzz'] []
/src/ogre/Tests/VisualTests/VTests/src/VTestPlugin.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/win32/OgreWin32Window.cpp [] []
/src/ogre/RenderSystems/Metal/include/OgreMetalHardwareBufferManager.h [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodOutputProviderBuffer.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9TextureManager.h [] []
/src/ogre/OgreMain/include/OgreOptimisedUtil.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreCylinderEmitterFactory.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9Device.cpp ['stream_fuzz', 'ogre_deep_fuzz'] []
/src/ogre/Tools/XSIExport/src/OgreXSIExport.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9HardwareOcclusionQuery.cpp [] []
/src/ogre/OgreMain/include/OgreDefaultDebugDrawer.h [] []
/src/ogre/RenderSystems/GLSupport/src/GLX/OgreGLXGLSupport.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/OgreGLRenderTexture.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11Driver.cpp [] []
/src/ogre/OgreMain/include/OgreParticleSystem.h [] []
/src/ogre/Components/Overlay/include/OgreTextAreaOverlayElement.h [] []
/src/ogre/OgreMain/src/OgreShadowCameraSetupPSSM.cpp [] []
/src/ogre/Components/Property/src/OgreProperty.cpp [] []
/src/ogre/Components/Bites/src/SDLInputMapping.h [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanRenderPassDescriptor.h [] []
/src/ogre/OgreMain/src/OgreSearchOps.cpp [] []
/src/ogre/Samples/Simple/include/Gizmos.h [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreNsightChecker.cpp [] []
/src/ogre/OgreMain/src/OgreHardwarePixelBuffer.cpp [] []
/src/ogre/Samples/PCZTestApp/include/PCZTestApp.h [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreMonitorInfo.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreColourInterpolatorAffector.cpp [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9RenderSystem.h [] []
/src/ogre/PlugIns/ParticleFX/include/OgreScaleAffector.h [] []
/src/ogre/OgreMain/src/OgreASTCCodec.h [] []
/src/ogre/OgreMain/include/OgreCommon.h [] []
/src/ogre/Tests/fuzz/ogre_deep_fuzz.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9RenderWindow.cpp [] []
/src/ogre/Components/Bites/include/OgreStaticPluginLoader.h [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderFunctionAtom.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9VideoModeList.cpp [] []
/src/ogre/Tools/LightwaveConverter/include/lwEnvelope.h [] []
/src/ogre/OgreMain/src/OgreCompositionPass.cpp [] []
/src/ogre/RenderSystems/Tiny/include/OgreTinyDepthBuffer.h [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgrePCZSceneManager.h [] []
/src/ogre/OgreMain/include/OgreHardwareBufferManager.h [] []
/src/ogre/OgreMain/src/OgreInstancedEntity.cpp [] []
/src/ogre/Samples/Simple/include/Transparency.h [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/Emscripten/OgreEmscriptenEGLWindow.cpp [] []
/src/ogre/Samples/ParticleGS/include/ParticleGS.h [] []
/src/ogre/Tools/VRMLConverter/vrmllib/include/vrmllib/nodes.h [] []
/src/ogre/PlugIns/Assimp/include/OgreAssimpLoader.h [] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLRenderTexture.h [] []
/src/ogre/RenderSystems/GL/include/OgreGLTexture.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExIntegratedPSSM3.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusTextureBuffer.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreEllipsoidEmitterFactory.h [] []
/src/ogre/RenderSystems/GL3Plus/src/GLSL/include/OgreGLSLMonolithicProgram.h [] []
/src/ogre/OgreMain/include/OgreQuaternion.h ['ogre_deep_fuzz'] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodConfigSerializer.h [] []
/src/ogre/RenderSystems/GL/src/atifs/src/Compiler2Pass.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/OgreEGLWindow.cpp [] []
/src/ogre/OgreMain/src/OgreTimer.cpp [] []
/src/ogre/OgreMain/include/OgreRenderTargetListener.h [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareBuffer.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLExtSupport.cpp [] []
/src/ogre/OgreMain/src/OgreAlignedAllocator.cpp [] []
/src/ogre/Samples/Isosurf/src/Isosurf.cpp [] []
/src/ogre/RenderSystems/GL/src/nvparse/_vs1.0_lexer.cpp [] []
/src/ogre/Samples/Simple/include/GaussianSplatting.h [] []
/src/ogre/OgreMain/src/OgreImage.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/include/OgrePlugin.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreLinearForceAffectorFactory.h [] []
/src/ogre/OgreMain/src/OgreDynLib.cpp [] []
/src/ogre/RenderSystems/GL/src/nvparse/ps1.0__test_main.cpp [] []
/src/ogre/OgreMain/src/OgreMeshSerializerImpl.h [] []
/src/ogre/Components/Volume/include/OgreVolumeSimplexNoise.h [] []
/src/ogre/RenderSystems/GLSupport/src/OSX/OgreOSXRenderTexture.cpp [] []
/src/ogre/RenderSystems/GL3Plus/include/OgreGL3PlusFBORenderTexture.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9RenderWindow.h [] []
/src/ogre/RenderSystems/GL/include/OgreGLCopyingRenderTexture.h [] []
/src/ogre/OgreMain/include/OgreConfigFile.h [] []
/src/ogre/Tests/OgreMain/src/StringTests.cpp [] []
/src/ogre/Components/Bites/include/OgreImGuiInputListener.h [] []
/src/ogre/Samples/ParticleGS/src/ParticleGS.cpp [] []
/src/ogre/OgreMain/src/OgreShadowCameraSetup.cpp [] []
/src/ogre/OgreMain/src/OgreLight.cpp [] []
/src/ogre/OgreMain/include/OgreShadowCameraSetupPSSM.h [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgrePCZCamera.h [] []
/src/ogre/Tools/LightwaveConverter/src/lwPolygon.cpp [] []
/src/ogre/RenderSystems/GL/src/nvparse/vs1.0_inst.cpp [] []
/src/ogre/PlugIns/ParticleFX/include/OgreParticleFXPlugin.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9HLSLProgram.h [] []
/src/ogre/OgreMain/include/OgreParticleSystemManager.h [] []
/src/ogre/OgreMain/src/OgreTextureManager.cpp [] []
/src/ogre/OgreMain/src/OgreTechnique.cpp [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodInputProvider.h [] []
/src/ogre/RenderSystems/GL/include/OgreGLFBORenderTexture.h [] []
/src/ogre/RenderSystems/Metal/include/OgreMetalDepthBuffer.h [] []
/src/ogre/Components/Bites/src/OgreAdvancedRenderControls.cpp [] []
/src/ogre/OgreMain/include/OgreHardwareVertexBuffer.h ['ogre_deep_fuzz'] []
/src/ogre/Components/Bites/include/OgreAdvancedRenderControls.h [] []
/src/ogre/RenderSystems/GL/src/GLSL/include/OgreGLSLProgramFactory.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/rc1.0_final.h [] []
/src/ogre/OgreMain/src/OgreShadowVolumeExtrudeProgram.cpp [] []
/src/ogre/PlugIns/OctreeSceneManager/include/OgreOctreePlugin.h [] []
/src/ogre/Components/MeshLodGenerator/src/OgreSmallVector.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11StereoDriverImpl.h [] []
/src/ogre/Samples/ShaderSystemMultiLight/include/RTShaderSRSSegmentedLights.h [] []
/src/ogre/OgreMain/include/OgreShadowCaster.h [] []
/src/ogre/Samples/Simple/include/NewInstancing.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExHardwareSkinningTechnique.cpp [] []
/src/ogre/OgreMain/include/OgreUserObjectBindings.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderMaterialSerializerListener.cpp [] []
/src/ogre/Components/Volume/include/OgreVolumeOctreeNode.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderRenderState.cpp [] []
/src/ogre/Tools/LightwaveConverter/src/main.cpp [] []
/src/ogre/RenderSystems/GL/src/nvparse/_rc1.0_lexer.cpp [] []
/src/ogre/OgreMain/src/OgreShadowCameraSetupFocused.cpp [] []
/src/ogre/Components/Overlay/src/OgreTextAreaOverlayElement.cpp [] []
/src/ogre/Tests/VisualTests/PlayPen/src/PlayPenTests.cpp [] []
/src/ogre/OgreMain/include/OgreHardwareOcclusionQuery.h [] []
/src/ogre/OgreMain/src/OgreStaticGeometry.cpp [] []
/src/ogre/Samples/Simple/include/SkyDome.h [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/Android/OgreAndroidEGLWindow.h [] []
/src/ogre/OgreMain/src/WIN32/OgreFileSystemLayer.cpp [] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2Prerequisites.h [] []
/src/ogre/OgreMain/include/OgreInstanceBatch.h [] []
/src/ogre/Components/Terrain/src/OgreTerrainPaging.cpp [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodCollapseCostProfiler.cpp [] []
/src/ogre/Samples/Simple/include/Smoke.h [] []
/src/ogre/OgreMain/src/OgreShadowCaster.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreParticleFX.cpp [] []
/src/ogre/OgreMain/include/OgreScriptLoader.h [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/Wayland/OgreWaylandEGLWindow.h [] []
/src/ogre/Components/Paging/src/OgrePageContent.cpp [] []
/src/ogre/OgreMain/include/OgreParticle.h [] []
/src/ogre/OgreMain/include/OgreDualQuaternion.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreColourFaderAffectorFactory2.h [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePCZLight.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgreDefaultZone.h [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/WIN32/OgreWin32EGLSupport.h [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11Texture.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/X11/OgreX11EGLWindow.cpp [] []
/src/ogre/OgreMain/include/OgreMath.h ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/OgreScriptParser.cpp [] []
/src/ogre/OgreMain/src/OgreMesh.cpp ['ogre_deep_fuzz'] []
/src/ogre/Tools/MayaExport/include/materialSet.h [] []
/src/ogre/RenderSystems/GLSupport/include/OSX/OgreOSXGLSupport.h [] []
/src/ogre/Samples/Isosurf/src/ProceduralTools.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreMonitorInfo.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9GpuProgramManager.cpp [] []
/src/ogre/Components/MeshLodGenerator/include/OgreVectorSetImpl.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/rc1.0_combiners.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgrePCZFrustum.h [] []
/src/ogre/OgreMain/src/OgrePVRTCCodec.cpp [] []
/src/ogre/Components/Terrain/include/OgreTerrainMaterialGeneratorA.h [] []
/src/ogre/PlugIns/BSPSceneManager/include/OgreBspNode.h [] []
/src/ogre/Samples/CSMShadows/include/CSMShadows.h [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanTextureGpu.h [] []
/src/ogre/Tools/dotXSIConverter/src/Exporter.cpp [] []
/src/ogre/PlugIns/BSPSceneManager/src/OgreBspSceneManager.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/Android/OgreAndroidEGLWindow.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLHardwarePixelBufferCommon.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9StereoDriverAMD.cpp [] []
/src/ogre/OgreMain/src/OgreOptimisedUtilGeneral.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9GpuProgram.cpp [] []
/src/ogre/OgreMain/include/OgreParticleEmitterFactory.h [] []
/src/ogre/OgreMain/src/OgreShadowCameraSetupPlaneOptimal.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9HLSLProgramFactory.cpp [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9GpuProgramManager.h [] []
/src/ogre/Components/Volume/src/OgreVolumeGridSource.cpp [] []
/src/ogre/RenderSystems/GL/src/GLSL/src/OgreGLSLExtSupport.cpp [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderSubRenderState.h [] []
/src/ogre/Samples/DeferredShading/src/AmbientLight.cpp [] []
/src/ogre/Components/Volume/src/OgreVolumeCacheSource.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgrePortalBase.h [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11TextureManager.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderFFPTexturing.cpp [] []
/src/ogre/PlugIns/GLSLang/include/OgreGLSLangProgramManager.h [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11VertexDeclaration.cpp [] []
/src/ogre/Tools/MilkshapeExport/include/msPlugIn.h [] []
/src/ogre/Samples/DeferredShading/src/MaterialGenerator.cpp [] []
/src/ogre/PlugIns/OctreeSceneManager/src/OgreOctreePlugin.cpp [] []
/src/ogre/RenderSystems/GL3Plus/include/OgreGL3PlusPixelFormat.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderGLSLProgramWriter.cpp [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2HardwareOcclusionQuery.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreDeflectorPlaneAffector.cpp [] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2HardwareBuffer.h [] []
/src/ogre/OgreMain/src/OgreSubEntity.cpp ['ogre_deep_fuzz'] []
/src/ogre/Components/Volume/src/OgreVolumeCSGSource.cpp [] []
/src/ogre/OgreMain/include/OgreRibbonTrail.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreDxErr.cpp [] []
/src/ogre/OgreMain/src/OgreUnifiedHighLevelGpuProgram.cpp ['ogre_deep_fuzz'] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodOutsideMarker.cpp [] []
/src/ogre/Tools/LightwaveConverter/include/BitArray.h [] []
/src/ogre/OgreMain/include/OgreNameGenerator.h [] []
/src/ogre/Samples/Browser/src/android_main.cpp [] []
/src/ogre/Samples/Simple/include/MeshShaders.h [] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/include/OgreGLSLESProgram.h [] []
/src/ogre/Tools/MilkshapeExport/src/MilkshapeExporter.cpp [] []
/src/ogre/OgreMain/src/zip/zip.c [] []
/src/ogre/Samples/VolumeTex/src/VolumeTex.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/OgreEGLRenderTexture.cpp [] []
/src/ogre/OgreMain/include/OgreTextureUnitState.h [] []
/src/ogre/PlugIns/BSPSceneManager/include/OgreBspSceneManagerPlugin.h [] []
/src/ogre/RenderSystems/GLSupport/include/win32/OgreWin32Context.h [] []
/src/ogre/RenderSystems/GLES2/include/EAGL/OgreEAGLES2Context.h [] []
/src/ogre/PlugIns/BSPSceneManager/include/OgreBspLevel.h [] []
/src/ogre/Tests/VisualTests/Common/include/TestBatch.h [] []
/src/ogre/RenderSystems/Metal/include/OgreMetalHardwareBufferCommon.h [] []
/src/ogre/RenderSystems/GLSupport/include/GLSL/OgreGLSLShaderCommon.h [] []
/src/ogre/Components/Bites/src/OgreCameraMan.cpp [] []
/src/ogre/Samples/Emscripten/Context.cpp [] []
/src/ogre/Samples/VolumeTex/src/ThingRenderable.cpp [] []
/src/ogre/OgreMain/src/OgreFileSystem.cpp ['stream_fuzz'] ['stream_fuzz']
/src/ogre/OgreMain/include/OgreAutoParamDataSource.h [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgrePCPlane.h [] []
/src/ogre/RenderSystems/GL/src/OgreGLStateCacheManager.cpp [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2HardwareBuffer.cpp [] []
/src/ogre/OgreMain/include/OgreMurmurHash3.h [] []
/src/ogre/Components/Overlay/include/OgreOverlayManager.h [] []
/src/ogre/Samples/Water/src/WaterMesh.cpp [] []
/src/ogre/OgreMain/src/OgreSceneNode.cpp [] []
/src/ogre/Tools/XSIExport/src/OgreXSIMaterialExporter.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11HardwarePixelBuffer.h [] []
/src/ogre/Samples/DeferredShading/include/DeferredShadingDemo.h [] []
/src/ogre/OgreMain/src/OgreMatrix4.cpp [] []
/src/ogre/OgreMain/include/OgreMatrix3.h ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/include/OgrePlaneBoundedVolume.h [] []
/src/ogre/OgreMain/src/OgreDefaultSceneQueries.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11EngineDll.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreScaleAffectorFactory.h [] []
/src/ogre/OgreMain/include/Threading/OgreThreadDefines.h [] []
/src/ogre/RenderSystems/GLSupport/src/GLX/OgreGLXContext.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLShader.cpp [] []
/src/ogre/Components/Bites/src/OgreWIN32ConfigDialog.cpp [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodConfig.h [] []
/src/ogre/OgreMain/src/OgreException.cpp [] []
/src/ogre/PlugIns/CgProgramManager/src/OgreCgPlugin.cpp [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderGenerator.h [] []
/src/ogre/OgreMain/src/OgreHighLevelGpuProgram.cpp [] []
/src/ogre/RenderSystems/GL/include/OgreGLHardwareBufferManager.h [] []
/src/ogre/OgreMain/include/OgreRenderTexture.h [] []
/src/ogre/Samples/VolumeTex/include/Julia.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderCookTorranceLighting.cpp [] []
/src/ogre/OgreMain/include/OgreShadowCameraSetupPlaneOptimal.h [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanMappings.h [] []
/src/ogre/RenderSystems/GLSupport/include/GLX/OgreGLXWindow.h [] []
/src/ogre/OgreMain/src/OgreDualQuaternion.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/Emscripten/OgreEmscriptenEGLSupport.h [] []
/src/ogre/OgreMain/include/OgreLodStrategy.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9Plugin.cpp [] []
/src/ogre/Samples/Tutorials/BasicTutorial1.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreParticleFXPlugin.cpp [] []
/src/ogre/OgreMain/include/OgreAnimationState.h [] []
/src/ogre/Samples/ShaderSystem/include/OgreShaderExTextureAtlasSampler.h [] []
/src/ogre/RenderSystems/Metal/include/OgreMetalRenderWindow.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgrePointEmitterFactory.h [] []
/src/ogre/Components/Paging/include/OgrePageStrategy.h [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanWindow.cpp [] []
/src/ogre/OgreMain/include/OgreManualObject.h [] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESLinkProgram.cpp [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2RenderToVertexBuffer.cpp [] []
/src/ogre/Components/Bites/src/OgreApplicationContextSDL.cpp [] []
/src/ogre/OgreMain/include/OgreBillboardSet.h [] []
/src/ogre/OgreMain/include/OgreViewport.h [] []
/src/ogre/Tests/Components/PageCoreTests.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11StereoDriverBridge.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11VideoMode.cpp [] []
/src/ogre/Samples/Simple/include/ParticleFX.h [] []
/src/ogre/OgreMain/include/OgreMeshManager.h [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2Texture.cpp [] []
/src/ogre/OgreMain/include/OgreDataStream.h [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodInputProviderMesh.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/GLSL/OgreGLSLProgramManagerCommon.cpp [] []
/src/ogre/OgreMain/src/Android/OgreAPKZipArchive.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusHardwarePixelBuffer.cpp [] []
/src/ogre/Samples/Common/include/SamplePlugin.h [] []
/src/ogre/Tests/OgreMain/src/FileSystemArchiveTests.cpp [] []
/src/ogre/Samples/Simple/include/SkeletalAnimation.h [] []
/src/ogre/Samples/ParticleGS/src/RandomTools.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreAreaEmitter.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusPlugin.cpp [] []
/src/ogre/Components/Bites/include/OgreApplicationContextQt.h [] []
/src/ogre/Components/MeshLodGenerator/include/OgreSmallVector.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreBoxEmitterFactory.h [] []
/src/ogre/RenderSystems/GLES2/src/EAGL/ARCMacros.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/rc1.0_general.cpp [] []
/src/ogre/Samples/PCZTestApp/src/RoomObject.cpp [] []
/src/ogre/OgreMain/src/OgreLogManager.cpp ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] []
/src/ogre/OgreMain/include/OgreHardwareBuffer.h ['ogre_deep_fuzz'] []
/src/ogre/Samples/OceanDemo/include/MaterialControls.h [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusTextureManager.cpp [] []
/src/ogre/Components/Bullet/src/OgreBullet.cpp [] []
/src/ogre/OgreMain/include/OgreLodListener.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderProgramWriterManager.cpp [] []
/src/ogre/OgreMain/include/OgrePatchMesh.h [] []
/src/ogre/OgreMain/src/OgreTexture.cpp [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodCollapseCostQuadric.h [] []
/src/ogre/OgreMain/src/OgreString.cpp ['ogre_deep_fuzz', 'image_fuzz'] []
/src/ogre/Samples/Media/CSMShadows/CsmShadows.h [] []
/src/ogre/OgreMain/src/OgreTangentSpaceCalc.cpp [] []
/src/ogre/OgreMain/include/OgreSceneQuery.h [] []
/src/ogre/PlugIns/CgProgramManager/src/OgreCgProgram.cpp ['stream_fuzz', 'ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/OgreSerializer.cpp [] []
/src/ogre/Tests/OgreMain/src/PixelFormatTests.cpp [] []
/src/ogre/RenderSystems/Tiny/src/OgreTinyRenderSystem.cpp [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2FBORenderTexture.cpp [] []
/src/ogre/OgreMain/src/OgreConvexBody.cpp [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodWorkQueueInjectorListener.h [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderFunction.h [] []
/src/ogre/Tools/MayaExport/src/skeleton.cpp [] []
/src/ogre/OgreMain/include/OgreMeshSerializer.h [] []
/src/ogre/OgreMain/src/OgreSceneManagerEnumerator.cpp [] []
/src/ogre/OgreMain/include/OgreCompositionTargetPass.h [] []
/src/ogre/Tests/VisualTests/VTests/src/CubeMappingTest.cpp [] []
/src/ogre/Samples/Simple/include/BezierPatch.h [] []
/src/ogre/OgreMain/include/OgrePolygon.h [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanProgram.cpp [] []
/src/ogre/Tools/LightwaveConverter/src/lwLayer.cpp [] []
/src/ogre/Samples/Simple/include/DynTex.h [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11DriverList.h [] []
/src/ogre/Components/Volume/include/OgreVolumeCacheSource.h [] []
/src/ogre/OgreMain/include/OgreRenderSystem.h [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodOutsideMarker.h [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusTexture.cpp [] []
/src/ogre/Components/Bites/src/OgreStaticPluginLoader.cpp [] []
/src/ogre/OgreMain/src/OgreMatrix3.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePCZone.cpp [] []
/src/ogre/Tools/LightwaveConverter/include/lwo.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9EngineDll.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePCZPlugin.cpp [] []
/src/ogre/OgreMain/src/OgreInstanceBatchShader.cpp [] []
/src/ogre/OgreMain/include/OgreException.h [] []
/src/ogre/OgreMain/include/OgreSubEntity.h [] []
/src/ogre/OgreMain/include/OgreInstanceBatchHW.h [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgreAntiPortal.cpp [] []
/src/ogre/OgreMain/include/OgreRenderable.h [] []
/src/ogre/Components/Overlay/src/stb_truetype.h [] []
/src/ogre/RenderSystems/GL3Plus/src/GLSL/include/OgreGLSLProgram.h [] []
/src/ogre/Components/Paging/src/OgreGrid3DPageStrategy.cpp [] []
/src/ogre/OgreMain/src/OgreRenderWindow.cpp [] []
/src/ogre/Tests/Components/TerrainTests.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/OgreGLUniformCache.cpp [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderProgram.h [] []
/src/ogre/OgreMain/include/OgreScriptCompiler.h [] []
/src/ogre/Samples/Simple/include/Fresnel.h [] []
/src/ogre/RenderSystems/Tiny/src/OgreTinyPlugin.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9DriverList.cpp [] []
/src/ogre/OgreMain/include/OgreLight.h [] []
/src/ogre/OgreMain/src/OgreEdgeListBuilder.cpp ['ogre_deep_fuzz'] []
/src/ogre/PlugIns/PCZSceneManager/src/OgreDefaultZone.cpp [] []
/src/ogre/Components/Paging/include/OgrePageContent.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreTextureAnimatorAffector.cpp [] []
/src/ogre/Components/Volume/include/OgreVolumeDualGridGenerator.h [] []
/src/ogre/OgreMain/include/OgrePredefinedControllers.h [] []
/src/ogre/OgreMain/include/OgreString.h [] []
/src/ogre/OgreMain/include/OgreSceneManager.h ['ogre_deep_fuzz'] []
/src/ogre/Samples/OceanDemo/include/OceanDemo.h [] []
/src/ogre/OgreMain/include/OgreImage.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/rc1.0_register.h [] []
/src/ogre/OgreMain/src/OgreOptimisedUtilSSE.cpp [] []
/src/ogre/OgreMain/src/OgreDefaultWorkQueueStandard.cpp [] []
/src/ogre/OgreMain/src/OgreRenderQueueSortingGrouping.cpp [] []
/src/ogre/OgreMain/src/OgreRectangle2D.cpp [] []
/src/ogre/Samples/OceanDemo/src/MaterialControls.cpp [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanMappings.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11MultiRenderTarget.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLPBuffer.h [] []
/src/ogre/RenderSystems/GL/src/GLSL/src/OgreGLSLLinkProgramManager.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/GLSL/OgreGLSLProgramCommon.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgreAntiPortal.h [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11Device.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusRenderSystem.cpp [] []
/src/ogre/OgreMain/src/OgreTextureUnitState.cpp [] []
/src/ogre/Components/Paging/src/OgrePageManager.cpp [] []
/src/ogre/Components/Terrain/include/OgreTerrain.h [] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLTextureCommon.h [] []
/src/ogre/OgreMain/include/OgreGpuProgramUsage.h [] []
/src/ogre/Components/Overlay/src/OgreOverlayElement.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/Android/OgreAndroidEGLSupport.cpp [] []
/src/ogre/OgreMain/include/OgreResourceManager.h [] []
/src/ogre/Components/Volume/src/OgreVolumeOctreeNode.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePCPlane.cpp [] []
/src/ogre/RenderSystems/GL/src/atifs/src/ps_1_4.cpp [] []
/src/ogre/Tools/VRMLConverter/vrmllib/include/vrmllib/node.h [] []
/src/ogre/RenderSystems/GL3Plus/include/OgreGL3PlusHardwarePixelBuffer.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreColourFaderAffectorFactory.h [] []
/src/ogre/Tools/MayaExport/include/particles.h [] []
/src/ogre/PlugIns/OctreeZone/src/OgreOctreeZoneOctree.cpp [] []
/src/ogre/PlugIns/OctreeSceneManager/src/OgreOctreeSceneManager.cpp ['ogre_deep_fuzz'] []
/src/ogre/RenderSystems/GL/src/OgreGLGpuProgram.cpp [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanUtils.cpp [] []
/src/ogre/Tools/MayaExport/src/submesh.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11DepthBuffer.cpp [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9StereoDriverNVIDIA.h [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLod0Stripifier.h [] []
/src/ogre/OgreMain/src/OgreSimpleSpline.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareBufferManager.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/GLSL/OgreGLSLShaderCommon.cpp [] []
/src/ogre/OgreMain/include/OgreCompositionPass.h [] []
/src/ogre/Components/Paging/include/OgrePageContentCollection.h [] []
/src/ogre/OgreMain/include/OgrePixelFormat.h [] []
/src/ogre/Components/Overlay/src/OgreOverlaySystem.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/GLX/OgreGLXRenderTexture.cpp [] []
/src/ogre/RenderSystems/GL/src/GLSL/src/OgreGLSLProgram.cpp [] []
/src/ogre/OgreMain/include/OgreTimer.h [] []
/src/ogre/Components/Bites/src/OgreSGTechniqueResolverListener.cpp [] []
/src/ogre/Components/Bites/src/OgreBitesConfigDialog.cpp [] []
/src/ogre/Tools/XMLConverter/src/OgreXMLSkeletonSerializer.cpp [] []
/src/ogre/Tests/OgreMain/src/MeshWithoutIndexDataTests.cpp [] []
/src/ogre/Tests/OgreMain/src/RenderSystemCapabilitiesTests.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11RenderSystem.cpp ['stream_fuzz', 'ogre_deep_fuzz'] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLMultiRenderTarget.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreDeflectorPlaneAffectorFactory.h [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusFrameBufferObject.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/OgreEGLContext.cpp [] []
/src/ogre/Samples/Simple/include/FacialAnimation.h [] []
/src/ogre/OgreMain/src/OgreVertexIndexData.cpp ['ogre_deep_fuzz'] []
/src/ogre/Tests/VisualTests/Common/include/VisualTest.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreHollowEllipsoidEmitterFactory.h [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/Emscripten/OgreEmscriptenEGLWindow.h [] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESProgram.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreRotationAffectorFactory.h [] []
/src/ogre/Samples/Compositor/src/HelperLogics.cpp [] []
/src/ogre/OgreMain/include/OgreKeyFrame.h [] []
/src/ogre/PlugIns/CgProgramManager/src/OgreCgFxScriptLoader.cpp [] []
/src/ogre/RenderSystems/GL/src/nvparse/_ps1.0_lexer.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11HardwareBuffer.cpp [] []
/src/ogre/Components/Terrain/include/OgreTerrainGroup.h [] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2TextureManager.h [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgreSegment.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderGenerator.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9Driver.cpp [] []
/src/ogre/OgreMain/src/OgreInstanceManager.cpp [] []
/src/ogre/OgreMain/src/OgreWireBoundingBox.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreRingEmitterFactory.h [] []
/src/ogre/Samples/ShaderSystemTexturedFog/src/RTShaderSRSTexturedFog.cpp [] []
/src/ogre/Tools/MayaExport/src/mesh.cpp [] []
/src/ogre/Tests/VisualTests/Common/include/HTMLWriter.h [] []
/src/ogre/Samples/EndlessWorld/include/EndlessWorld.h [] []
/src/ogre/OgreMain/src/OgreBillboardChain.cpp [] []
/src/ogre/RenderSystems/GLES2/include/EAGL/OgreEAGL2ViewController.h [] []
/src/ogre/Components/Terrain/src/OgreTerrain.cpp [] []
/src/ogre/PlugIns/OctreeSceneManager/include/OgreOctreeNode.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9StereoDriverBridge.cpp [] []
/src/ogre/Components/Overlay/src/OgreOverlayProfileSessionListener.cpp [] []
/src/ogre/RenderSystems/GL/include/OgreGLStateCacheManager.h [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/Android/OgreAndroidEGLSupport.h [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/X11/OgreX11EGLSupport.h [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/Wayland/OgreWaylandEGLSupport.h [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11DriverList.cpp [] []
/src/ogre/OgreMain/include/OgreParticleAffectorFactory.h [] []
/src/ogre/Components/Volume/src/OgreVolumeMeshBuilder.cpp [] []
/src/ogre/OgreMain/include/OgreRenderToVertexBuffer.h [] []
/src/ogre/Components/Volume/src/OgreVolumeHalfFloatGridSource.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreScaleAffector.cpp [] []
/src/ogre/OgreMain/src/OgrePatchSurface.cpp [] []
/src/ogre/OgreMain/src/OgreLodStrategy.cpp [] []
/src/ogre/OgreMain/include/OgreDeflate.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/ts1.0_inst_list.cpp [] []
/src/ogre/Components/Volume/include/OgreVolumeIsoSurfaceMC.h [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgrePortal.h [] []
/src/ogre/RenderSystems/GL/src/GLSL/include/OgreGLSLProgram.h [] []
/src/ogre/PlugIns/Assimp/src/AssimpLoader.cpp ['ogre_deep_fuzz'] []
/src/ogre/RenderSystems/Metal/include/OgreMetalTextureManager.h [] []
/src/ogre/OgreMain/include/OgreRotationalSpline.h [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/OgreEGLContext.h [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11Mappings.cpp [] []
/src/ogre/Components/Terrain/src/OgreTerrainGroup.cpp [] []
/src/ogre/RenderSystems/Metal/include/OgreMetalTexture.h [] []
/src/ogre/Tests/VisualTests/VTests/include/TextureBlitTest.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderFFPLighting.cpp [] []
/src/ogre/OgreMain/src/OgreGpuProgramManager.cpp [] []
/src/ogre/OgreMain/src/OgreKeyFrame.cpp ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/include/OgreAnimationTrack.h ['ogre_deep_fuzz'] []
/src/ogre/Tools/XSIExport/include/OgreXSIHelper.h [] []
/src/ogre/OgreMain/include/Threading/OgreThreadDefinesBoost.h [] []
/src/ogre/OgreMain/src/OgreBillboard.cpp [] []
/src/ogre/OgreMain/src/OgreCompositorChain.cpp [] []
/src/ogre/OgreMain/include/OgrePlane.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9ResourceManager.cpp [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9VideoMode.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/avp1.0_impl.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLProgram.cpp [] []
/src/ogre/Tests/VisualTests/PlayPen/src/PlayPenTestPlugin.cpp [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanProgram.h [] []
/src/ogre/Components/Bites/src/OgreGLXConfigDialog.cpp [] []
/src/ogre/OgreMain/include/OgreAxisAlignedBox.h ['ogre_deep_fuzz'] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodOutputProviderBuffer.cpp [] []
/src/ogre/RenderSystems/GL3Plus/include/OgreGL3PlusHardwareBufferManager.h [] []
/src/ogre/OgreMain/src/OgreDataStream.cpp ['ogre_deep_fuzz', 'image_fuzz'] ['ogre_deep_fuzz', 'image_fuzz']
/src/ogre/OgreMain/include/OgrePass.h [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusRenderToVertexBuffer.cpp [] []
/src/ogre/OgreMain/include/OgreBitwise.h [] []
/src/ogre/OgreMain/src/OgreRenderSystem.cpp [] []
/src/ogre/RenderSystems/Tiny/include/OgreTinyTexture.h [] []
/src/ogre/OgreMain/src/OgreViewport.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePortalBase.cpp [] []
/src/ogre/OgreMain/src/OgreBillboardParticleRenderer.cpp [] []
/src/ogre/RenderSystems/Metal/include/OgreMetalProgram.h [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2ManagedResourceManager.cpp [] []
/src/ogre/OgreMain/src/OgreFrustum.cpp [] []
/src/ogre/OgreMain/src/OgreScriptCompiler.cpp [] []
/src/ogre/PlugIns/BSPSceneManager/include/OgreBspSceneManager.h [] []
/src/ogre/OgreMain/include/OgreCodec.h ['image_fuzz'] []
/src/ogre/OgreMain/src/OgreDDSCodec.h [] []
/src/ogre/Samples/Media/CSMShadows/DepthShadowMapReceiverJitter.h [] []
/src/ogre/OgreMain/include/OgreTexture.h [] []
/src/ogre/Components/Bites/src/OgreWindowEventUtilities.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderImageBasedLighting.cpp [] []
/src/ogre/Tools/MayaExport/include/material.h [] []
/src/ogre/RenderSystems/GL/src/GLSL/src/OgreGLSLLinkProgram.cpp [] []
/src/ogre/OgreMain/src/OgrePose.cpp ['ogre_deep_fuzz'] []
/src/ogre/RenderSystems/GLSupport/src/OgreGLRenderToVertexBufferCommon.cpp [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodCollapseCost.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusHardwareOcclusionQuery.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11StereoDriverNVIDIA.h [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgrePCZLight.h [] []
/src/ogre/OgreMain/src/OgreHardwareIndexBuffer.cpp [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodOutputProvider.h [] []
/src/ogre/Tools/LightwaveConverter/src/lwEnvelope.cpp [] []
/src/ogre/Components/Overlay/include/OgreOverlayContainer.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9HardwarePixelBuffer.h [] []
/src/ogre/OgreMain/include/OgrePose.h [] []
/src/ogre/OgreMain/src/OgreResource.cpp [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodConfigSerializer.cpp [] []
/src/ogre/RenderSystems/GL3Plus/include/OgreGL3PlusHardwareBuffer.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9ResourceManager.h [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/WIN32/OgreWin32EGLWindow.cpp [] []
/src/ogre/Tools/XMLConverter/src/main.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExNormalMapLighting.h [] []
/src/ogre/OgreMain/src/OgreRadixSort.h [] []
/src/ogre/Samples/TerrainTessellation/include/TerrainTessellationMaterialGenerator.h [] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLRenderSystemCommon.h [] []
/src/ogre/Samples/TerrainTessellation/include/TerrainTessellation.h [] []
/src/ogre/Components/Terrain/include/OgreTerrainLayerBlendMap.h [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11RenderWindow.h [] []
/src/ogre/Tests/fuzz/image_fuzz.cpp ['image_fuzz'] ['image_fuzz']
/src/ogre/Components/RTShaderSystem/src/OgreShaderFFPFog.h [] []
/src/ogre/Components/Volume/include/OgreVolumeCSGSource.h [] []
/src/ogre/PlugIns/STBICodec/src/stbi/stb_image_write.h [] []
/src/ogre/OgreMain/include/OgreTextureManager.h [] []
/src/ogre/OgreMain/src/OgreETCCodec.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/win32/OgreWin32Window.h [] []
/src/ogre/Components/Overlay/src/OgreOverlayContainer.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreEllipsoidEmitter.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11Driver.h [] []
/src/ogre/Samples/VolumeTex/include/VolumeTex.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9HardwareBufferManager.h [] []
/src/ogre/Samples/Simple/include/VolumeCSG.h [] []
/src/ogre/RenderSystems/GLSupport/src/win32/OgreWin32RenderTexture.cpp [] []
/src/ogre/OgreMain/src/OgrePredefinedControllers.cpp [] []
/src/ogre/OgreMain/src/Android/OgreAndroidLogListener.cpp [] []
/src/ogre/OgreMain/src/OgreParticleEmitterCommands.cpp [] []
/src/ogre/OgreMain/src/Android/OgreAPKFileSystemArchive.cpp [] []
/src/ogre/Tools/LightwaveConverter/include/Vector3.h ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/OgreArchive.cpp [] []
/src/ogre/OgreMain/src/OgreStreamSerialiser.cpp ['stream_fuzz', 'ogre_deep_fuzz'] ['stream_fuzz', 'ogre_deep_fuzz']
/src/ogre/Components/RTShaderSystem/src/OgreShaderExWBOIT.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreCylinderEmitter.cpp [] []
/src/ogre/Components/Overlay/include/OgrePanelOverlayElement.h [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/Wayland/OgreWaylandEGLWindow.cpp [] []
/src/ogre/OgreMain/include/OgreStaticGeometry.h [] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESExtSupport.cpp [] []
/src/ogre/OgreMain/src/OgreProfiler.cpp [] []
/src/ogre/PlugIns/OctreeZone/include/OgreOctreeZoneOctree.h [] []
/src/ogre/OgreMain/src/OgreExternalTextureSourceManager.cpp [] []
/src/ogre/OgreMain/include/OgreInstanceBatchVTF.h [] []
/src/ogre/OgreMain/src/OgreScriptLexer.cpp [] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/include/OgreGLSLESCgProgram.h [] []
/src/ogre/RenderSystems/GLSupport/src/OgreGLWindow.cpp [] []
/src/ogre/RenderSystems/GL/src/OgreGLRenderSystem.cpp [] []
/src/ogre/RenderSystems/GL/src/nvparse/nvparse_errors.h [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderProgramWriterManager.h [] []
/src/ogre/OgreMain/include/OgreGpuProgramParams.h [] []
/src/ogre/OgreMain/include/OgreCompositorInstance.h [] []
/src/ogre/OgreMain/include/OgreParticleEmitter.h [] []
/src/ogre/RenderSystems/GL3Plus/include/OgreGL3PlusPlugin.h [] []
/src/ogre/Components/Bites/src/OgreApplicationContextBase.cpp [] []
/src/ogre/Tools/XSIExport/src/OgreXSIMeshExporter.cpp [] []
/src/ogre/Tools/VRMLConverter/vrmllib/src/file.cpp [] []
/src/ogre/Samples/CSMShadows/src/ShadowCameraSetupStableCSM.cpp [] []
/src/ogre/OgreMain/src/OgreArchiveManager.cpp [] []
/src/ogre/Samples/Simple/src/NewInstancing.cpp [] []
/src/ogre/Tests/OgreMain/src/EdgeBuilderTests.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9Resource.cpp [] []
/src/ogre/OgreMain/include/OgreRenderSystemCapabilitiesSerializer.h [] []
/src/ogre/OgreMain/include/OgreSkeleton.h ['ogre_deep_fuzz'] []
/src/ogre/PlugIns/BSPSceneManager/include/OgreStaticFaceGroup.h [] []
/src/ogre/RenderSystems/GL/include/OgreGLGpuProgram.h [] []
/src/ogre/Samples/Simple/include/CelShading.h [] []
/src/ogre/OgreMain/src/OgreDDSCodec.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11StereoDriverAMD.cpp [] []
/src/ogre/OgreMain/include/OgreProfiler.h [] []
/src/ogre/RenderSystems/GL/src/OgreGLHardwarePixelBuffer.cpp [] []
/src/ogre/Samples/ShaderSystemMultiLight/include/SegmentedDynamicLightManager.h [] []
/src/ogre/OgreMain/src/OgreRenderable.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLProgramManager.cpp [] []
/src/ogre/OgreMain/src/OgrePass.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11TextureManager.cpp [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderParameter.h [] []
/src/ogre/OgreMain/include/OgreInstancedEntity.h [] []
/src/ogre/Samples/Common/include/ListenerFactoryLogic.h [] []
/src/ogre/OgreMain/include/OgreMaterialSerializer.h [] []
/src/ogre/RenderSystems/Vulkan/src/volk.c [] []
/src/ogre/Samples/Emscripten/Main.cpp [] []
/src/ogre/OgreMain/include/OgreDistanceLodStrategy.h [] []
/src/ogre/RenderSystems/GL/src/OgreGLHardwareBufferManager.cpp [] []
/src/ogre/PlugIns/OctreeSceneManager/include/OgreOctreeSceneManager.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderProgramSet.cpp [] []
/src/ogre/Tools/MayaExport/src/paramlist.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/GLSL/src/OgreGLSLMonolithicProgram.cpp [] []
/src/ogre/PlugIns/DotScene/include/OgreDotSceneLoader.h [] []
/src/ogre/OgreMain/include/OgreHighLevelGpuProgram.h [] []
/src/ogre/RenderSystems/GL/src/OgreGLGpuNvparseProgram.cpp [] []
/src/ogre/OgreMain/include/OgreFrustum.h [] []
/src/ogre/OgreMain/include/OgreLog.h [] []
/src/ogre/OgreMain/include/OgreController.h [] []
/src/ogre/OgreMain/include/OgreInstanceManager.h [] []
/src/ogre/PlugIns/ParticleFX/include/OgreTextureAnimatorAffector.h [] []
/src/ogre/Tests/VisualTests/Context/src/TestContext.cpp [] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2ManagedResourceManager.h [] []
/src/ogre/RenderSystems/GL/include/OgreGLFrameBufferObject.h [] []
/src/ogre/Samples/Simple/include/TimeEvents.h [] []
/src/ogre/Samples/Simple/include/BSP.h [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodOutputProvider.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePortal.cpp [] []
/src/ogre/OgreMain/src/OgreCompositionTargetPass.cpp [] []
/src/ogre/Components/Overlay/src/OgreOverlayManager.cpp [] []
/src/ogre/OgreMain/src/OgreParticleSystem.cpp [] []
/src/ogre/OgreMain/include/OgreStreamSerialiser.h [] []
/src/ogre/Components/Bites/src/OgreApplicationContextAndroid.cpp [] []
/src/ogre/Tools/AssimpConverter/main.cpp [] []
/src/ogre/Samples/Isosurf/include/Isosurf.h [] []
/src/ogre/RenderSystems/GLES2/include/EAGL/OgreEAGL2Window.h [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11HardwareOcclusionQuery.h [] []
/src/ogre/OgreMain/include/OgreFactoryObj.h [] []
/src/ogre/RenderSystems/GL/src/GLSL/include/OgreGLSLLinkProgram.h [] []
/src/ogre/OgreMain/src/OgreColourValue.cpp [] []
/src/ogre/Tests/Components/MeshLodTests.cpp [] []
/src/ogre/Components/Paging/include/OgrePagedWorld.h [] []
/src/ogre/Samples/CSMShadows/src/CSMGpuConstants.cpp [] []
/src/ogre/Tools/MayaExport/src/blendshape.cpp [] []
/src/ogre/OgreMain/include/OgreShadowCameraSetup.h [] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2Texture.h [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanDescriptorPool.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreComPtr.h ['ogre_deep_fuzz'] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanRenderPassDescriptor.cpp [] []
/src/ogre/RenderSystems/GL/src/OgreGLTexture.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreColourFaderAffector.cpp [] []
/src/ogre/Samples/Simple/include/PBR.h [] []
/src/ogre/OgreMain/include/OgrePixelCountLodStrategy.h [] []
/src/ogre/Components/Volume/include/OgreVolumeMeshBuilder.h [] []
/src/ogre/RenderSystems/GL/include/OgreGLPixelFormat.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9Plugin.h [] []
/src/ogre/OgreMain/include/OgreShadowCameraSetupFocused.h [] []
/src/ogre/Components/Volume/include/OgreVolumeOctreeNodeSplitPolicy.h [] []
/src/ogre/Components/Volume/include/OgreVolumeTextureSource.h [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11RenderTarget.h [] []
/src/ogre/OgreMain/include/OgreMaterialManager.h [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanTextureGpu.cpp [] []
/src/ogre/OgreMain/include/OgreCompositorLogic.h [] []
/src/ogre/Components/Terrain/include/OgreTerrainPagedWorldSection.h [] []
/src/ogre/Media/Main/OgreUnifiedShader.h [] []
/src/ogre/PlugIns/RsImageCodec/include/OgreRsImageCodec.h [] []
/src/ogre/OgreMain/src/OgreDefaultHardwareBufferManager.cpp [] []
/src/ogre/RenderSystems/GL3Plus/include/OgreGL3PlusTextureManager.h [] []
/src/ogre/Samples/ShaderSystemMultiLight/include/ShaderSystemMultiLight.h [] []
/src/ogre/Samples/Simple/include/SkyPlane.h [] []
/src/ogre/RenderSystems/GL/include/OgreGLHardwareOcclusionQuery.h [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgrePCZSceneNode.h [] []
/src/ogre/PlugIns/STBICodec/include/OgreSTBICodec.h [] []
/src/ogre/PlugIns/OctreeSceneManager/include/OgreOctreeCamera.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderProgramProcessor.cpp [] []
/src/ogre/OgreMain/src/OgreSceneManagerEnumerator.h [] []
/src/ogre/OgreMain/src/OgreMaterialManager.cpp [] []
/src/ogre/Samples/EndlessWorld/src/PerlinNoiseTerrainGenerator.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9TextureManager.cpp [] []
/src/ogre/Components/Overlay/src/OgreBorderPanelOverlayElement.cpp [] []
/src/ogre/Tools/MeshUpgrader/src/main.cpp ['ogre_deep_fuzz'] []
/src/ogre/Tests/VisualTests/Common/include/ImageValidator.h [] []
/src/ogre/OgreMain/src/OgreCamera.cpp [] []
/src/ogre/OgreMain/include/OgreRoot.h [] []
/src/ogre/Samples/DeferredShading/src/GeomUtils.cpp [] []
/src/ogre/Samples/ParticleGS/include/ProceduralManualObject.h [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/X11/OgreX11EGLWindow.h [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11HardwareBufferManager.h [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanPlugin.cpp [] []
/src/ogre/Samples/Simple/include/VolumeTerrain.h [] []
/src/ogre/RenderSystems/GLES2/src/glesw.c [] []
/src/ogre/Components/Overlay/include/OgreOverlay.h [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodInputProvider.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderScriptTranslator.cpp [] []
/src/ogre/OgreMain/src/OgreDepthBuffer.cpp [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9HLSLProgramFactory.h [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodCollapseCostCurvature.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/_ts1.0_lexer.cpp [] []
/src/ogre/Samples/Simple/src/TimeEvents.cpp [] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/include/OgreGLSLESProgramCommon.h [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanTextureGpuWindow.cpp [] []
/src/ogre/PlugIns/BSPSceneManager/src/OgreQuake3Shader.cpp [] []
/src/ogre/PlugIns/OctreeZone/src/OgreOctreeZonePlugin.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11VideoModeList.cpp [] []
/src/ogre/OgreMain/src/OgreOptimisedUtil.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgrePointEmitter.cpp [] []
/src/ogre/OgreMain/src/OgreRenderSystemCapabilitiesManager.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderProgramManager.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11Texture.h [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11Plugin.h [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11HardwareBufferManager.cpp [] []
/src/ogre/OgreMain/src/OgreShadowTextureManager.cpp [] []
/src/ogre/OgreMain/src/OgreManualObject.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11HardwarePixelBuffer.cpp [] []
/src/ogre/OgreMain/include/OgreStringConverter.h [] []
/src/ogre/Components/Paging/include/OgrePageContentFactory.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExLinearSkinning.cpp [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9DriverList.h [] []
/src/ogre/OgreMain/src/OgreInstanceBatch.cpp [] []
/src/ogre/OgreMain/include/OgreMesh.h ['ogre_deep_fuzz'] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderProgramWriter.cpp [] []
/src/ogre/OgreMain/src/OgreMovableObject.cpp [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderExLayeredBlending.h [] []
/src/ogre/OgreMain/include/OgreArchive.h [] []
/src/ogre/Tests/Components/PropertyTests.cpp [] []
/src/ogre/RenderSystems/Metal/include/OgreMetalRenderSystem.h [] []
/src/ogre/Components/RTShaderSystem/include/OgreShaderFFPTexturing.h [] []
/src/ogre/PlugIns/CgProgramManager/include/OgreCgPlugin.h [] []
/src/ogre/OgreMain/src/OgreBillboardSet.cpp [] []
/src/ogre/Components/Overlay/include/OgreOverlayElementFactory.h [] []
/src/ogre/OgreMain/src/OgreStableHeaders.h [] []
/src/ogre/OgreMain/include/OgreAnimation.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreRotationAffector.cpp [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2HardwareBufferManager.cpp [] []
/src/ogre/OgreMain/src/SSE2NEON.h ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] []
/src/ogre/PlugIns/OctreeSceneManager/src/OgreOctreeSceneQuery.cpp [] []
/src/ogre/Components/Paging/include/OgrePageManager.h [] []
/src/ogre/Samples/Water/include/Water.h [] []
/src/ogre/Tests/VisualTests/VTests/include/StencilShadowTest.h [] []
/src/ogre/Components/Overlay/include/OgreBorderPanelOverlayElement.h [] []
/src/ogre/RenderSystems/GLSupport/include/GLX/OgreGLXContext.h [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/OgreEGLRenderTexture.h [] []
/src/ogre/Components/Paging/include/OgrePageContentCollectionFactory.h [] []
/src/ogre/PlugIns/ParticleFX/include/OgreAreaEmitter.h [] []
/src/ogre/RenderSystems/Tiny/include/OgreTinyRenderSystem.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExLayeredBlending.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9VertexDeclaration.cpp [] []
/src/ogre/OgreMain/include/OgreRenderObjectListener.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9Resource.h [] []
/src/ogre/OgreMain/src/zip/miniz.h [] []
/src/ogre/PlugIns/BSPSceneManager/src/OgreBspNode.cpp [] []
/src/ogre/RenderSystems/GL/src/nvparse/vcp1.0_impl.cpp [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodBuffer.cpp [] []
/src/ogre/Components/Terrain/src/OgreTerrainQuadTreeNode.cpp [] []
/src/ogre/OgreMain/include/OgreSkeletonSerializer.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/ts1.0_inst.cpp [] []
/src/ogre/OgreMain/src/OgreQuaternion.cpp [] []
/src/ogre/Components/Bites/include/OgreGizmos.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderFFPTransform.cpp [] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESProgramManager.cpp [] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESCgProgramFactory.cpp [] []
/src/ogre/OgreMain/include/OgreMovablePlane.h [] []
/src/ogre/RenderSystems/GLSupport/include/OSX/OgreOSXCocoaView.h [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodConfig.cpp [] []
/src/ogre/Samples/Simple/include/SSAO.h [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2StateCacheManager.cpp [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9DeviceManager.h [] []
/src/ogre/RenderSystems/GLSupport/src/OgreGLHardwarePixelBufferCommon.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/win32/OgreWin32RenderTexture.h [] []
/src/ogre/RenderSystems/GLSupport/include/GLSL/OgreGLSLProgramCommon.h [] []
/src/ogre/OgreMain/include/OgreAlignedAllocator.h [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodCollapser.cpp [] []
/src/ogre/RenderSystems/GL/src/OgreGLHardwareBuffer.cpp [] []
/src/ogre/RenderSystems/GL/include/OgreGLRenderSystem.h [] []
/src/ogre/RenderSystems/GL/include/OgreGLPlugin.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/rc1.0_final.cpp [] []
/src/ogre/Components/Bites/include/OgreWindowEventUtilities.h [] []
/src/ogre/Components/Terrain/src/OgreTerrainLayerBlendMap.cpp [] []
/src/ogre/PlugIns/DotScene/src/DotSceneLoader.cpp [] []
/src/ogre/Tests/fuzz/stream_fuzz.cpp ['stream_fuzz'] ['stream_fuzz']
/src/ogre/PlugIns/ParticleFX/src/OgreBoxEmitter.cpp [] []
/src/ogre/RenderSystems/GL/include/OgreGLHardwareBuffer.h [] []
/src/ogre/RenderSystems/Tiny/src/OgreTinyTexture.cpp [] []
/src/ogre/OgreMain/include/OgreSceneNode.h [] []
/src/ogre/Samples/DeferredShading/src/DLight.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExGBuffer.cpp [] []
/src/ogre/Tools/LightwaveConverter/src/lwReader.cpp [] []
/src/ogre/Components/Bites/include/OgreInput.h [] []
/src/ogre/Components/Paging/src/OgrePagedWorld.cpp [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanHardwareBuffer.cpp [] []
/src/ogre/Tools/LightwaveConverter/include/lwClip.h [] []
/src/ogre/Tools/VRMLConverter/vrmllib/src/commentstream.cpp [] []
/src/ogre/RenderSystems/GLSupport/src/win32/OgreWin32GLSupport.cpp [] []
/src/ogre/Tools/MayaExport/include/animation.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderCookTorranceLighting.h [] []
/src/ogre/Components/Terrain/src/OgreTerrainAutoUpdateLod.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderExDualQuaternionSkinning.cpp [] []
/src/ogre/OgreMain/src/OgreCompositorInstance.cpp [] []
/src/ogre/Samples/Simple/src/Compute.cpp [] []
/src/ogre/Samples/Simple/include/Compute.h [] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2Plugin.h [] []
/src/ogre/Components/Volume/src/OgreVolumeIsoSurfaceMC.cpp [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodCollapseCostProfiler.h [] []
/src/ogre/OgreMain/src/OgreMeshSerializerImpl.cpp ['ogre_deep_fuzz'] ['ogre_deep_fuzz']
/src/ogre/Tests/VisualTests/VTests/include/CubeMappingTest.h [] []
/src/ogre/RenderSystems/Metal/include/OgreMetalHardwarePixelBuffer.h [] []
/src/ogre/OgreMain/src/OgreSceneManager.cpp ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/OgreSIMDHelper.h ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESProgramCommon.cpp [] []
/src/ogre/OgreMain/include/OgrePlatform.h [] []
/src/ogre/RenderSystems/Tiny/src/OgreTinyTextureManager.cpp [] []
/src/ogre/RenderSystems/GL/src/atifs/include/Compiler2Pass.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderSubRenderState.cpp [] []
/src/ogre/Tests/VisualTests/VTests/src/ParticleTest.cpp [] []
/src/ogre/Components/MeshLodGenerator/src/OgreMeshLodGenerator.cpp [] []
/src/ogre/OgreMain/src/OgreGpuProgramParams.cpp [] []
/src/ogre/OgreMain/include/OgreCompositorChain.h [] []
/src/ogre/OgreMain/src/OgreStringInterface.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreColourImageAffector.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderParameter.cpp [] []
/src/ogre/OgreMain/include/OgreRenderQueueListener.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/nvparse_errors.cpp [] []
/src/ogre/RenderSystems/GL/src/nvparse/_ps1.0_parser.cpp [] []
/src/ogre/Tools/XSIExport/src/OgreXSISkeletonExporter.cpp [] []
/src/ogre/Components/Terrain/src/OgreTerrainMaterialGeneratorA.cpp [] []
/src/ogre/Samples/Compositor/include/Compositor.h [] []
/src/ogre/Samples/Simple/include/DualQuaternion.h [] []
/src/ogre/Samples/DeferredShading/src/DeferredShading.cpp [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusFBORenderTexture.cpp [] []
/src/ogre/OgreMain/src/OgreDeflate.cpp [] []
/src/ogre/Samples/CSMShadows/include/ShadowCameraSetupStableCSM.h [] []
/src/ogre/Components/Overlay/src/OgreImGuiOverlay.cpp [] []
/src/ogre/Components/Volume/src/OgreVolumeIsoSurface.cpp [] []
/src/ogre/Components/Bites/src/OgreGizmos.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/include/OgrePCZone.h [] []
/src/ogre/Samples/ShaderSystemTexturedFog/include/RTShaderSRSTexturedFog.h [] []
/src/ogre/RenderSystems/GL/src/OgreGLFBORenderTexture.cpp [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodOutputProviderMesh.cpp [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2RenderSystem.cpp [] []
/src/ogre/Samples/ShaderSystemMultiLight/src/RTShaderSRSSegmentedLights.cpp [] []
/src/ogre/Tests/OgreMain/src/RadixSort.cpp [] []
/src/ogre/Components/Property/include/OgreProperty.h [] []
/src/ogre/OgreMain/include/OgreRay.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9Texture.cpp [] []
/src/ogre/OgreMain/src/OgreStringConverter.cpp ['stream_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] []
/src/ogre/Samples/Simple/src/VolumeTerrain.cpp [] []
/src/ogre/OgreMain/include/OgreSharedPtr.h [] []
/src/ogre/OgreMain/src/OgreAnimation.cpp ['ogre_deep_fuzz'] []
/src/ogre/Samples/ShaderSystemTexturedFog/include/ShaderSystemTexturedFog.h [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanTextureGpuWindow.h [] []
/src/ogre/OgreMain/src/OgreNumerics.cpp [] []
/src/ogre/OgreMain/include/OgreResource.h [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanDevice.h [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11HLSLProgram.cpp [] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLContext.h [] []
/src/ogre/OgreMain/src/OgreConfigFile.cpp ['ogre_deep_fuzz', 'image_fuzz'] []
/src/ogre/OgreMain/src/OgreRenderToVertexBuffer.cpp [] []
/src/ogre/RenderSystems/GL3Plus/include/OgreSPIRVShaderFactory.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/ps1.0_program.cpp [] []
/src/ogre/OgreMain/include/OgrePatchSurface.h [] []
/src/ogre/Tests/OgreMain/src/General.cpp [] []
/src/ogre/Samples/Simple/include/Hair.h [] []
/src/ogre/PlugIns/BSPSceneManager/src/OgreBspSceneManagerDll.cpp [] []
/src/ogre/OgreMain/src/OgrePatchMesh.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePCZSceneNode.cpp [] []
/src/ogre/OgreMain/src/OgreCompositionTechnique.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreColourFaderAffector2.cpp [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanRenderSystem.cpp [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderFFPLighting.h [] []
/src/ogre/Components/MeshLodGenerator/include/OgreLodData.h [] []
/src/ogre/OgreMain/include/OgreLogManager.h [] []
/src/ogre/Samples/Browser/src/main.cpp [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9VideoMode.cpp [] []
/src/ogre/OgreMain/src/OgreSkeletonSerializer.cpp ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/OgreUnifiedHighLevelGpuProgram.h [] []
/src/ogre/OgreMain/include/OgreDefaultHardwareBufferManager.h [] []
/src/ogre/Samples/DeferredShading/include/DeferredLightCP.h [] []
/src/ogre/OgreMain/src/OgreHardwareBufferManager.cpp [] []
/src/ogre/Tests/OgreMain/src/MeshSerializerTests.cpp [] []
/src/ogre/Components/MeshLodGenerator/src/OgreLodBuffer.h [] []
/src/ogre/OgreMain/src/OgreDefaultDebugDrawer.cpp [] []
/src/ogre/RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESProgramPipeline.cpp [] []
/src/ogre/OgreMain/src/OgreAutoParamDataSource.cpp ['ogre_deep_fuzz'] []
/src/ogre/OgreMain/src/OgreParticleSystemManager.cpp [] []
/src/ogre/Samples/DeferredShading/src/DeferredLightCP.cpp [] []
/src/ogre/Components/Bites/include/OgreTrays.h [] []
/src/ogre/Tests/VisualTests/Common/include/TinyHTML.h [] []
/src/ogre/PlugIns/CgProgramManager/include/OgreCgProgram.h [] []
/src/ogre/RenderSystems/GLSupport/src/OgreGLDepthBufferCommon.cpp [] []
/src/ogre/Components/Paging/include/OgrePage.h [] []
/src/ogre/Components/Bites/include/OgreApplicationContextBase.h [] []
/src/ogre/OgreMain/include/OgreRenderQueueSortingGrouping.h [] []
/src/ogre/Components/Bites/src/OgreApplicationContextQt.cpp [] []
/src/ogre/OgreMain/src/OgreResourceGroupManager.cpp ['zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] ['image_fuzz']
/src/ogre/OgreMain/include/OgreFileSystemLayer.h [] []
/src/ogre/Samples/Simple/include/Terrain.h [] []
/src/ogre/OgreMain/include/OgreIteratorWrapper.h [] []
/src/ogre/OgreMain/src/OgreResourceBackgroundQueue.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11RenderSystem.h [] []
/src/ogre/Components/Paging/src/OgrePagedWorldSection.cpp [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanPlugin.h [] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2HardwarePixelBuffer.h [] []
/src/ogre/Components/Paging/include/OgreSimplePageContentCollection.h ['zip_fuzz'] []
/src/ogre/OgreMain/include/OgreZip.h [] []
/src/ogre/RenderSystems/GLSupport/src/win32/OgreWin32Context.cpp [] []
/src/ogre/Components/Volume/include/OgreVolumeChunk.h [] []
/src/ogre/Samples/Simple/include/LightShafts.h [] []
/src/ogre/RenderSystems/Direct3D9/include/OgreD3D9VideoModeList.h [] []
/src/ogre/Tools/VRMLConverter/vrmllib/src/node.cpp [] []
/src/ogre/Tools/MilkshapeExport/src/MilkshapePlugin.cpp [] []
/src/ogre/RenderSystems/GL/include/OgreGLHardwarePixelBuffer.h [] []
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9RenderSystem.cpp ['stream_fuzz', 'ogre_deep_fuzz'] []
/src/ogre/OgreMain/include/OgreCompositionTechnique.h [] []
/src/ogre/RenderSystems/GLSupport/include/EGL/OgreEGLWindow.h [] []
/src/ogre/OgreMain/include/OgreCompositor.h [] []
/src/ogre/OgreMain/include/OgreSubMesh.h ['ogre_deep_fuzz'] []
/src/ogre/Components/Terrain/src/OgreTerrainRTShaderSRS.h [] []
/src/ogre/OgreMain/src/OgreUserObjectBindings.cpp [] []
/src/ogre/PlugIns/OctreeSceneManager/src/OgreOctreeSceneManagerDll.cpp [] []
/src/ogre/Components/Overlay/include/OgreOverlayElement.h [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusEngineDll.cpp [] []
/src/ogre/Samples/DeferredShading/src/SSAOLogic.cpp [] []
/src/ogre/Components/Paging/src/OgreGrid2DPageStrategy.cpp [] []
/src/ogre/Tests/fuzz/zip_fuzz.cpp ['zip_fuzz'] ['zip_fuzz']
/src/ogre/RenderSystems/Direct3D9/src/OgreD3D9HardwarePixelBuffer.cpp [] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2HardwareBufferManager.h [] []
/src/ogre/OgreMain/include/OgreDeprecated.h [] []
/src/ogre/OgreMain/src/OgreSimpleRenderable.cpp [] []
/src/ogre/OgreMain/include/OgreBillboardParticleRenderer.h [] []
/src/ogre/Components/Volume/src/OgreVolumeSimplexNoise.cpp [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePCZSceneManager.cpp [] []
/src/ogre/Samples/Simple/include/PNTrianglesTessellation.h [] []
/src/ogre/RenderSystems/GLSupport/src/GLSL/OgreGLSLPreprocessor.cpp [] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2HardwareOcclusionQuery.h [] []
/src/ogre/OgreMain/src/OgreCompositorManager.cpp [] []
/src/ogre/Components/Bites/include/OgreCameraMan.h [] []
/src/ogre/Tools/LightwaveConverter/include/lwLayer.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderGLSLProgramWriter.h [] []
/src/ogre/RenderSystems/GLSupport/include/OgreGLStateCacheManagerCommon.h [] []
/src/ogre/RenderSystems/GL/include/OgreGLPBRenderTexture.h [] []
/src/ogre/OgreMain/src/OgreMeshManager.cpp [] []
/src/ogre/OgreMain/src/OgreZip.cpp [] []
/src/ogre/Tests/VisualTests/Common/include/CppUnitResultWriter.h [] []
/src/ogre/OgreMain/include/OgreHardwareIndexBuffer.h [] []
/src/ogre/OgreMain/include/OgreSingleton.h [] []
/src/ogre/Samples/Simple/include/Tessellation.h [] []
/src/ogre/Tools/VRMLConverter/vrmllib/include/vrmllib/types_bits.h [] []
/src/ogre/Components/Volume/src/OgreVolumeSource.cpp [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11HardwareBuffer.h [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanHardwareBufferManager.h [] []
/src/ogre/RenderSystems/GL/src/OgreGLPlugin.cpp [] []
/src/ogre/Components/Overlay/src/OgreOverlay.cpp [] []
/src/ogre/Components/Terrain/src/OgreTerrainRTShaderSRS.cpp [] []
/src/ogre/OgreMain/src/OgreMurmurHash3.cpp [] []
/src/ogre/Tests/VisualTests/VTests/src/TextureBlitTest.cpp [] []
/src/ogre/Components/Terrain/src/OgreTerrainLodManager.cpp [] []
/src/ogre/Components/Overlay/src/OgreFont.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11RenderWindow.cpp [] []
/src/ogre/Samples/Common/include/Sample.h [] []
/src/ogre/Components/Volume/src/OgreVolumeChunk.cpp [] []
/src/ogre/Tests/VisualTests/Common/include/SimpleResultWriter.h [] []
/src/ogre/Samples/Character/include/SinbadCharacterController.h [] []
/src/ogre/OgreMain/include/OgreRenderSystemCapabilities.h [] []
/src/ogre/OgreMain/include/OgreWorkQueue.h [] []
/src/ogre/OgreMain/src/OgreASTCCodec.cpp [] []
/src/ogre/OgreMain/include/OgreRenderOperation.h [] []
/src/ogre/RenderSystems/GL3Plus/src/GLSL/include/OgreGLSLSeparableProgram.h [] []
/src/ogre/RenderSystems/Vulkan/src/OgreVulkanDevice.cpp [] []
/src/ogre/RenderSystems/GL/include/OgreGLTextureManager.h [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePCZCamera.cpp [] []
/src/ogre/OgreMain/include/OgreConvexBody.h [] []
/src/ogre/PlugIns/BSPSceneManager/include/OgreBspSceneNode.h [] []
/src/ogre/Tools/LightwaveConverter/src/BitArray.cpp [] []
/src/ogre/RenderSystems/GL/src/nvparse/rc1.0_general.h [] []
/src/ogre/PlugIns/EXRCodec/src/OgreEXRCodec.cpp [] []
/src/ogre/Samples/Common/include/DefaultSamplesPlugin.h [] []
/src/ogre/Tests/OgreMain/src/RootWithoutRenderSystemFixture.cpp [] []
/src/ogre/PlugIns/ParticleFX/src/OgreColourImageAffectorFactory.h [] []
/src/ogre/Samples/Simple/include/Grass.h [] []
/src/ogre/PlugIns/ParticleFX/src/OgreColourInterpolatorAffectorFactory.h [] []
/src/ogre/Samples/Browser/include/SampleBrowser.h [] []
/src/ogre/RenderSystems/GLSupport/src/EGL/WIN32/OgreWin32EGLSupport.cpp [] []
/src/ogre/Components/Bites/include/OgreApplicationContext.h [] []
/src/ogre/Samples/Browser/include/gestureDetector.h [] []
/src/ogre/RenderSystems/GL3Plus/src/gl3w.c [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2TextureManager.cpp [] []
/src/ogre/PlugIns/FreeImageCodec/src/OgreFreeImageCodec.cpp [] []
/src/ogre/Components/Overlay/src/OgreOverlayElementCommands.cpp [] []
/src/ogre/OgreMain/src/OgrePixelFormat.cpp ['ogre_deep_fuzz', 'image_fuzz'] []
/src/ogre/PlugIns/CgProgramManager/src/OgreCgProgramFactory.cpp [] []
/src/ogre/RenderSystems/GL/src/OgreGLTextureManager.cpp [] []
/src/ogre/OgreMain/include/OgreMatrix4.h ['ogre_deep_fuzz'] []
/src/ogre/Components/Terrain/include/OgreTerrainMaterialGenerator.h [] []
/src/ogre/OgreMain/include/OgreColourValue.h [] []
/src/ogre/Components/RTShaderSystem/src/OgreShaderFFPColour.h [] []
/src/ogre/OgreMain/include/OgreGpuProgramManager.h [] []
/src/ogre/PlugIns/PCZSceneManager/src/OgrePCZoneFactory.cpp [] []
/src/ogre/OgreMain/include/OgreConfigDialog.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/ts1.0_inst.h [] []
/src/ogre/RenderSystems/GL3Plus/src/OgreGL3PlusPixelFormat.cpp [] []
/src/ogre/Tests/VisualTests/Context/include/TestContext.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/rc1.0_combiners.h [] []
/src/ogre/Samples/Simple/include/Dot3Bump.h [] []
/src/ogre/Components/Volume/include/OgreVolumeHalfFloatGridSource.h [] []
/src/ogre/RenderSystems/Direct3D11/include/OgreD3D11Device.h [] []
/src/ogre/OgreMain/src/OgreAnimationState.cpp [] []
/src/ogre/OgreMain/include/OgreGpuProgram.h [] []
/src/ogre/RenderSystems/Vulkan/src/vk_mem_alloc.h ['stream_fuzz', 'zip_fuzz', 'ogre_deep_fuzz', 'image_fuzz'] []
/src/ogre/RenderSystems/GLES2/include/OgreGLES2ManagedResource.h [] []
/src/ogre/OgreMain/src/OgreRenderTexture.cpp [] []
/src/ogre/OgreMain/src/OgreHardwareVertexBuffer.cpp ['ogre_deep_fuzz'] []
/src/ogre/Components/Volume/src/OgreVolumeTextureSource.cpp [] []
/src/ogre/RenderSystems/Direct3D11/src/OgreD3D11StereoDriverNVIDIA.cpp [] []
/src/ogre/OgreMain/src/OgreCompositor.cpp [] []
/src/ogre/OgreMain/src/OgreStencilShadowRenderer.cpp [] []
/src/ogre/RenderSystems/GLES2/src/OgreGLES2PixelFormat.cpp [] []
/src/ogre/RenderSystems/Vulkan/include/OgreVulkanHardwareBuffer.h [] []
/src/ogre/OgreMain/include/OgreExternalTextureSource.h [] []
/src/ogre/Samples/Common/src/DefaultSamplesPlugin.cpp [] []
/src/ogre/Components/Overlay/src/OgreOverlayTranslator.cpp [] []
/src/ogre/OgreMain/include/OgreDefaultWorkQueue.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/vsp1.0_impl.cpp [] []
/src/ogre/OgreMain/include/OgreImageCodec.h [] []
/src/ogre/RenderSystems/GL/src/nvparse/vs1.0_inst_list.cpp [] []
/src/ogre/Samples/Browser/src/gestureDetector.cpp [] []
/src/ogre/RenderSystems/Metal/include/OgreMetalDevice.h [] []
/src/ogre/RenderSystems/Tiny/include/OgreTinyPlugin.h [] []
/src/ogre/OgreMain/src/OgreSceneQuery.cpp [] []

Directories in report

Directory
/src/ogre/Samples/ShaderSystem/src/
/src/ogre/RenderSystems/GLSupport/src/
/src/ogre/PlugIns/Assimp/src/
/src/ogre/Samples/Isosurf/include/
/src/ogre/RenderSystems/GLES2/include/
/src/ogre/Tools/VRMLConverter/vrmllib/include/vrmllib/
/src/ogre/Tools/dotXSIConverter/src/
/src/ogre/Tests/VisualTests/Context/include/
/src/ogre/RenderSystems/GLSupport/include/EGL/Wayland/
/src/ogre/PlugIns/OctreeSceneManager/include/
/src/ogre/Tests/OgreMain/src/
/src/ogre/OgreMain/src/
/src/ogre/OgreMain/src/WIN32/
/src/ogre/RenderSystems/GLSupport/include/EGL/
/src/ogre/RenderSystems/GL/src/atifs/include/
/src/ogre/OgreMain/src/zip/
/src/ogre/RenderSystems/GLES2/src/GLSLES/include/
/src/ogre/Samples/DeferredShading/src/
/src/ogre/RenderSystems/GLSupport/src/win32/
/src/ogre/RenderSystems/GLSupport/src/EGL/Android/
/src/ogre/Samples/Emscripten/
/src/ogre/Samples/PCZTestApp/include/
/src/ogre/RenderSystems/Direct3D9/src/
/src/ogre/Tools/MilkshapeExport/include/
/src/ogre/Media/Main/
/src/ogre/Components/Property/src/
/src/ogre/RenderSystems/GL/src/nvparse/
/src/ogre/RenderSystems/GLSupport/src/EGL/Wayland/
/src/ogre/RenderSystems/Vulkan/src/
/src/ogre/PlugIns/CgProgramManager/src/
/src/ogre/RenderSystems/Metal/include/
/src/ogre/Tools/MeshUpgrader/src/
/src/ogre/Tools/VRMLConverter/src/
/src/ogre/RenderSystems/GL/src/atifs/src/
/src/ogre/RenderSystems/GLSupport/include/GLSL/
/src/ogre/RenderSystems/GLSupport/src/GLX/
/src/ogre/RenderSystems/GLSupport/src/EGL/Emscripten/
/src/ogre/RenderSystems/GLSupport/include/OSX/
/src/ogre/Tests/OgreMain/include/
/src/ogre/RenderSystems/GL/src/GLSL/include/
/src/ogre/RenderSystems/GLSupport/include/GLX/
/src/ogre/PlugIns/BSPSceneManager/include/
/src/ogre/Samples/Water/src/
/src/ogre/RenderSystems/GL3Plus/src/GLSL/src/
/src/ogre/OgreMain/src/GLX/
/src/ogre/Components/Bites/src/
/src/ogre/Tests/VisualTests/VTests/include/
/src/ogre/RenderSystems/GLSupport/include/EGL/X11/
/src/ogre/PlugIns/CgProgramManager/include/
/src/ogre/Samples/VolumeTex/include/
/src/ogre/Tests/VisualTests/VTests/src/
/src/ogre/PlugIns/RsImageCodec/include/
/src/ogre/RenderSystems/GLSupport/src/OSX/
/src/ogre/OgreMain/include/Threading/
/src/ogre/Components/Terrain/src/
/src/ogre/Samples/OceanDemo/src/
/src/ogre/RenderSystems/Direct3D11/src/
/src/ogre/Components/RTShaderSystem/include/
/src/ogre/Samples/ShaderSystemMultiLight/include/
/src/ogre/Components/Bullet/include/
/src/ogre/RenderSystems/GLES2/src/EAGL/
/src/ogre/Components/Terrain/include/
/src/ogre/Samples/Browser/include/
/src/ogre/OgreMain/include/
/src/ogre/RenderSystems/GLSupport/include/EGL/WIN32/
/src/ogre/Tests/Components/
/src/ogre/RenderSystems/GLSupport/src/EGL/WIN32/
/src/ogre/RenderSystems/GLSupport/include/EGL/Android/
/src/ogre/RenderSystems/GLSupport/src/X11/
/src/ogre/Components/Bites/include/
/src/ogre/RenderSystems/GLES2/src/GLSLES/src/
/src/ogre/Tools/MayaExport/include/
/src/ogre/Samples/Media/CSMShadows/
/src/ogre/Samples/CSMShadows/src/
/src/ogre/Components/Overlay/src/
/src/ogre/Samples/ParticleGS/include/
/src/ogre/Tools/MilkshapeExport/src/
/src/ogre/PlugIns/Assimp/include/
/src/ogre/PlugIns/FreeImageCodec/src/
/src/ogre/RenderSystems/GLES2/include/EAGL/
/src/ogre/OgreMain/src/Android/
/src/ogre/Components/Volume/include/
/src/ogre/Samples/EndlessWorld/src/
/src/ogre/PlugIns/EXRCodec/src/
/src/ogre/Samples/Common/src/
/src/ogre/Components/MeshLodGenerator/include/
/src/ogre/PlugIns/PCZSceneManager/src/
/src/ogre/Samples/Compositor/include/
/src/ogre/Tests/VisualTests/PlayPen/src/
/src/ogre/Tests/VisualTests/Context/src/
/src/ogre/PlugIns/DotScene/include/
/src/ogre/PlugIns/ParticleFX/src/
/src/ogre/Components/Property/include/
/src/ogre/Tools/XMLConverter/src/
/src/ogre/PlugIns/OctreeSceneManager/src/
/src/ogre/Samples/Common/include/
/src/ogre/Samples/ShaderSystemTexturedFog/src/
/src/ogre/Tools/LightwaveConverter/include/
/src/ogre/PlugIns/BSPSceneManager/src/
/src/ogre/RenderSystems/GLSupport/src/GLSL/
/src/ogre/PlugIns/ParticleFX/include/
/src/ogre/Samples/DeferredShading/include/
/src/ogre/Samples/Simple/include/
/src/ogre/PlugIns/PCZSceneManager/include/
/src/ogre/PlugIns/GLSLang/src/
/src/ogre/PlugIns/GLSLang/include/
/src/ogre/Samples/EndlessWorld/include/
/src/ogre/Samples/ShaderSystem/include/
/src/ogre/Samples/Isosurf/src/
/src/ogre/Components/Paging/include/
/src/ogre/Tests/VisualTests/PlayPen/include/
/src/ogre/Components/Volume/src/
/src/ogre/RenderSystems/GLES2/src/
/src/ogre/PlugIns/OctreeZone/src/
/src/ogre/RenderSystems/GL3Plus/src/
/src/ogre/Tools/VRMLConverter/vrmllib/src/
/src/ogre/PlugIns/FreeImageCodec/include/
/src/ogre/Tools/AssimpConverter/
/src/ogre/RenderSystems/GLSupport/include/win32/
/src/ogre/Tools/LightwaveConverter/src/
/src/ogre/Samples/Water/include/
/src/ogre/Samples/ParticleGS/src/
/src/ogre/RenderSystems/GLSupport/src/EGL/X11/
/src/ogre/RenderSystems/Direct3D11/include/
/src/ogre/Tests/fuzz/
/src/ogre/RenderSystems/GL3Plus/src/GLSL/include/
/src/ogre/Components/Paging/src/
/src/ogre/Samples/TerrainTessellation/src/
/src/ogre/Samples/Tutorials/
/src/ogre/PlugIns/STBICodec/include/
/src/ogre/PlugIns/STBICodec/src/stbi/
/src/ogre/Samples/ShaderSystemTexturedFog/include/
/src/ogre/Components/MeshLodGenerator/src/
/src/ogre/RenderSystems/Direct3D9/include/
/src/ogre/RenderSystems/GLSupport/src/EGL/
/src/ogre/Samples/Character/include/
/src/ogre/Tools/XSIExport/include/
/src/ogre/Tests/VisualTests/Common/include/
/src/ogre/PlugIns/RsImageCodec/src/
/src/ogre/Components/RTShaderSystem/src/
/src/ogre/Samples/Browser/src/
/src/ogre/Samples/OceanDemo/include/
/src/ogre/RenderSystems/Tiny/include/
/src/ogre/RenderSystems/Vulkan/include/
/src/ogre/RenderSystems/GL/src/
/src/ogre/RenderSystems/GLSupport/include/EGL/Emscripten/
/src/ogre/Samples/Compositor/src/
/src/ogre/Samples/TerrainTessellation/include/
/src/ogre/Samples/VolumeTex/src/
/src/ogre/PlugIns/STBICodec/src/
/src/ogre/Tools/XSIExport/src/
/src/ogre/Components/Bullet/src/
/src/ogre/RenderSystems/GL/src/GLSL/src/
/src/ogre/Samples/Simple/src/
/src/ogre/RenderSystems/GLSupport/include/
/src/ogre/Components/Overlay/include/
/src/ogre/PlugIns/OctreeZone/include/
/src/ogre/RenderSystems/GL/include/
/src/ogre/RenderSystems/GL3Plus/include/
/src/ogre/RenderSystems/Tiny/src/
/src/ogre/Samples/CSMShadows/include/
/src/ogre/Tools/MayaExport/src/
/src/ogre/Samples/PCZTestApp/src/
/src/ogre/PlugIns/DotScene/src/
/src/ogre/Samples/ShaderSystemMultiLight/src/