Searched refs:SetViewport (Results 1 – 6 of 6) sorted by relevance
72 virtual void SetViewport(const GLRect &dst_rect);
171 SetViewport(dst_rect); in Blit()
152 SetViewport(info.dst_rect); in Blit()
190 void GLCommon::SetViewport(const GLRect &dst_rect) { in SetViewport() function in sdm::GLCommon
49 TEST_P(SnapshotGlViewportTest, SetViewport) { in TEST_P() argument
205 virtual HRESULT WINAPI SetViewport(const D3DVIEWPORT9 *pViewport) = 0;793 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9 *This, const D3DVIEWPORT9 *pViewport);920 #define IDirect3DDevice9_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)1044 HRESULT (WINAPI *SetViewport)(IDirect3DDevice9Ex *This, const D3DVIEWPORT9 *pViewport);1187 #define IDirect3DDevice9Ex_SetViewport(p,a) (p)->lpVtbl->SetViewport(p,a)