Home
last modified time | relevance | path

Searched refs:GetGalliumContext (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
Dgalliumcom.idl50 …n return NULL if the device uses multiple contexts or doesn't want to implement GetGalliumContext()
53 struct pipe_context* GetGalliumContext();
56 // does nothing if GetGalliumContext returns null
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp930 pipe = gallium_device->GetGalliumContext(); in GalliumDXGISwapChain()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h1700 virtual struct pipe_context* STDMETHODCALLTYPE GetGalliumContext(void) in GetGalliumContext() function