Home
last modified time | relevance | path

Searched refs:BackBufferWidth (Results 1 – 13 of 13) 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/flutter/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.cpp414 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/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c473 data->pparams.BackBufferWidth = w; in D3D_ActivateRenderer()
576 pparams.BackBufferWidth = w; in D3D_CreateRenderer()
1296 int BackBufferWidth, BackBufferHeight; in D3D_RenderClear() local
1305 BackBufferWidth = renderer->target->w; in D3D_RenderClear()
1308 BackBufferWidth = data->pparams.BackBufferWidth; in D3D_RenderClear()
1318 renderer->viewport.w == BackBufferWidth && in D3D_RenderClear()
1327 viewport.Width = BackBufferWidth; in D3D_RenderClear()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp28 g_d3dpp.BackBufferWidth = LOWORD(lParam); in WndProc()
/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.c220 pParams->BackBufferWidth, pParams->BackBufferHeight, in NineSwapChain9_Resize()
303 tmplt.width0 = pParams->BackBufferWidth; in NineSwapChain9_Resize()
315 desc.Width = pParams->BackBufferWidth; in NineSwapChain9_Resize()
435 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