/external/chromium_org/content/browser/gpu/ |
D | gpu_surface_tracker.cc | 34 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()
|
D | gpu_surface_tracker.h | 84 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;
|
D | gpu_process_host.h | 120 const gfx::GLSurfaceHandle& compositing_surface,
|
/external/chromium_org/content/browser/compositor/ |
D | no_transport_image_transport_factory.cc | 29 gfx::GLSurfaceHandle 31 return gfx::GLSurfaceHandle(); in GetSharedSurfaceHandle()
|
D | gpu_process_transport_factory.cc | 305 gfx::GLSurfaceHandle GpuProcessTransportFactory::GetSharedSurfaceHandle() { in GetSharedSurfaceHandle() 306 gfx::GLSurfaceHandle handle = gfx::GLSurfaceHandle( in GetSharedSurfaceHandle() 379 gfx::GLSurfaceHandle(widget, gfx::NATIVE_DIRECT)); in CreatePerCompositorData()
|
D | image_transport_factory.h | 70 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() = 0;
|
D | no_transport_image_transport_factory.h | 27 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
|
D | gpu_process_transport_factory.h | 62 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
|
/external/chromium_org/ui/gfx/ |
D | native_widget_types.h | 216 struct GLSurfaceHandle { struct 217 GLSurfaceHandle() in GLSurfaceHandle() argument 222 GLSurfaceHandle(PluginWindowHandle handle_, SurfaceType transport_) in GLSurfaceHandle() argument
|
/external/chromium_org/content/common/gpu/ |
D | texture_image_transport_surface.h | 29 const gfx::GLSurfaceHandle& handle); 103 gfx::GLSurfaceHandle handle_;
|
D | image_transport_surface.h | 72 const gfx::GLSurfaceHandle& handle); 94 const gfx::GLSurfaceHandle& handle);
|
D | image_transport_surface_linux.cc | 13 const gfx::GLSurfaceHandle& handle) { in CreateNativeSurface()
|
D | image_transport_surface_win.cc | 27 const gfx::GLSurfaceHandle& handle) { in CreateNativeSurface()
|
D | gpu_command_buffer_stub.h | 72 const gfx::GLSurfaceHandle& handle, 239 gfx::GLSurfaceHandle handle_;
|
D | image_transport_surface_mac.mm | 44 const gfx::GLSurfaceHandle& surface_handle) {
|
D | gpu_channel_manager.h | 118 const gfx::GLSurfaceHandle& window,
|
D | gpu_messages.h | 228 IPC_STRUCT_TRAITS_BEGIN(gfx::GLSurfaceHandle) 262 gfx::GLSurfaceHandle, /* compositing_surface */
|
D | image_transport_surface_android.cc | 166 const gfx::GLSurfaceHandle& handle) { in CreateNativeSurface()
|
D | gpu_channel.h | 112 const gfx::GLSurfaceHandle& window,
|
D | gpu_channel.cc | 531 const gfx::GLSurfaceHandle& window, in CreateViewCommandBuffer() 757 gfx::GLSurfaceHandle(), in OnCreateOffscreenCommandBuffer()
|
/external/chromium_org/content/browser/renderer_host/ |
D | gpu_message_filter.cc | 151 gfx::GLSurfaceHandle compositing_surface; in OnCreateViewCommandBuffer() 167 compositing_surface = gfx::GLSurfaceHandle(); in OnCreateViewCommandBuffer()
|
D | render_widget_host_view_base.h | 316 virtual gfx::GLSurfaceHandle GetCompositingSurface() = 0;
|
/external/chromium_org/content/browser/frame_host/ |
D | render_widget_host_view_child_frame.cc | 320 gfx::GLSurfaceHandle RenderWidgetHostViewChildFrame::GetCompositingSurface() { in GetCompositingSurface() 321 return gfx::GLSurfaceHandle(gfx::kNullPluginWindow, gfx::TEXTURE_TRANSPORT); in GetCompositingSurface()
|
D | render_widget_host_view_child_frame.h | 114 virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
|
/external/chromium_org/content/test/ |
D | test_render_view_host.cc | 185 gfx::GLSurfaceHandle TestRenderWidgetHostView::GetCompositingSurface() { in GetCompositingSurface() 186 return gfx::GLSurfaceHandle(); in GetCompositingSurface()
|