Searched refs:D3DMULTISAMPLE_NONE (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/src/D3D8/ |
D | Direct3DTexture8.cpp | 36 … = new Direct3DSurface8(device, this, width, height, format, pool, D3DMULTISAMPLE_NONE, true, usag… in Direct3DTexture8()
|
D | Direct3DCubeTexture8.cpp | 41 … = new Direct3DSurface8(device, this, width, height, format, pool, D3DMULTISAMPLE_NONE, true, usag… in Direct3DCubeTexture8()
|
D | Direct3DDevice8.cpp | 610 …rect3DSurface8(this, this, width, height, format, D3DPOOL_SYSTEMMEM, D3DMULTISAMPLE_NONE, true, 0); in CreateImageSurface() 3054 if(renderTargetDesc.MultiSampleType != D3DMULTISAMPLE_NONE) in SetRenderTarget() 4190 if(sourceDescription.MultiSampleType != D3DMULTISAMPLE_NONE || in updateSurface() 4191 destinationDescription.MultiSampleType != D3DMULTISAMPLE_NONE || in updateSurface()
|
D | Direct3D8.cpp | 519 if(multiSampleType == D3DMULTISAMPLE_NONE || in CheckDeviceMultiSampleType()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DTexture9.cpp | 37 … = new Direct3DSurface9(device, this, width, height, format, pool, D3DMULTISAMPLE_NONE, 0, false, … in Direct3DTexture9()
|
D | Direct3DCubeTexture9.cpp | 42 … = new Direct3DSurface9(device, this, width, height, format, pool, D3DMULTISAMPLE_NONE, 0, false, … in Direct3DCubeTexture9()
|
D | Direct3DDevice9.cpp | 666 …*surface = new Direct3DSurface9(this, this, width, height, format, pool, D3DMULTISAMPLE_NONE, 0, t… in CreateOffscreenPlainSurface() 1818 sourceDescription.MultiSampleType != D3DMULTISAMPLE_NONE) in GetRenderTargetData() 4120 if(renderTargetDesc.MultiSampleType != D3DMULTISAMPLE_NONE && in SetRenderTarget() 5447 if(sourceDescription.MultiSampleType != D3DMULTISAMPLE_NONE || in UpdateSurface() 5448 destinationDescription.MultiSampleType != D3DMULTISAMPLE_NONE || in UpdateSurface()
|
D | Direct3D9.cpp | 783 if(multiSampleType == D3DMULTISAMPLE_NONE || in CheckDeviceMultiSampleType()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | texture9.c | 190 sfdesc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineTexture9_ctor()
|
D | cubetexture9.c | 137 sfdesc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineCubeTexture9_ctor()
|
D | surface9.c | 444 user_assert(This->desc.MultiSampleType == D3DMULTISAMPLE_NONE, in NineSurface9_LockRect()
|
D | swapchain9.c | 945 desc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineSwapChain9_GetFrontBufferData()
|
D | device9.c | 1282 user_assert(dst->desc.MultiSampleType == D3DMULTISAMPLE_NONE, D3DERR_INVALIDCALL); in NineDevice9_UpdateSurface() 1283 user_assert(src->desc.MultiSampleType == D3DMULTISAMPLE_NONE, D3DERR_INVALIDCALL); in NineDevice9_UpdateSurface() 1824 D3DMULTISAMPLE_NONE, 0, in NineDevice9_CreateOffscreenPlainSurface()
|
/external/swiftshader/include/Direct3D/ |
D | d3d8types.h | 1213 D3DMULTISAMPLE_NONE = 0, enumerator
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 685 D3DMULTISAMPLE_NONE = 0, enumerator
|