Home
last modified time | relevance | path

Searched refs:D3DMULTISAMPLE_NONE (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DTexture8.cpp36 … = new Direct3DSurface8(device, this, width, height, format, pool, D3DMULTISAMPLE_NONE, true, usag… in Direct3DTexture8()
DDirect3DCubeTexture8.cpp41 … = new Direct3DSurface8(device, this, width, height, format, pool, D3DMULTISAMPLE_NONE, true, usag… in Direct3DCubeTexture8()
DDirect3DDevice8.cpp610 …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()
DDirect3D8.cpp519 if(multiSampleType == D3DMULTISAMPLE_NONE || in CheckDeviceMultiSampleType()
/external/swiftshader/src/D3D9/
DDirect3DTexture9.cpp37 … = new Direct3DSurface9(device, this, width, height, format, pool, D3DMULTISAMPLE_NONE, 0, false, … in Direct3DTexture9()
DDirect3DCubeTexture9.cpp42 … = new Direct3DSurface9(device, this, width, height, format, pool, D3DMULTISAMPLE_NONE, 0, false, … in Direct3DCubeTexture9()
DDirect3DDevice9.cpp666 …*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()
DDirect3D9.cpp783 if(multiSampleType == D3DMULTISAMPLE_NONE || in CheckDeviceMultiSampleType()
/external/mesa3d/src/gallium/state_trackers/nine/
Dtexture9.c190 sfdesc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineTexture9_ctor()
Dcubetexture9.c137 sfdesc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineCubeTexture9_ctor()
Dsurface9.c444 user_assert(This->desc.MultiSampleType == D3DMULTISAMPLE_NONE, in NineSurface9_LockRect()
Dswapchain9.c945 desc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineSwapChain9_GetFrontBufferData()
Ddevice9.c1282 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/
Dd3d8types.h1213 D3DMULTISAMPLE_NONE = 0, enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h685 D3DMULTISAMPLE_NONE = 0, enumerator