Searched refs:GetHandle (Results 26 - 50 of 166) sorted by relevance

1234567

/external/chromium_org/ui/gl/
H A Dgl_surface_wgl.h41 virtual void* GetHandle();
64 virtual void* GetHandle();
H A Dgl_context_glx.cc36 share_group() ? share_group()->GetHandle() : NULL);
104 reinterpret_cast<GLXDrawable>(surface->GetHandle()),
105 reinterpret_cast<GLXDrawable>(surface->GetHandle()),
154 reinterpret_cast<GLXDrawable>(surface->GetHandle())) {
162 void* GLContextGLX::GetHandle() { function in class:gfx::GLContextGLX
H A Dgl_context_cgl.h28 virtual void* GetHandle() OVERRIDE;
H A Dgl_context_egl.h33 virtual void* GetHandle() OVERRIDE;
H A Dgl_context_glx.h33 virtual void* GetHandle() OVERRIDE;
H A Dgl_context_osmesa.h31 virtual void* GetHandle() OVERRIDE;
H A Dgl_context_stub.h24 virtual void* GetHandle() OVERRIDE;
H A Dgl_surface_osmesa.h17 // buffer in system memory. GetHandle returns a pointer to the buffer. These
30 virtual void* GetHandle() OVERRIDE;
H A Dgl_context_android.cc35 virtual void* GetHandle() OVERRIDE { return NULL; }
86 if (compatible_surface->GetHandle())
H A Dgl_surface_egl.h71 virtual EGLSurface GetHandle() OVERRIDE;
109 virtual EGLSurface GetHandle() OVERRIDE;
137 virtual EGLSurface GetHandle() OVERRIDE;
H A Dgl_surface_glx.h64 virtual void* GetHandle() OVERRIDE;
106 virtual void* GetHandle() OVERRIDE;
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_browsertest.cc51 base::KillProcess(web_contents->GetRenderProcessHost()->GetHandle(),
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_ozone_native_buffer.h41 virtual gfx::GpuMemoryBufferHandle GetHandle() const OVERRIDE;
H A Dgpu_memory_buffer_impl_surface_texture.h31 virtual gfx::GpuMemoryBufferHandle GetHandle() const OVERRIDE;
H A Dgpu_memory_buffer_impl_io_surface.h45 virtual gfx::GpuMemoryBufferHandle GetHandle() const OVERRIDE;
H A Dgpu_memory_buffer_impl_shared_memory.h41 virtual gfx::GpuMemoryBufferHandle GetHandle() const OVERRIDE;
/external/chromium_org/content/renderer/pepper/
H A Dv8object_var.h41 v8::Local<v8::Object> GetHandle() const;
H A Dhost_var_tracker.cc22 v8::Local<v8::Object> object = object_var->GetHandle();
59 object_var->GetHandle()) == object_map_.end());
67 object_var->instance()->pp_instance(), object_var->GetHandle());
149 if (object == it->second->GetHandle())
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_surface_mock.h25 MOCK_METHOD0(GetHandle, void*());
H A Dgl_context_virtual.cc81 void* GLContextVirtual::GetHandle() { function in class:gpu::GLContextVirtual
82 return shared_context_->GetHandle();
/external/chromium_org/sandbox/win/src/
H A Dshared_handles.cc11 // the process that calls GetHandle 'sees' this memory.
45 bool SharedHandles::GetHandle(uint32 tag, HANDLE* handle) { function in class:sandbox::SharedHandles
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_buffer.h32 virtual uint32_t GetHandle() const OVERRIDE;
H A Dgbm_buffer_base.cc45 uint32_t GbmBufferBase::GetHandle() const { function in class:ui::GbmBufferBase
/external/chromium_org/components/webdata/common/
H A Dweb_data_request_manager.h42 WebDataServiceBase::Handle GetHandle() const;
/external/chromium_org/content/browser/android/
H A Dsurface_texture_peer_browser_impl.cc30 if (it.GetCurrentValue()->GetHandle() == render_process_handle) {

Completed in 277 milliseconds

1234567