Home
last modified time | relevance | path

Searched refs:FullDesc (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp379 D3D11_TEXTURE2D_DESC FullDesc; in DrawMouse() local
380 shared_texture_->GetDesc(&FullDesc); in DrawMouse()
381 INT DesktopWidth = FullDesc.Width; in DrawMouse()
382 INT DesktopHeight = FullDesc.Height; in DrawMouse()
515 VP.Width = static_cast<FLOAT>(FullDesc.Width); in DrawMouse()
516 VP.Height = static_cast<FLOAT>(FullDesc.Height); in DrawMouse()
991 D3D11_TEXTURE2D_DESC FullDesc; in CopyMove() local
992 SharedSurf->GetDesc(&FullDesc); in CopyMove()
999 MoveDesc = FullDesc; in CopyMove()
1015 FullDesc.Width, FullDesc.Height); in CopyMove()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassTimingInfo.cpp175 std::string FullDesc = formatv("{0} #{1}", PassID, Count).str(); in getPassTimer() local
178 Timer *T = new Timer(PassID, FullDesc, TG); in getPassTimer()