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

1 2

  /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 34 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,
gpu_process_host.h 117 const gfx::GLSurfaceHandle& compositing_surface,
  /external/chromium_org/content/browser/compositor/test/
no_transport_image_transport_factory.cc 29 gfx::GLSurfaceHandle
31 return gfx::GLSurfaceHandle();
no_transport_image_transport_factory.h 26 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
  /external/chromium_org/content/common/gpu/
image_transport_surface_linux.cc 13 const gfx::GLSurfaceHandle& handle) {
image_transport_surface_win.cc 27 const gfx::GLSurfaceHandle& handle) {
texture_image_transport_surface.h 29 const gfx::GLSurfaceHandle& handle);
103 gfx::GLSurfaceHandle handle_;
image_transport_surface.h 72 const gfx::GLSurfaceHandle& handle);
94 const gfx::GLSurfaceHandle& handle);
gpu_channel_manager.h 118 const gfx::GLSurfaceHandle& window,
gpu_command_buffer_stub.h 70 const gfx::GLSurfaceHandle& handle,
236 gfx::GLSurfaceHandle handle_;
gpu_channel.h 110 const gfx::GLSurfaceHandle& window,
image_transport_surface_android.cc 167 const gfx::GLSurfaceHandle& handle) {
gpu_messages.h 242 IPC_STRUCT_TRAITS_BEGIN(gfx::GLSurfaceHandle)
277 gfx::GLSurfaceHandle, /* compositing_surface */
    [all...]
image_transport_surface.cc 35 const gfx::GLSurfaceHandle& handle) {
  /external/chromium_org/content/browser/compositor/
image_transport_factory.h 74 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() = 0;
gpu_process_transport_factory.h 62 virtual gfx::GLSurfaceHandle GetSharedSurfaceHandle() OVERRIDE;
gpu_process_transport_factory.cc 330 gfx::GLSurfaceHandle GpuProcessTransportFactory::GetSharedSurfaceHandle() {
331 gfx::GLSurfaceHandle handle = gfx::GLSurfaceHandle(
414 gfx::GLSurfaceHandle(widget, gfx::NATIVE_DIRECT));
  /external/chromium_org/ui/gfx/
native_widget_types.h 225 struct GLSurfaceHandle {
226 GLSurfaceHandle()
231 GLSurfaceHandle(PluginWindowHandle handle_, SurfaceType transport_)
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.cc 327 gfx::GLSurfaceHandle RenderWidgetHostViewChildFrame::GetCompositingSurface() {
328 return gfx::GLSurfaceHandle(gfx::kNullPluginWindow, gfx::TEXTURE_TRANSPORT);
render_widget_host_view_child_frame.h 113 virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
gpu_message_filter.cc 152 gfx::GLSurfaceHandle compositing_surface;
168 compositing_surface = gfx::GLSurfaceHandle();
render_widget_host_view_base.h 332 virtual gfx::GLSurfaceHandle GetCompositingSurface() = 0;
  /external/chromium_org/content/test/
test_render_view_host.cc 190 gfx::GLSurfaceHandle TestRenderWidgetHostView::GetCompositingSurface() {
191 return gfx::GLSurfaceHandle();
test_render_view_host.h 152 virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE;

Completed in 5817 milliseconds

1 2