HomeSort by relevance Sort by last modified time
    Searched refs:GLSurfaceHandle (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/content/browser/aura/
no_transport_image_transport_factory.cc 20 gfx::GLSurfaceHandle
22 return gfx::GLSurfaceHandle();
26 gfx::GLSurfaceHandle surface) {}
image_transport_factory.h 66 virtual gfx::GLSurfaceHandle CreateSharedSurfaceHandle() = 0;
69 virtual void DestroySharedSurfaceHandle(gfx::GLSurfaceHandle surface) = 0;
no_transport_image_transport_factory.h 22 virtual gfx::GLSurfaceHandle CreateSharedSurfaceHandle() OVERRIDE;
23 virtual void DestroySharedSurfaceHandle(gfx::GLSurfaceHandle surface)
gpu_process_transport_factory.h 53 virtual gfx::GLSurfaceHandle CreateSharedSurfaceHandle() OVERRIDE;
55 gfx::GLSurfaceHandle surface) OVERRIDE;
gpu_process_transport_factory.cc 317 gfx::GLSurfaceHandle GpuProcessTransportFactory::CreateSharedSurfaceHandle() {
321 return gfx::GLSurfaceHandle();
322 gfx::GLSurfaceHandle handle = gfx::GLSurfaceHandle(
332 gfx::GLSurfaceHandle surface) {}
454 gfx::GLSurfaceHandle(widget, gfx::NATIVE_DIRECT));
  /external/chromium_org/content/browser/gpu/
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;
gpu_surface_tracker.cc 83 gfx::GLSurfaceHandle(), NULL);
106 SurfaceInfo(0, 0, widget, gfx::GLSurfaceHandle(), NULL);
132 const gfx::GLSurfaceHandle& handle) {
142 gfx::GLSurfaceHandle GpuSurfaceTracker::GetSurfaceHandle(int surface_id) {
146 return gfx::GLSurfaceHandle();
189 const gfx::GLSurfaceHandle& handle,
gpu_process_host.h 106 const gfx::GLSurfaceHandle& compositing_surface,
browser_gpu_channel_host_factory.cc 96 gfx::GLSurfaceHandle surface =
  /external/chromium_org/content/common/gpu/
image_transport_surface_android.cc 18 const gfx::GLSurfaceHandle& handle) {
image_transport_surface_linux.cc 13 const gfx::GLSurfaceHandle& handle) {
texture_image_transport_surface.h 29 const gfx::GLSurfaceHandle& handle);
103 gfx::GLSurfaceHandle handle_;
image_transport_surface.h 73 const gfx::GLSurfaceHandle& handle);
95 const gfx::GLSurfaceHandle& handle);
gpu_channel_manager.h 117 const gfx::GLSurfaceHandle& window,
gpu_command_buffer_stub.h 68 const gfx::GLSurfaceHandle& handle,
212 gfx::GLSurfaceHandle handle_;
gpu_channel.h 111 const gfx::GLSurfaceHandle& window,
gpu_messages.h 198 IPC_STRUCT_TRAITS_BEGIN(gfx::GLSurfaceHandle)
248 gfx::GLSurfaceHandle, /* compositing_surface */
  /external/chromium_org/content/browser/renderer_host/
surface_texture_transport_client_android.h 35 gfx::GLSurfaceHandle GetCompositingSurface(int surface_id);
surface_texture_transport_client_android.cc 73 gfx::GLSurfaceHandle
87 return gfx::GLSurfaceHandle(gfx::kNullPluginWindow, gfx::NATIVE_DIRECT);
test_render_view_host.cc 208 gfx::GLSurfaceHandle TestRenderWidgetHostView::GetCompositingSurface() {
209 return gfx::GLSurfaceHandle();
render_widget_host_view_guest.cc 101 gfx::GLSurfaceHandle RenderWidgetHostViewGuest::GetCompositingSurface() {
102 return gfx::GLSurfaceHandle(gfx::kNullPluginWindow, gfx::TEXTURE_TRANSPORT);
gpu_message_filter.cc 180 gfx::GLSurfaceHandle compositing_surface;
render_widget_host_view_gtk.h 131 virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
  /external/chromium_org/ui/gfx/
native_widget_types.h 278 struct GLSurfaceHandle {
279 GLSurfaceHandle()
285 GLSurfaceHandle(PluginWindowHandle handle_, SurfaceType transport_)
  /external/chromium_org/content/port/browser/
render_widget_host_view_port.h 256 virtual gfx::GLSurfaceHandle GetCompositingSurface() = 0;

Completed in 349 milliseconds

1 2