Searched refs:D3DMULTISAMPLE_NONE (Results 1 – 13 of 13) 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/mesa3d/src/gallium/frontends/nine/ |
D | cubetexture9.c | 141 sfdesc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineCubeTexture9_ctor()
|
D | texture9.c | 189 sfdesc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineTexture9_ctor()
|
D | nine_pipe.h | 415 if (*multisample == D3DMULTISAMPLE_NONE) in d3dmultisample_type_check()
|
D | surface9.c | 459 user_assert(This->desc.MultiSampleType == D3DMULTISAMPLE_NONE, in NineSurface9_LockRect()
|
D | device9.c | 1420 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()
|
D | swapchain9.c | 1126 desc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineSwapChain9_GetFrontBufferData()
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | gstdx9screencapsrc.c | 395 d3dpp.MultiSampleType = D3DMULTISAMPLE_NONE; in gst_dx9screencapsrc_start()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 685 D3DMULTISAMPLE_NONE = 0, enumerator
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dhelpers.c | 2613 device->present_params.MultiSampleType = D3DMULTISAMPLE_NONE; in d3d_class_display_device_create()
|