Home
last modified time | relevance | path

Searched refs:multiSampleType (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp162 …viceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType, unsigned lon… in CheckDeviceMultiSampleType() argument
164 …lityLevels = 0x%0.8p", adapter, deviceType, surfaceFormat, windowed, multiSampleType, qualityLevel… in CheckDeviceMultiSampleType()
172 …kDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampleType, qualityLevel… in CheckDeviceMultiSampleType()
176 …iceMultiSampleType(adapter, D3DDEVTYPE_HAL, surfaceFormat, windowed, multiSampleType, qualityLevel… in CheckDeviceMultiSampleType()
180 …kDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampleType, qualityLevel… in CheckDeviceMultiSampleType()
DDirect3D9.cpp748 …viceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType, unsigned lon… in CheckDeviceMultiSampleType() argument
750 …lityLevels = 0x%0.8p", adapter, deviceType, surfaceFormat, windowed, multiSampleType, qualityLevel… in CheckDeviceMultiSampleType()
758 …kDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampleType, qualityLevel… in CheckDeviceMultiSampleType()
762 …iceMultiSampleType(adapter, D3DDEVTYPE_HAL, surfaceFormat, windowed, multiSampleType, qualityLevel… in CheckDeviceMultiSampleType()
773 if(multiSampleType == D3DMULTISAMPLE_NONMASKABLE) in CheckDeviceMultiSampleType()
783 if(multiSampleType == D3DMULTISAMPLE_NONE || in CheckDeviceMultiSampleType()
784 multiSampleType == D3DMULTISAMPLE_NONMASKABLE || in CheckDeviceMultiSampleType()
785 multiSampleType == D3DMULTISAMPLE_2_SAMPLES || in CheckDeviceMultiSampleType()
786 multiSampleType == D3DMULTISAMPLE_4_SAMPLES || in CheckDeviceMultiSampleType()
787 multiSampleType == D3DMULTISAMPLE_8_SAMPLES || in CheckDeviceMultiSampleType()
[all …]
DDirect3D9.hpp48 …viceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType, unsigned lon…
DDirect3D9Ex.hpp48 …viceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType, unsigned lon…
DDirect3DDevice9Ex.hpp188 …nt width, unsigned int height, D3DFORMAT format, D3DMULTISAMPLE_TYPE multiSampleType, unsigned lon…
190 …nt width, unsigned int height, D3DFORMAT format, D3DMULTISAMPLE_TYPE multiSampleType, unsigned lon…
/external/swiftshader/src/D3D8/
DDirect3D8.cpp496 … D3DDEVTYPE deviceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType) in CheckDeviceMultiSampleType() argument
506 …rn d3d8->CheckDeviceMultiSampleType(adapter, deviceType, surfaceFormat, windowed, multiSampleType); in CheckDeviceMultiSampleType()
510 …turn CheckDeviceMultiSampleType(adapter, D3DDEVTYPE_HAL, surfaceFormat, windowed, multiSampleType); in CheckDeviceMultiSampleType()
519 if(multiSampleType == D3DMULTISAMPLE_NONE || in CheckDeviceMultiSampleType()
520 multiSampleType == D3DMULTISAMPLE_2_SAMPLES || in CheckDeviceMultiSampleType()
521 multiSampleType == D3DMULTISAMPLE_4_SAMPLES || in CheckDeviceMultiSampleType()
522 multiSampleType == D3DMULTISAMPLE_8_SAMPLES || in CheckDeviceMultiSampleType()
523 multiSampleType == D3DMULTISAMPLE_16_SAMPLES) in CheckDeviceMultiSampleType()
DDirect3D8.hpp43 …E deviceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType) override;