Searched refs:GLSurfaceHandle (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/content/browser/gpu/
H A 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;
H A Dgpu_surface_tracker.cc34 gfx::GLSurfaceHandle(), NULL);
57 SurfaceInfo(0, 0, widget, gfx::GLSurfaceHandle(), NULL);
83 const gfx::GLSurfaceHandle& handle) {
90 gfx::GLSurfaceHandle GpuSurfaceTracker::GetSurfaceHandle(int surface_id) {
94 return gfx::GLSurfaceHandle();
137 const gfx::GLSurfaceHandle& handle,
H A Dgpu_process_host.h117 const gfx::GLSurfaceHandle& compositing_surface,
/external/chromium_org/content/browser/compositor/test/
H A Dno_transport_image_transport_factory.cc29 gfx::GLSurfaceHandle
31 return gfx::GLSurfaceHandle();
H A Dno_transport_image_transport_factory.h26 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
/external/chromium_org/content/common/gpu/
H A Dimage_transport_surface_linux.cc13 const gfx::GLSurfaceHandle& handle) {
H A Dimage_transport_surface_win.cc27 const gfx::GLSurfaceHandle& handle) {
H A Dtexture_image_transport_surface.h29 const gfx::GLSurfaceHandle& handle);
103 gfx::GLSurfaceHandle handle_;
H A Dimage_transport_surface.h72 const gfx::GLSurfaceHandle& handle);
94 const gfx::GLSurfaceHandle& handle);
H A Dgpu_command_buffer_stub.h70 const gfx::GLSurfaceHandle& handle,
236 gfx::GLSurfaceHandle handle_;
H A Dgpu_channel.h110 const gfx::GLSurfaceHandle& window,
H A Dgpu_channel_manager.h118 const gfx::GLSurfaceHandle& window,
H A Dimage_transport_surface_android.cc167 const gfx::GLSurfaceHandle& handle) {
H A Dgpu_messages.h242 IPC_STRUCT_TRAITS_BEGIN(gfx::GLSurfaceHandle)
277 gfx::GLSurfaceHandle, /* compositing_surface */
H A Dimage_transport_surface.cc35 const gfx::GLSurfaceHandle& handle) {
H A Dgpu_channel.cc554 const gfx::GLSurfaceHandle& window,
788 gfx::GLSurfaceHandle(),
/external/chromium_org/content/browser/compositor/
H A Dimage_transport_factory.h74 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() = 0;
H A Dgpu_process_transport_factory.cc330 gfx::GLSurfaceHandle GpuProcessTransportFactory::GetSharedSurfaceHandle() {
331 gfx::GLSurfaceHandle handle = gfx::GLSurfaceHandle(
414 gfx::GLSurfaceHandle(widget, gfx::NATIVE_DIRECT));
H A Dgpu_process_transport_factory.h62 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
/external/chromium_org/ui/gfx/
H A Dnative_widget_types.h225 struct GLSurfaceHandle { struct in namespace:gfx
226 GLSurfaceHandle() function in struct:gfx::GLSurfaceHandle
231 GLSurfaceHandle(PluginWindowHandle handle_, SurfaceType transport_) function in struct:gfx::GLSurfaceHandle
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc327 gfx::GLSurfaceHandle RenderWidgetHostViewChildFrame::GetCompositingSurface() {
328 return gfx::GLSurfaceHandle(gfx::kNullPluginWindow, gfx::TEXTURE_TRANSPORT);
H A Drender_widget_host_view_child_frame.h113 virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
/external/chromium_org/content/browser/renderer_host/
H A Dgpu_message_filter.cc152 gfx::GLSurfaceHandle compositing_surface;
168 compositing_surface = gfx::GLSurfaceHandle();
H A Drender_widget_host_view_base.h332 virtual gfx::GLSurfaceHandle GetCompositingSurface() = 0;
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc190 gfx::GLSurfaceHandle TestRenderWidgetHostView::GetCompositingSurface() {
191 return gfx::GLSurfaceHandle();

Completed in 7167 milliseconds

12