Home
last modified time | relevance | path

Searched refs:GLSurfaceHandle (Results 1 – 25 of 41) sorted by relevance

12

/external/chromium_org/content/browser/gpu/
Dgpu_surface_tracker.cc34 gfx::GLSurfaceHandle(), NULL); in AddSurfaceForRenderer()
57 SurfaceInfo(0, 0, widget, gfx::GLSurfaceHandle(), NULL); in AddSurfaceForNativeWidget()
83 const gfx::GLSurfaceHandle& handle) { in SetSurfaceHandle()
90 gfx::GLSurfaceHandle GpuSurfaceTracker::GetSurfaceHandle(int surface_id) { in GetSurfaceHandle()
94 return gfx::GLSurfaceHandle(); in GetSurfaceHandle()
137 const gfx::GLSurfaceHandle& handle, in SurfaceInfo()
Dgpu_surface_tracker.h84 void SetSurfaceHandle(int surface_id, const gfx::GLSurfaceHandle& handle);
94 gfx::GLSurfaceHandle GetSurfaceHandle(int surface_id);
113 const gfx::GLSurfaceHandle& handle,
119 gfx::GLSurfaceHandle handle;
Dgpu_process_host.h120 const gfx::GLSurfaceHandle& compositing_surface,
/external/chromium_org/content/browser/compositor/
Dno_transport_image_transport_factory.cc29 gfx::GLSurfaceHandle
31 return gfx::GLSurfaceHandle(); in GetSharedSurfaceHandle()
Dgpu_process_transport_factory.cc305 gfx::GLSurfaceHandle GpuProcessTransportFactory::GetSharedSurfaceHandle() { in GetSharedSurfaceHandle()
306 gfx::GLSurfaceHandle handle = gfx::GLSurfaceHandle( in GetSharedSurfaceHandle()
379 gfx::GLSurfaceHandle(widget, gfx::NATIVE_DIRECT)); in CreatePerCompositorData()
Dimage_transport_factory.h70 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() = 0;
Dno_transport_image_transport_factory.h27 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
Dgpu_process_transport_factory.h62 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
/external/chromium_org/ui/gfx/
Dnative_widget_types.h216 struct GLSurfaceHandle { struct
217 GLSurfaceHandle() in GLSurfaceHandle() argument
222 GLSurfaceHandle(PluginWindowHandle handle_, SurfaceType transport_) in GLSurfaceHandle() argument
/external/chromium_org/content/common/gpu/
Dtexture_image_transport_surface.h29 const gfx::GLSurfaceHandle& handle);
103 gfx::GLSurfaceHandle handle_;
Dimage_transport_surface.h72 const gfx::GLSurfaceHandle& handle);
94 const gfx::GLSurfaceHandle& handle);
Dimage_transport_surface_linux.cc13 const gfx::GLSurfaceHandle& handle) { in CreateNativeSurface()
Dimage_transport_surface_win.cc27 const gfx::GLSurfaceHandle& handle) { in CreateNativeSurface()
Dgpu_command_buffer_stub.h72 const gfx::GLSurfaceHandle& handle,
239 gfx::GLSurfaceHandle handle_;
Dimage_transport_surface_mac.mm44 const gfx::GLSurfaceHandle& surface_handle) {
Dgpu_channel_manager.h118 const gfx::GLSurfaceHandle& window,
Dgpu_messages.h228 IPC_STRUCT_TRAITS_BEGIN(gfx::GLSurfaceHandle)
262 gfx::GLSurfaceHandle, /* compositing_surface */
Dimage_transport_surface_android.cc166 const gfx::GLSurfaceHandle& handle) { in CreateNativeSurface()
Dgpu_channel.h112 const gfx::GLSurfaceHandle& window,
Dgpu_channel.cc531 const gfx::GLSurfaceHandle& window, in CreateViewCommandBuffer()
757 gfx::GLSurfaceHandle(), in OnCreateOffscreenCommandBuffer()
/external/chromium_org/content/browser/renderer_host/
Dgpu_message_filter.cc151 gfx::GLSurfaceHandle compositing_surface; in OnCreateViewCommandBuffer()
167 compositing_surface = gfx::GLSurfaceHandle(); in OnCreateViewCommandBuffer()
Drender_widget_host_view_base.h316 virtual gfx::GLSurfaceHandle GetCompositingSurface() = 0;
/external/chromium_org/content/browser/frame_host/
Drender_widget_host_view_child_frame.cc320 gfx::GLSurfaceHandle RenderWidgetHostViewChildFrame::GetCompositingSurface() { in GetCompositingSurface()
321 return gfx::GLSurfaceHandle(gfx::kNullPluginWindow, gfx::TEXTURE_TRANSPORT); in GetCompositingSurface()
Drender_widget_host_view_child_frame.h114 virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
/external/chromium_org/content/test/
Dtest_render_view_host.cc185 gfx::GLSurfaceHandle TestRenderWidgetHostView::GetCompositingSurface() { in GetCompositingSurface()
186 return gfx::GLSurfaceHandle(); in GetCompositingSurface()

12