Home
last modified time | relevance | path

Searched refs:dwLuminanceBitDepth (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/
H A DReaderWriterDDS.cpp105 UI32 dwLuminanceBitDepth; member
918 if ( usingAlpha && ddsd.ddpfPixelFormat.dwLuminanceBitDepth == 8 ) in ReadDDSFile()
923 else if ( usingAlpha && ddsd.ddpfPixelFormat.dwLuminanceBitDepth == 32 ) in ReadDDSFile()
928 else if ( !usingAlpha && ddsd.ddpfPixelFormat.dwLuminanceBitDepth == 16 ) in ReadDDSFile()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dds/
H A DReaderWriterDDS.cpp105 UI32 dwLuminanceBitDepth;
593 if ( usingAlpha && ddsd.ddpfPixelFormat.dwLuminanceBitDepth == 8 )
598 else if ( usingAlpha && ddsd.ddpfPixelFormat.dwLuminanceBitDepth == 32 )
603 else if ( !usingAlpha && ddsd.ddpfPixelFormat.dwLuminanceBitDepth == 16 )