Home | History | Annotate | Download | only in surface

Lines Matching defs:Present

152   // Destroy any D3D resources owned by the given present thread. Called on
153 // the given present thread.
209 // The D3D device must be created on the present thread.
404 void AcceleratedPresenter::Present(HDC dc) {
405 TRACE_EVENT0("gpu", "Present");
654 // will go to zero and the presenter, and potentially also the present thread
848 hr = swap_chain_->Present(&rect, &rect, window_, NULL, 0);
1078 void AcceleratedSurface::Present(HDC dc) {
1079 presenter_->Present(dc);