HomeSort by relevance Sort by last modified time
    Searched refs:BufferDesc (Results 1 - 12 of 12) sorted by null

  /external/opencv3/cmake/checks/
directx.cpp 41 sd.BufferDesc.Width = width;
42 sd.BufferDesc.Height = height;
43 sd.BufferDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM;
44 sd.BufferDesc.RefreshRate.Numerator = 60;
45 sd.BufferDesc.RefreshRate.Denominator = 1;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11x11main.cpp 38 swap_chain_desc.BufferDesc.Width = width;
39 swap_chain_desc.BufferDesc.Height = height;
40 swap_chain_desc.BufferDesc.Format = format;
d3d11winmain.cpp 94 swap_chain_desc.BufferDesc.Width = width;
95 swap_chain_desc.BufferDesc.Height = height;
96 swap_chain_desc.BufferDesc.Format = format;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10winmain.cpp 94 swap_chain_desc.BufferDesc.Width = width;
95 swap_chain_desc.BufferDesc.Height = height;
96 swap_chain_desc.BufferDesc.Format = format;
d3d10x11main.cpp 64 swap_chain_desc.BufferDesc.Width = width;
65 swap_chain_desc.BufferDesc.Height = height;
66 swap_chain_desc.BufferDesc.Format = format;
  /external/opencv3/samples/directx/
d3d10_interop.cpp 49 scd.BufferDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; // use 32-bit color
50 scd.BufferDesc.Width = m_width; // set the back buffer width
51 scd.BufferDesc.Height = m_height; // set the back buffer height
d3d11_interop.cpp 49 scd.BufferDesc.Format = DXGI_FORMAT_R8G8B8A8_UNORM; // use 32-bit color
50 scd.BufferDesc.Width = m_width; // set the back buffer width
51 scd.BufferDesc.Height = m_height; // set the back buffer height
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 964 enum pipe_format format = dxgi_to_pipe_format[desc.BufferDesc.Format];
988 util_format_description(dxgi_to_pipe_format[desc.BufferDesc.Format]),
1016 surface_desc.Format = desc.BufferDesc.Format;
1017 surface_desc.Width = desc.BufferDesc.Width;
1018 surface_desc.Height = desc.BufferDesc.Height;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 116 DXGI_MODE_DESC BufferDesc;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi.idl 125 DXGI_MODE_DESC BufferDesc;
dxgi.h 187 DXGI_MODE_DESC BufferDesc;
    [all...]
ksmedia.h 695 KSDSOUND_BUFFERDESC BufferDesc;
    [all...]

Completed in 134 milliseconds