Searched defs:GetHandle (Results 1 - 25 of 44) 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/gin/
H A Dfunction_template.cc20 v8::Handle<v8::External> CallbackHolderBase::GetHandle(v8::Isolate* isolate) { function in class:gin::internal::CallbackHolderBase
/external/chromium_org/ui/gl/
H A Dgl_surface_stub.cc24 void* GLSurfaceStub::GetHandle() { function in class:gfx::GLSurfaceStub
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_stub.cc32 void* GLContextStub::GetHandle() { function in class:gfx::GLContextStub
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()));
80 if (!wglMakeCurrent(static_cast<HDC>(surface->GetHandle()), context_)) {
123 if (wglGetCurrentDC() != surface->GetHandle())
130 void* GLContextWGL::GetHandle() { function in class:gfx::GLContextWGL
H A Dgl_context_egl.cc68 share_group() ? share_group()->GetHandle() : NULL,
107 surface->GetHandle(),
108 surface->GetHandle(),
164 if (surface->GetHandle() != eglGetCurrentSurface(EGL_DRAW))
171 void* GLContextEGL::GetHandle() { function in class:gfx::GLContextEGL
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_osmesa.cc26 share_group() ? share_group()->GetHandle() : NULL);
57 surface->GetHandle(),
115 if (buffer != surface->GetHandle())
122 void* GLContextOSMesa::GetHandle() { function in class:gfx::GLContextOSMesa
/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/renderer/pepper/
H A Dv8object_var.cc38 v8::Local<v8::Object> V8ObjectVar::GetHandle() const { function in class:ppapi::V8ObjectVar
H A Dppb_broker_impl.cc96 int32_t PPB_Broker_Impl::GetHandle(int32_t* handle) { function in class:content::PPB_Broker_Impl
/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::__anon10243
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_org/third_party/webrtc/common_video/
H A Dtexture_video_frame_unittest.cc24 virtual void* GetHandle() { return NULL; } function in class:webrtc::NativeHandleImpl
/external/chromium_org/ui/ozone/platform/dri/
H A Dgbm_buffer_base.cc45 uint32_t GbmBufferBase::GetHandle() const { function in class:ui::GbmBufferBase
H A Ddri_buffer.cc90 uint32_t DriBuffer::GetHandle() const { function in class:ui::DriBuffer
/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/common/gpu/client/
H A Dgpu_memory_buffer_impl_io_surface.cc163 gfx::GpuMemoryBufferHandle GpuMemoryBufferImplIOSurface::GetHandle() const { function in class:content::GpuMemoryBufferImplIOSurface
H A Dgpu_memory_buffer_impl_ozone_native_buffer.cc147 gfx::GpuMemoryBufferHandle GpuMemoryBufferImplOzoneNativeBuffer::GetHandle() function in class:content::GpuMemoryBufferImplOzoneNativeBuffer
H A Dgpu_memory_buffer_impl_shared_memory.cc136 gfx::GpuMemoryBufferHandle GpuMemoryBufferImplSharedMemory::GetHandle() const { function in class:content::GpuMemoryBufferImplSharedMemory
H A Dgpu_memory_buffer_impl_surface_texture.cc124 gfx::GpuMemoryBufferHandle GpuMemoryBufferImplSurfaceTexture::GetHandle() function in class:content::GpuMemoryBufferImplSurfaceTexture
/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();

Completed in 3569 milliseconds

12