Home
last modified time | relevance | path

Searched refs:BackBufferWidth (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp200 presentParameters.BackBufferWidth = backbufferWidth; in reset()
215 presentParameters.BackBufferWidth = (presentParameters.BackBufferWidth + 63) / 64 * 64; in reset()
DRenderer9.cpp428 presentParameters.BackBufferWidth = 1; in getDefaultPresentParameters()
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11videosink-shared-texture-d3d9ex.cpp162 if (params.BackBufferWidth != width || params.BackBufferHeight != height) { in on_resize()
164 params.BackBufferWidth = 0; in on_resize()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp222 g_d3dpp.BackBufferWidth = LOWORD(lParam); in WndProc()
/third_party/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c223 pParams->BackBufferWidth, pParams->BackBufferHeight, in NineSwapChain9_Resize()
306 tmplt.width0 = pParams->BackBufferWidth; in NineSwapChain9_Resize()
318 desc.Width = pParams->BackBufferWidth; in NineSwapChain9_Resize()
438 pParams->BackBufferWidth, in NineSwapChain9_Resize()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c1500 if (d3d_pp.BackBufferWidth != w || d3d_pp.BackBufferHeight != h) in d3d_resize_swap_chain()
1521 d3d_pp.BackBufferWidth, d3d_pp.BackBufferHeight, w, h); in d3d_resize_swap_chain()
1527 d3d_pp.BackBufferWidth = 0; in d3d_resize_swap_chain()
2611 device->present_params.BackBufferWidth = 1; in d3d_class_display_device_create()
/third_party/ffmpeg/libavutil/
Dhwcontext_dxva2.c48 .BackBufferWidth = 640,
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdx9screencapsrc.c393 d3dpp.BackBufferWidth = src->disp_mode.Width; in gst_dx9screencapsrc_start()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1680 UINT BackBufferWidth; member