Searched refs:Unmap (Results 26 - 50 of 109) sorted by relevance

12345

/external/chromium_org/ppapi/cpp/dev/
H A Dbuffer_dev.cc52 get_interface<PPB_Buffer_Dev>()->Unmap(pp_resource());
/external/chromium_org/ppapi/proxy/
H A Dplugin_array_buffer_var.h30 virtual void Unmap() OVERRIDE;
H A Dfile_mapping_resource.h38 virtual int32_t Unmap(PP_Instance instance,
H A Dppb_buffer_proxy.h36 virtual void Unmap() OVERRIDE;
H A Dppb_image_data_proxy.h88 virtual void Unmap() OVERRIDE;
117 virtual void Unmap() OVERRIDE;
/external/chromium_org/ppapi/api/
H A Dppb_file_mapping.idl40 * file may not actually be updated until Unmap() is called. This is only
105 * Unmap() deletes the mapping of the specified address. The specified
112 * completion of Unmap().
116 int32_t Unmap([in] PP_Instance instance,
/external/chromium_org/content/renderer/pepper/
H A Dppb_image_data_impl.cc118 void PPB_ImageData_Impl::Unmap() { backend_->Unmap(); } function in class:content::PPB_ImageData_Impl
219 void ImageDataPlatformBackend::Unmap() { function in class:content::ImageDataPlatformBackend
287 void ImageDataSimpleBackend::Unmap() { function in class:content::ImageDataSimpleBackend
289 shared_memory_->Unmap();
H A Dppb_buffer_impl.h36 virtual void Unmap() OVERRIDE;
/external/chromium_org/base/memory/
H A Dshared_memory_nacl.cc112 bool SharedMemory::Unmap() { function in class:base::SharedMemory
128 Unmap();
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_shared_memory.cc126 void GpuMemoryBufferImplSharedMemory::Unmap() { function in class:content::GpuMemoryBufferImplSharedMemory
128 shared_memory_->Unmap();
H A Dgpu_memory_buffer_impl_io_surface.h43 virtual void Unmap() OVERRIDE;
H A Dgpu_memory_buffer_impl_shared_memory.h39 virtual void Unmap() OVERRIDE;
H A Dgpu_memory_buffer_impl_surface_texture.cc114 void GpuMemoryBufferImplSurfaceTexture::Unmap() { function in class:content::GpuMemoryBufferImplSurfaceTexture
115 TRACE_EVENT0("gpu", "GpuMemoryBufferImplSurfaceTexture::Unmap");
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DIndexBuffer11.cpp99 dxContext->Unmap(mBuffer, 0);
141 dxContext->Unmap(mBuffer, 0);
H A DVertexBuffer11.cpp117 dxContext->Unmap(mBuffer, 0);
199 dxContext->Unmap(mBuffer, 0);
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper_pdf_win.cc120 shared_buf.Unmap();
125 shared_buf.Unmap();
232 shared_buf.Unmap();
236 shared_buf.Unmap();
/external/chromium_org/components/visitedlink/renderer/
H A Dvisitedlink_slave.cc57 shared_memory_->Unmap();
/external/chromium_org/mojo/embedder/
H A Dsimple_platform_shared_buffer.cc96 Unmap();
H A Dsimple_platform_shared_buffer.h88 void Unmap();
H A Dsimple_platform_shared_buffer_win.cc89 void SimplePlatformSharedBufferMapping::Unmap() { function in class:mojo::embedder::SimplePlatformSharedBufferMapping
/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/ui/gfx/
H A Dgpu_memory_buffer.h83 virtual void Unmap() = 0;
/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...]
/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...]
/external/chromium_org/ppapi/tests/
H A Dtest_file_mapping.cc154 // gets written to the file. (Note we have to Unmap to make sure that the
161 file_mapping_if_->Unmap(
183 // We didn't do the "WRITE" test, but we still want to Unmap.
185 file_mapping_if_->Unmap(
375 // Unmap NULL.
377 file_mapping_if_->Unmap(
385 // Unmap bad address.
387 file_mapping_if_->Unmap(
461 // Unmap only the middle page.
465 file_mapping_if_->Unmap(
[all...]

Completed in 463 milliseconds

12345