Searched refs:multiSampleType (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3D9Ex.cpp | 162 …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()
|
D | Direct3D9.cpp | 748 …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 …]
|
D | Direct3D9.hpp | 48 …viceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType, unsigned lon…
|
D | Direct3D9Ex.hpp | 48 …viceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType, unsigned lon…
|
D | Direct3DDevice9Ex.hpp | 188 …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/ |
D | Direct3D8.cpp | 496 … 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()
|
D | Direct3D8.hpp | 43 …E deviceType, D3DFORMAT surfaceFormat, int windowed, D3DMULTISAMPLE_TYPE multiSampleType) override;
|