Searched refs:D3DMULTISAMPLE_NONE (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | SwapChain9.cpp | 196 presentParameters.MultiSampleType = D3DMULTISAMPLE_NONE; // FIXME: Unimplemented in reset() 248 D3DMULTISAMPLE_NONE, 0, FALSE, &mDepthStencil, nullptr); in reset()
|
D | Framebuffer9.cpp | 103 if (desc.MultiSampleType != D3DMULTISAMPLE_NONE) in readPixelsImpl()
|
D | renderer9_utils.cpp | 377 return (samples > 1) ? static_cast<D3DMULTISAMPLE_TYPE>(samples) : D3DMULTISAMPLE_NONE; in GetMultisampleType()
|
D | Renderer9.cpp | 434 presentParameters.MultiSampleType = D3DMULTISAMPLE_NONE; in getDefaultPresentParameters()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | SwapChain9.cpp | 196 presentParameters.MultiSampleType = D3DMULTISAMPLE_NONE; // FIXME: Unimplemented in reset() 248 D3DMULTISAMPLE_NONE, 0, FALSE, &mDepthStencil, nullptr); in reset()
|
D | Framebuffer9.cpp | 102 if (desc.MultiSampleType != D3DMULTISAMPLE_NONE) in readPixelsImpl()
|
D | renderer9_utils.cpp | 377 return (samples > 1) ? static_cast<D3DMULTISAMPLE_TYPE>(samples) : D3DMULTISAMPLE_NONE; in GetMultisampleType()
|
D | Renderer9.cpp | 420 presentParameters.MultiSampleType = D3DMULTISAMPLE_NONE; in getDefaultPresentParameters()
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | gstdx9screencapsrc.c | 395 d3dpp.MultiSampleType = D3DMULTISAMPLE_NONE; in gst_dx9screencapsrc_start()
|
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/ |
D | d3d8types.h | 672 D3DMULTISAMPLE_NONE = 0, enumerator
|
D | d3d9types.h | 890 D3DMULTISAMPLE_NONE = 0, enumerator
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dhelpers.c | 2563 device->present_params.MultiSampleType = D3DMULTISAMPLE_NONE; in d3d_class_display_device_create()
|