HomeSort by relevance Sort by last modified time
    Searched refs:Unmap (Results 1 - 21 of 21) sorted by null

  /external/google-breakpad/src/common/linux/
memory_mapped_file.h 64 void Unmap();
memory_mapped_file.cc 54 Unmap();
58 Unmap();
106 void MemoryMappedFile::Unmap() {
memory_mapped_file_unittest.cc 69 mapped_file.Unmap();
  /frameworks/webview/chromium/plat_support/
graphic_buffer_impl.h 42 status_t Unmap();
graphic_buffer_impl.cpp 62 return buffer->Unmap();
96 status_t GraphicBufferImpl::Unmap() {
  /system/extras/perfprofd/quipper/
address_mapper.h 118 bool Unmap(const MappedRange& range);
address_mapper.cc 68 CHECK(Unmap(range));
75 CHECK(Unmap(old_range));
195 bool AddressMapper::Unmap(const MappedRange& range) {
197 // TODO(sque): this is highly inefficient since Unmap() is called from a
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 419 virtual void STDMETHODCALLTYPE Unmap()
421 device->Unmap(this, 0);
445 virtual void STDMETHODCALLTYPE Unmap(
449 device->Unmap(this, subresource);
475 virtual void STDMETHODCALLTYPE Unmap(
479 device->Unmap(this, subresource);
506 virtual void STDMETHODCALLTYPE Unmap(
510 device->Unmap(this, subresource);
586 virtual HRESULT STDMETHODCALLTYPE Unmap(void)
588 this->device->get_immediate_context()->Unmap(this, 0)
    [all...]
d3d11.cpp 178 virtual void STDMETHODCALLTYPE Unmap(
d3d11_context.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 194 ctx->Unmap(cb_frame, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msrdc.h 193 STDMETHOD_(HRESULT,Unmap)(THIS) PURE;
204 #define ISimilarityTraitsMappedView_Unmap() (This)->lpVtbl->Unmap(This)
d3d10.idl     [all...]
dxgi.idl 219 HRESULT Unmap(
d3d10.h     [all...]
dxgi.h 857 virtual HRESULT STDMETHODCALLTYPE Unmap(
919 HRESULT (STDMETHODCALLTYPE *Unmap)(
    [all...]
d3d11.idl     [all...]
d3d11.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]
dxgi.idl 184 HRESULT Unmap(
d3d11.idl     [all...]

Completed in 2168 milliseconds