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

12

/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/mojo/system/
H A Draw_shared_buffer_win.cc82 void RawSharedBufferMapping::Unmap() { function in class:mojo::system::RawSharedBufferMapping
H A Draw_shared_buffer_posix.cc145 void RawSharedBufferMapping::Unmap() { function in class:mojo::system::RawSharedBufferMapping
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_var_array_buffer_interface.cc40 void FakeVarArrayBufferInterface::Unmap(struct PP_Var var) { function in class:FakeVarArrayBufferInterface
/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 Dfile_mapping_resource.cc106 int32_t FileMappingResource::Unmap(PP_Instance /* instance */, function in class:ppapi::proxy::FileMappingResource
142 // If the Map operation was successful, we need to Unmap to avoid leaks.
144 // Unmap.
H A Dppb_buffer_proxy.cc35 Unmap();
57 void Buffer::Unmap() { function in class:ppapi::proxy::Buffer
59 shm_.Unmap();
/external/chromium_org/ppapi/thunk/
H A Dppb_buffer_thunk.cc44 void Unmap(PP_Resource resource) { function in namespace:ppapi::thunk::__anon9620
47 enter.object()->Unmap();
55 &Unmap,
H A Dppb_file_mapping_thunk.cc42 int32_t Unmap(PP_Instance instance, function in namespace:ppapi::thunk::__anon9634
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::__anon9656
71 VLOG(4) << "PPB_ImageData::Unmap()";
75 enter.object()->Unmap();
85 &Unmap
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_io_surface.cc76 void GpuMemoryBufferImplIOSurface::Unmap() { function in class:content::GpuMemoryBufferImplIOSurface
H A Dgpu_memory_buffer_impl_surface_texture.cc105 void GpuMemoryBufferImplSurfaceTexture::Unmap() { function in class:content::GpuMemoryBufferImplSurfaceTexture
106 TRACE_EVENT0("gpu", "GpuMemoryBufferImplSurfaceTexture::Unmap");
H A Dgpu_memory_buffer_impl_shm.cc92 void GpuMemoryBufferImplShm::Unmap() { function in class:content::GpuMemoryBufferImplShm
94 shared_memory_->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.cc119 void PPB_ImageData_Impl::Unmap() { backend_->Unmap(); } function in class:content::PPB_ImageData_Impl
220 void ImageDataPlatformBackend::Unmap() { function in class:content::ImageDataPlatformBackend
288 void ImageDataSimpleBackend::Unmap() { function in class:content::ImageDataSimpleBackend
290 shared_memory_->Unmap();
/external/chromium_org/base/memory/
H A Dshared_memory_nacl.cc112 bool SharedMemory::Unmap() { function in class:base::SharedMemory
128 Unmap();
H A Dshared_memory_win.cc185 bool SharedMemory::Unmap() { function in class:base::SharedMemory
209 Unmap();
H A Dshared_memory_posix.cc319 bool SharedMemory::Unmap() { function in class:base::SharedMemory
334 Unmap();
/external/chromium_org/ppapi/shared_impl/
H A Dppb_var_shared.cc106 void Unmap(PP_Var array) { function in namespace:ppapi::__anon9549
110 buffer->Unmap();
114 &CreateArrayBufferVar, &ByteLength, &Map, &Unmap};
/external/chromium_org/mojo/android/system/
H A Dcore_impl.cc316 static int Unmap(JNIEnv* env, jobject jcaller, jobject buffer) { function in namespace:mojo::android

Completed in 577 milliseconds

12