Home | History | Annotate | Download | only in surface

Lines Matching defs:query_

80   IDirect3DQuery9* query() { return query_.get(); }
115 base::win::ScopedComPtr<IDirect3DQuery9> query_;
214 query_ = NULL;
228 HRESULT hr = device_->CreateQuery(D3DQUERYTYPE_EVENT, query_.Receive());
237 query_ = NULL;
259 query_.Detach();