Home
last modified time | relevance | path

Searched refs:D3DFMT_A4L4 (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D8/
H A DDirect3D8.cpp235 …case D3DFMT_A4L4: if(!Capabilities::Surface::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
276 …case D3DFMT_A4L4: if(!Capabilities::Volume::A4L4) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
351 …case D3DFMT_A4L4: if(!Capabilities::CubeMap::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
392 …case D3DFMT_A4L4: if(!Capabilities::VolumeTexture::A4L4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
467 …case D3DFMT_A4L4: if(!Capabilities::Texture::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
616 mode->Format = D3DFMT_A4L4; in EnumAdapterModes()
H A DDirect3DSurface8.cpp269 case D3DFMT_A4L4: return sw::FORMAT_A4L4; in translateFormat()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_pipe.c287 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
348 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_pipe.c287 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
348 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
H A Dnine_pipe.h468 case D3DFMT_A4L4: return "D3DFMT_A4L4"; in d3dformat_to_string()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_pipe.c287 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
348 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
H A Dnine_pipe.h468 case D3DFMT_A4L4: return "D3DFMT_A4L4"; in d3dformat_to_string()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_pipe.c287 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
348 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_pipe.c287 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
348 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/
H A DOgreD3D9Mappings.cpp643 case D3DFMT_A4L4: in _getPF()
711 return D3DFMT_A4L4; in _getPF()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_pipe.c287 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
348 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_pipe.c287 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
348 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_pipe.c287 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
348 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/nine/
H A Dnine_pipe.c287 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
348 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/nine/
H A Dnine_pipe.c287 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
348 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/nine/
H A Dnine_pipe.c281 [D3DFMT_A4L4] = PIPE_FORMAT_L4A4_UNORM,
342 [PIPE_FORMAT_L4A4_UNORM] = D3DFMT_A4L4,
/dports/devel/apitrace/apitrace-9.0/helpers/
H A Dd3d8size.hpp61 case D3DFMT_A4L4: in _getFormatSize()
H A Dd3d9size.hpp69 case D3DFMT_A4L4: in _getFormatSize()
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/vis_milk2/
H A Dsupport.cpp319 case D3DFMT_A4L4: // 8-bit using 4 bits each for alpha and luminance. in GetDX9TexFormatBitsPerPixel()
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/external/gli/
H A Ddx.hpp50 D3DFMT_A4L4 = 52, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D9/
H A DDirect3D9.cpp356 …case D3DFMT_A4L4: if(!Capabilities::Surface::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
416 …case D3DFMT_A4L4: if(!Capabilities::Volume::A4L4) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
523 …case D3DFMT_A4L4: if(!Capabilities::CubeMap::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
579 …case D3DFMT_A4L4: if(!Capabilities::VolumeTexture::A4L4) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
687 …case D3DFMT_A4L4: if(!Capabilities::Texture::A4L4) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
H A DDirect3DSurface9.cpp382 case D3DFMT_A4L4: return sw::FORMAT_A4L4; in translateFormat()
/dports/devel/apitrace/apitrace-9.0/retrace/
H A Dd3d9state_formats.cpp68 case D3DFMT_A4L4: return "D3DFMT_A4L4"; in formatToString()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxddsio.cpp162 #define D3DFMT_A4L4 52 // 8-bit using 4 bits each for alpha and lu… macro
1424 case D3DFMT_A4L4: in fxloadDDS()
1574 case D3DFMT_A4L4: in fxloadDDS()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxddsio.cpp162 #define D3DFMT_A4L4 52 // 8-bit using 4 bits each for alpha and lu… macro
1424 case D3DFMT_A4L4: in fxloadDDS()
1574 case D3DFMT_A4L4: in fxloadDDS()

12345678910>>...12