Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp196 presentParameters.MultiSampleType = D3DMULTISAMPLE_NONE; // FIXME: Unimplemented in reset()
248 D3DMULTISAMPLE_NONE, 0, FALSE, &mDepthStencil, nullptr); in reset()
DFramebuffer9.cpp103 if (desc.MultiSampleType != D3DMULTISAMPLE_NONE) in readPixelsImpl()
Drenderer9_utils.cpp377 return (samples > 1) ? static_cast<D3DMULTISAMPLE_TYPE>(samples) : D3DMULTISAMPLE_NONE; in GetMultisampleType()
DRenderer9.cpp434 presentParameters.MultiSampleType = D3DMULTISAMPLE_NONE; in getDefaultPresentParameters()
/third_party/mesa3d/src/gallium/frontends/nine/
Dcubetexture9.c141 sfdesc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineCubeTexture9_ctor()
Dtexture9.c189 sfdesc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineTexture9_ctor()
Dnine_pipe.h415 if (*multisample == D3DMULTISAMPLE_NONE) in d3dmultisample_type_check()
Dsurface9.c459 user_assert(This->desc.MultiSampleType == D3DMULTISAMPLE_NONE, in NineSurface9_LockRect()
Ddevice9.c1420 user_assert(dst->desc.MultiSampleType == D3DMULTISAMPLE_NONE, D3DERR_INVALIDCALL); in NineDevice9_UpdateSurface()
1421 user_assert(src->desc.MultiSampleType == D3DMULTISAMPLE_NONE, D3DERR_INVALIDCALL); in NineDevice9_UpdateSurface()
1970 D3DMULTISAMPLE_NONE, 0, in NineDevice9_CreateOffscreenPlainSurface()
Dswapchain9.c1126 desc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineSwapChain9_GetFrontBufferData()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdx9screencapsrc.c395 d3dpp.MultiSampleType = D3DMULTISAMPLE_NONE; in gst_dx9screencapsrc_start()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h685 D3DMULTISAMPLE_NONE = 0, enumerator
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c2613 device->present_params.MultiSampleType = D3DMULTISAMPLE_NONE; in d3d_class_display_device_create()