Searched defs:Unmap (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dmemory_mapped_file.cc54 Unmap();
60 Unmap();
111 void MemoryMappedFile::Unmap() { function in class:google_breakpad::MemoryMappedFile
/external/autotest/client/site_tests/hardware_PerfCounterVerification/
H A Dperf_lbr_verification.py57 def Unmap(self, rip): member in class:Mmap
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h419 virtual void STDMETHODCALLTYPE Unmap() function in struct:GalliumD3D10Buffer
421 device->Unmap(this, 0);
445 virtual void STDMETHODCALLTYPE Unmap( function in struct:GalliumD3D10Texture1D
449 device->Unmap(this, subresource);
475 virtual void STDMETHODCALLTYPE Unmap( function in struct:GalliumD3D10Texture2D
479 device->Unmap(this, subresource);
506 virtual void STDMETHODCALLTYPE Unmap( function in struct:GalliumD3D10Texture3D
510 device->Unmap(this, subresource);
586 virtual HRESULT STDMETHODCALLTYPE Unmap(void) function in struct:GalliumD3D11Surface
588 this->device->get_immediate_context()->Unmap(thi
[all...]
H A Dd3d11_context.h1523 virtual void STDMETHODCALLTYPE Unmap( function in struct:GalliumD3D11DeviceContext

Completed in 173 milliseconds