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

1234

/external/chromium_org/ppapi/api/
H A Dppb_var_array_buffer.idl91 * Unmap() unmaps the given <code>ArrayBuffer</code> var from the module
99 void Unmap([in] PP_Var array);
H A Dppb_image_data.idl179 * Unmap is a pointer to a function that unmaps an image data from the module
185 void Unmap(
/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
/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/ppapi/thunk/
H A Dppb_buffer_api.h22 virtual void Unmap() = 0;
H A Dppb_image_data_api.h22 virtual void Unmap() = 0;
H A Dppb_buffer_thunk.cc44 void Unmap(PP_Resource resource) { function in namespace:ppapi::thunk::__anon9589
47 enter.object()->Unmap();
55 &Unmap,
H A Dppb_image_data_thunk.cc72 void Unmap(PP_Resource image_data) { function in namespace:ppapi::thunk::__anon9625
73 VLOG(4) << "PPB_ImageData::Unmap()";
77 enter.object()->Unmap();
87 &Unmap
/external/chromium_org/ppapi/api/dev/
H A Dppb_buffer_dev.idl49 void Unmap(
/external/chromium_org/base/memory/
H A Ddiscardable_memory.h96 void Unmap();
H A Ddiscardable_memory_android.cc123 Unmap();
145 void DiscardableMemory::Unmap() { function in class:base::DiscardableMemory
/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 Dplugin_array_buffer_var.h30 virtual void Unmap() OVERRIDE;
/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.h44 virtual void Unmap() = 0;
84 virtual void Unmap() OVERRIDE;
114 virtual void Unmap() OVERRIDE;
144 virtual void Unmap() OVERRIDE;
184 image_data_->Unmap();
H A Dhost_array_buffer_var.h26 virtual void Unmap() OVERRIDE;
H A Dppb_image_data_impl.cc104 void PPB_ImageData_Impl::Unmap() { function in class:content::PPB_ImageData_Impl
105 backend_->Unmap();
207 void ImageDataPlatformBackend::Unmap() { function in class:content::ImageDataPlatformBackend
283 void ImageDataSimpleBackend::Unmap() { function in class:content::ImageDataSimpleBackend
285 shared_memory_->Unmap();
/external/chromium_org/ppapi/shared_impl/
H A Dppb_var_shared.cc96 void Unmap(PP_Var array) { function in namespace:ppapi::__anon9522
100 buffer->Unmap();
107 &Unmap
/external/chromium_org/ppapi/cpp/
H A Dvar_array_buffer.h93 /// Unmap() unmaps this <code>ArrayBuffer</code> var from the module address
96 void Unmap();
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/cpp/dev/
H A Dbuffer_dev.cc52 get_interface<PPB_Buffer_Dev>()->Unmap(pp_resource());
/external/chromium_org/ui/gfx/
H A Dgpu_memory_buffer.h69 virtual void Unmap() = 0;

Completed in 2703 milliseconds

1234