Searched defs:GetHandle (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/content/renderer/media/
H A Dnative_handle_impl.cc14 void* NativeHandleImpl::GetHandle() { return frame_.get(); } function in class:content::NativeHandleImpl
/external/chromium_org/ui/gl/
H A Dgl_surface_stub.cc24 void* GLSurfaceStub::GetHandle() { function in class:gfx::GLSurfaceStub
H A Dgl_context_stub.cc31 void* GLContextStub::GetHandle() { function in class:gfx::GLContextStub
H A Dgl_share_group.cc30 void* GLShareGroup::GetHandle() { function in class:gfx::GLShareGroup
33 return context->GetHandle();
42 if ((*it)->GetHandle())
H A Dgl_context_wgl.cc43 // and could potentially be returned by GetHandle.
44 HGLRC share_handle = static_cast<HGLRC>(share_group()->GetHandle());
47 static_cast<HDC>(compatible_surface->GetHandle()));
79 if (!wglMakeCurrent(static_cast<HDC>(surface->GetHandle()), context_)) {
122 if (wglGetCurrentDC() != surface->GetHandle())
129 void* GLContextWGL::GetHandle() { function in class:gfx::GLContextWGL
H A Dgl_surface_osmesa.cc73 void* GLSurfaceOSMesa::GetHandle() { function in class:gfx::GLSurfaceOSMesa
H A Dgl_context_egl.cc68 share_group() ? share_group()->GetHandle() : NULL,
106 surface->GetHandle(),
107 surface->GetHandle(),
163 if (surface->GetHandle() != eglGetCurrentSurface(EGL_DRAW))
170 void* GLContextEGL::GetHandle() { function in class:gfx::GLContextEGL
H A Dgl_context_osmesa.cc26 share_group() ? share_group()->GetHandle() : NULL);
56 surface->GetHandle(),
113 if (buffer != surface->GetHandle())
120 void* GLContextOSMesa::GetHandle() { function in class:gfx::GLContextOSMesa
H A Dgl_surface_cgl.cc94 void* NoOpGLSurfaceCGL::GetHandle() { function in class:gfx::NoOpGLSurfaceCGL
H A Dgl_context_glx.cc51 share_group() ? share_group()->GetHandle() : NULL);
118 reinterpret_cast<GLXDrawable>(surface->GetHandle()),
119 reinterpret_cast<GLXDrawable>(surface->GetHandle()),
169 reinterpret_cast<GLXDrawable>(surface->GetHandle())) {
177 void* GLContextGLX::GetHandle() { function in class:gfx::GLContextGLX
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc32 void* AwGLSurface::GetHandle() { function in class:android_webview::AwGLSurface
/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_shm.cc49 gfx::GpuMemoryBufferHandle GpuMemoryBufferImplShm::GetHandle() const { function in class:content::GpuMemoryBufferImplShm
H A Dgpu_memory_buffer_impl_io_surface.cc72 gfx::GpuMemoryBufferHandle GpuMemoryBufferImplIOSurface::GetHandle() const { function in class:content::GpuMemoryBufferImplIOSurface
/external/chromium_org/ppapi/c/trusted/
H A Dppb_broker_trusted.h57 * with a result of PP_OK. The plugin should immediately call GetHandle and
77 int32_t (*GetHandle)(PP_Resource broker, int32_t* handle); member in struct:PPB_BrokerTrusted_0_3
96 int32_t (*GetHandle)(PP_Resource broker, int32_t* handle); member in struct:PPB_BrokerTrusted_0_2
/external/chromium_org/ppapi/thunk/
H A Dppb_broker_thunk.cc38 int32_t GetHandle(PP_Resource resource, int32_t* handle) { function in namespace:ppapi::thunk::__anon10296
42 return enter.object()->GetHandle(handle);
64 &GetHandle,
71 &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/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe_unittest.cc39 virtual void* GetHandle() { return NULL; } function in class:NativeHandleImpl
/external/chromium/chrome/browser/automation/
H A Dautomation_resource_tracker.h116 int GetHandle(T resource) { function in class:AutomationResourceTracker
/external/chromium_org/chrome/browser/automation/
H A Dautomation_resource_tracker.h115 int GetHandle(T resource) { function in class:AutomationResourceTracker
/external/chromium_org/components/webdata/common/
H A Dweb_data_request_manager.cc34 WebDataServiceBase::Handle WebDataRequest::GetHandle() const { function in class:WebDataRequest
91 pending_requests_[request->GetHandle()] = request;
125 RequestMap::iterator i = pending_requests_.find(request->GetHandle());
141 consumer->OnWebDataServiceRequestDone(request->GetHandle(), r.get());
/external/chromium_org/content/renderer/pepper/
H A Dppb_broker_impl.cc99 int32_t PPB_Broker_Impl::GetHandle(int32_t* handle) { function in class:content::PPB_Broker_Impl
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_context_virtual.cc81 void* GLContextVirtual::GetHandle() { function in class:gpu::GLContextVirtual
82 return shared_context_->GetHandle();
/external/chromium_org/ppapi/proxy/
H A Dppb_broker_proxy.cc38 virtual int32_t GetHandle(int32_t* handle) OVERRIDE;
86 int32_t Broker::GetHandle(int32_t* handle) { function in class:ppapi::proxy::Broker
107 // The handle might leak if the plugin never calls GetHandle().
203 result = enter.object()->GetHandle(&socket_handle);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.h178 HANDLE GetHandle() { function in class:talk_base::Thread
/external/chromium_org/content/browser/
H A Dbrowser_child_process_host_impl.cc186 base::ProcessHandle BrowserChildProcessHostImpl::GetHandle() const { function in class:content::BrowserChildProcessHostImpl
190 DCHECK(child_process_->GetHandle())
192 return child_process_->GetHandle();
317 base::ProcessHandle handle = child_process_->GetHandle();

Completed in 504 milliseconds

12