Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp1024 ComPtr<IGalliumResource> gallium_resource; in create_buffer0() local
1025 hr = new_buffer0->QueryInterface(IID_IGalliumResource, (void**)&gallium_resource); in create_buffer0()
1029 struct pipe_resource* new_gallium_buffer0 = gallium_resource->GetGalliumResource(); in create_buffer0()