Home
last modified time | relevance | path

Searched refs:RestoreGalliumState (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
Dgalliumcom.idl57 void RestoreGalliumState();
59 /* like RestoreGalliumState, but ignores:
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h258 RestoreGalliumState(); in init_context()
1704 virtual void STDMETHODCALLTYPE RestoreGalliumState() in RestoreGalliumState() function
2118 ((GalliumD3D11ImmediateDeviceContext*)context)->RestoreGalliumState(); in GalliumD3D11ImmediateDeviceContext_RestoreGalliumState()
Dd3d11_screen.h1689 virtual void STDMETHODCALLTYPE RestoreGalliumState() in RestoreGalliumState() function
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp1226 gallium_device->RestoreGalliumState(); in Present()