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

/external/chromium_org/ppapi/c/dev/
H A Dppb_buffer_dev.h55 void (*Unmap)(PP_Resource resource); member in struct:PPB_Buffer_Dev_0_4
H A Dppb_file_io_dev.h51 * file may not actually be updated until Unmap() is called. This is only
116 * Unmap() deletes the mapping of the specified address address to a
124 void (*Unmap)(PP_Resource file_io, void* address, int64_t length); member in struct:PPB_FileIO_Dev_0_1
/external/chromium_org/ppapi/c/
H A Dppb_var_array_buffer.h102 * Unmap() unmaps the given <code>ArrayBuffer</code> var from the module
110 void (*Unmap)(struct PP_Var array); member in struct:PPB_VarArrayBuffer_1_0
H A Dppb_image_data.h193 * Unmap is a pointer to a function that unmaps an image data from the module
199 void (*Unmap)(PP_Resource image_data); member in struct:PPB_ImageData_1_0
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_shm.cc43 void GpuMemoryBufferImplShm::Unmap() { function in class:content::GpuMemoryBufferImplShm
45 shared_memory_->Unmap();
H A Dgpu_memory_buffer_impl_io_surface.cc62 void GpuMemoryBufferImplIOSurface::Unmap() { function in class:content::GpuMemoryBufferImplIOSurface
/external/chromium_org/ppapi/cpp/
H A Dvar_array_buffer.cc68 void VarArrayBuffer::Unmap() { function in class:pp::VarArrayBuffer
70 get_interface<PPB_VarArrayBuffer_1_0>()->Unmap(var_);
/external/chromium_org/ppapi/proxy/
H A Dplugin_array_buffer_var.cc42 Unmap();
70 void PluginArrayBufferVar::Unmap() { function in class:ppapi::PluginArrayBufferVar
72 shmem_->Unmap();
100 s.Unmap();
H A Dppb_buffer_proxy.cc35 Unmap();
57 void Buffer::Unmap() { function in class:ppapi::proxy::Buffer
59 shm_.Unmap();
H A Dppb_image_data_proxy.cc366 Unmap();
401 void PlatformImageData::Unmap() { function in class:ppapi::proxy::PlatformImageData
457 void SimpleImageData::Unmap() { function in class:ppapi::proxy::SimpleImageData
459 shm_.Unmap();
/external/chromium_org/ppapi/thunk/
H A Dppb_buffer_thunk.cc44 void Unmap(PP_Resource resource) { function in namespace:ppapi::thunk::__anon10298
47 enter.object()->Unmap();
55 &Unmap,
H A Dppb_image_data_thunk.cc72 void Unmap(PP_Resource image_data) { function in namespace:ppapi::thunk::__anon10332
73 VLOG(4) << "PPB_ImageData::Unmap()";
77 enter.object()->Unmap();
87 &Unmap
/external/chromium_org/content/renderer/pepper/
H A Dhost_array_buffer_var.cc42 s.Unmap();
55 void HostArrayBufferVar::Unmap() { function in class:content::HostArrayBufferVar
75 shm->Unmap();
H A Dppb_buffer_impl.cc83 void PPB_Buffer_Impl::Unmap() { function in class:content::PPB_Buffer_Impl
85 shared_memory_->Unmap();
108 api_->Unmap();
H A Dppb_image_data_impl.cc126 void PPB_ImageData_Impl::Unmap() { function in class:content::PPB_ImageData_Impl
127 backend_->Unmap();
234 void ImageDataPlatformBackend::Unmap() { function in class:content::ImageDataPlatformBackend
310 void ImageDataSimpleBackend::Unmap() { function in class:content::ImageDataSimpleBackend
312 shared_memory_->Unmap();
/external/chromium_org/ppapi/shared_impl/
H A Dppb_var_shared.cc96 void Unmap(PP_Var array) { function in namespace:ppapi::__anon10230
100 buffer->Unmap();
107 &Unmap
/external/chromium/base/
H A Dshared_memory_win.cc148 bool SharedMemory::Unmap() { function in class:base::SharedMemory
171 Unmap();
H A Dshared_memory_posix.cc215 bool SharedMemory::Unmap() { function in class:base::SharedMemory
230 Unmap();
/external/chromium_org/base/memory/
H A Dshared_memory_nacl.cc109 bool SharedMemory::Unmap() { function in class:base::SharedMemory
125 Unmap();
H A Dshared_memory_win.cc181 bool SharedMemory::Unmap() { function in class:base::SharedMemory
205 Unmap();
H A Dshared_memory_posix.cc313 bool SharedMemory::Unmap() { function in class:base::SharedMemory
328 Unmap();
/external/chromium_org/third_party/mesa/src/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
/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 461 milliseconds