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

12345

/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_file_mapping.h49 * file may not actually be updated until Unmap() is called. This is only
118 * Unmap() deletes the mapping of the specified address. The specified
125 * completion of Unmap().
129 int32_t (*Unmap)(PP_Instance instance, member in struct:PPB_FileMapping_0_1
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::__anon10245
47 enter.object()->Unmap();
55 &Unmap,
H A Dppb_file_mapping_thunk.cc42 int32_t Unmap(PP_Instance instance, function in namespace:ppapi::thunk::__anon10260
46 VLOG(4) << "PPB_FileMapping::Unmap()";
50 return enter.SetResult(enter.functions()->Unmap(instance,
66 &Unmap,
H A Dppb_image_data_thunk.cc70 void Unmap(PP_Resource image_data) { function in namespace:ppapi::thunk::__anon10284
71 VLOG(4) << "PPB_ImageData::Unmap()";
75 enter.object()->Unmap();
85 &Unmap
H A Dppb_file_mapping_api.h33 virtual int32_t Unmap(PP_Instance instance,
/external/chromium_org/ppapi/api/dev/
H A Dppb_buffer_dev.idl49 void Unmap(
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_var_array_buffer_interface.h20 virtual void Unmap(struct PP_Var 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();
/external/chromium_org/content/renderer/pepper/
H A Dhost_array_buffer_var.cc39 s.Unmap();
51 void HostArrayBufferVar::Unmap() { function in class:content::HostArrayBufferVar
70 shm->Unmap();
H A Dppb_buffer_impl.cc75 void PPB_Buffer_Impl::Unmap() { function in class:content::PPB_Buffer_Impl
77 shared_memory_->Unmap();
99 api_->Unmap();
H A Dppb_image_data_impl.h47 virtual void Unmap() = 0;
92 virtual void Unmap() OVERRIDE;
127 virtual void Unmap() OVERRIDE;
162 virtual void Unmap() OVERRIDE;
202 image_data_->Unmap();
H A Dhost_array_buffer_var.h26 virtual void Unmap() OVERRIDE;
/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/shared_impl/
H A Dppb_var_shared.cc106 void Unmap(PP_Var array) { function in namespace:ppapi::__anon10174
110 buffer->Unmap();
114 &CreateArrayBufferVar, &ByteLength, &Map, &Unmap};
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_ozone_native_buffer.h39 virtual void Unmap() OVERRIDE;
H A Dgpu_memory_buffer_impl_surface_texture.h30 virtual void Unmap() OVERRIDE;

Completed in 257 milliseconds

12345