Searched defs:surface_id (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/content/browser/aura/
H A Dgpu_browser_compositor_output_surface.cc15 int surface_id,
20 surface_id,
13 GpuBrowserCompositorOutputSurface( const scoped_refptr<ContextProviderCommandBuffer>& context, int surface_id, IDMap<BrowserCompositorOutputSurface>* output_surface_map, base::MessageLoopProxy* compositor_message_loop, base::WeakPtr<ui::Compositor> compositor) argument
H A Dsoftware_browser_compositor_output_surface.cc22 int surface_id,
27 surface_id,
19 SoftwareBrowserCompositorOutputSurface( scoped_refptr<BrowserCompositorOutputSurfaceProxy> surface_proxy, scoped_ptr<cc::SoftwareOutputDevice> software_device, int surface_id, IDMap<BrowserCompositorOutputSurface>* output_surface_map, base::MessageLoopProxy* compositor_message_loop, base::WeakPtr<ui::Compositor> compositor) argument
H A Dbrowser_compositor_output_surface_proxy.cc51 int surface_id,
54 BrowserCompositorOutputSurface* surface = surface_map_->Lookup(surface_id);
50 OnUpdateVSyncParametersOnCompositorThread( int surface_id, base::TimeTicks timebase, base::TimeDelta interval) argument
H A Dbrowser_compositor_output_surface.cc21 int surface_id,
26 surface_id_(surface_id),
35 int surface_id,
40 surface_id_(surface_id),
19 BrowserCompositorOutputSurface( const scoped_refptr<ContextProviderCommandBuffer>& context_provider, int surface_id, IDMap<BrowserCompositorOutputSurface>* output_surface_map, base::MessageLoopProxy* compositor_message_loop, base::WeakPtr<ui::Compositor> compositor) argument
33 BrowserCompositorOutputSurface( scoped_ptr<cc::SoftwareOutputDevice> software_device, int surface_id, IDMap<BrowserCompositorOutputSurface>* output_surface_map, base::MessageLoopProxy* compositor_message_loop, base::WeakPtr<ui::Compositor> compositor) argument
H A Dreflector_impl.cc19 int surface_id)
28 surface_id_(surface_id) {
58 void ReflectorImpl::OnSourceSurfaceReady(int surface_id) { argument
59 DCHECK_EQ(surface_id_, surface_id);
15 ReflectorImpl( ui::Compositor* mirrored_compositor, ui::Layer* mirroring_layer, IDMap<BrowserCompositorOutputSurface>* output_surface_map, int surface_id) argument
H A Dgpu_process_transport_factory.cc54 int surface_id; member in struct:content::GpuProcessTransportFactory::PerCompositorData
206 GpuProcessTransportFactory::CreateContextCommon(data->surface_id),
222 per_compositor_data_[compositor]->surface_id,
242 per_compositor_data_[compositor]->surface_id,
264 source, target, &output_surface_map_, data->surface_id);
287 GpuSurfaceTracker::Get()->RemoveSurface(data->surface_id);
440 data->surface_id = tracker->AddSurfaceForNativeWidget(widget);
446 data->surface_id,
455 GpuProcessTransportFactory::CreateContextCommon(int surface_id) { argument
473 surface_id,
[all...]
/external/chromium_org/content/browser/gpu/
H A Dgpu_surface_tracker.h53 // Returns the native widget associated with a given surface_id.
54 virtual gfx::AcceleratedWidget AcquireNativeWidget(int surface_id) OVERRIDE;
73 void RemoveSurface(int surface_id);
78 bool GetRenderWidgetIDForSurface(int surface_id,
84 void SetSurfaceHandle(int surface_id, const gfx::GLSurfaceHandle& handle);
86 // Sets the native widget associated with the surface_id.
88 int surface_id,
94 gfx::GLSurfaceHandle GetSurfaceHandle(int surface_id);
103 scoped_refptr<SurfaceRef> GetSurfaceRefForSurface(int surface_id) { argument
104 return surface_map_[surface_id]
[all...]
H A Dgpu_surface_tracker.cc80 int surface_id = next_surface_id_++; local
81 surface_map_[surface_id] =
84 return surface_id;
104 int surface_id = next_surface_id_++; local
105 surface_map_[surface_id] =
107 return surface_id;
110 void GpuSurfaceTracker::RemoveSurface(int surface_id) { argument
112 DCHECK(surface_map_.find(surface_id) != surface_map_.end());
113 surface_map_.erase(surface_id);
116 bool GpuSurfaceTracker::GetRenderWidgetIDForSurface(int surface_id, argument
131 SetSurfaceHandle(int surface_id, const gfx::GLSurfaceHandle& handle) argument
142 GetSurfaceHandle(int surface_id) argument
150 AcquireNativeWidget(int surface_id) argument
164 SetNativeWidget( int surface_id, gfx::AcceleratedWidget widget, SurfaceRef* surface_ref) argument
[all...]
H A Dgpu_process_host_ui_shim.cc77 int surface_id) {
81 surface_id, &render_process_id, &render_widget_id))
212 void GpuProcessHostUIShim::OnUpdateVSyncParameters(int surface_id, argument
219 surface_id, &render_process_id, &render_widget_id)) {
246 void GpuProcessHostUIShim::OnResizeView(int32 surface_id, argument
257 GetRenderWidgetHostViewFromSurfaceID(surface_id);
274 void GpuProcessHostUIShim::OnAcceleratedSurfaceInitialized(int32 surface_id, argument
277 GetRenderWidgetHostViewFromSurfaceID(surface_id);
300 params.surface_id);
337 GetRenderWidgetHostViewFromSurfaceID(params.surface_id);
76 GetRenderWidgetHostViewFromSurfaceID( int surface_id) argument
348 OnAcceleratedSurfaceSuspend(int32 surface_id) argument
[all...]
H A Dbrowser_gpu_channel_host_factory.cc200 int32 surface_id,
209 GpuSurfaceTracker::Get()->GetSurfaceHandle(surface_id);
213 surface_id,
228 int32 surface_id,
235 surface_id,
198 CreateViewCommandBufferOnIO( CreateRequest* request, int32 surface_id, const GPUCreateCommandBufferConfig& init_params) argument
227 CreateViewCommandBuffer( int32 surface_id, const GPUCreateCommandBufferConfig& init_params) argument
/external/chromium_org/content/renderer/
H A Drender_view_impl_params.cc15 int32 surface_id,
30 surface_id(surface_id),
9 RenderViewImplParams( int32 opener_id, const RendererPreferences& renderer_prefs, const WebPreferences& webkit_prefs, int32 routing_id, int32 main_frame_routing_id, int32 surface_id, int64 session_storage_namespace_id, const base::string16& frame_name, bool is_renderer_created, bool swapped_out, bool hidden, int32 next_page_id, const blink::WebScreenInfo& screen_info, AccessibilityMode accessibility_mode, bool allow_partial_swap) argument
H A Drender_view_impl_params.h31 int32 surface_id,
48 int32 surface_id; member in struct:content::RenderViewImplParams
/external/chromium_org/content/browser/android/
H A Dchild_process_launcher_android.cc154 jobject GetViewSurface(JNIEnv* env, jclass clazz, jint surface_id) { argument
159 return CompositorImpl::GetSurface(surface_id);
/external/chromium_org/content/browser/renderer_host/
H A Dgpu_message_filter.cc26 int32 surface_id,
29 : surface_id(surface_id),
33 int32 surface_id; member in struct:content::GpuMessageFilter::CreateViewCommandBufferRequest
43 surface_id(0),
49 int surface_id; member in struct:content::GpuMessageFilter::FrameSubscription
97 void GpuMessageFilter::SurfaceUpdated(int32 surface_id) { argument
104 if ((*it)->surface_id != surface_id) {
108 OnCreateViewCommandBuffer(request->surface_id,
25 CreateViewCommandBufferRequest( int32 surface_id, const GPUCreateCommandBufferConfig& init_params, scoped_ptr<IPC::Message> reply) argument
174 OnCreateViewCommandBuffer( int32 surface_id, const GPUCreateCommandBufferConfig& init_params, IPC::Message* reply_ptr) argument
[all...]
H A Dcompositor_impl_android.cc124 jobject CompositorImpl::GetSurface(int surface_id) { argument
127 SurfaceMap::iterator it = surfaces->find(surface_id);
130 LOG_IF(WARNING, !jsurface) << "No surface for surface id " << surface_id;
356 int surface_id) {
381 new WebGraphicsContext3DCommandBufferImpl(surface_id,
354 CreateGpuProcessViewContext( const blink::WebGraphicsContext3D::Attributes attributes, int surface_id) argument
H A Drender_widget_helper.cc254 int* surface_id,
264 *surface_id = 0;
268 *surface_id = GpuSurfaceTracker::Get()->AddSurfaceForRenderer(
305 int* surface_id) {
307 *surface_id = GpuSurfaceTracker::Get()->AddSurfaceForRenderer(
318 int* surface_id) {
320 *surface_id = GpuSurfaceTracker::Get()->AddSurfaceForRenderer(
248 CreateNewWindow( const ViewHostMsg_CreateWindow_Params& params, bool no_javascript_access, base::ProcessHandle render_process, int* route_id, int* main_frame_route_id, int* surface_id, SessionStorageNamespace* session_storage_namespace) argument
302 CreateNewWidget(int opener_id, blink::WebPopupType popup_type, int* route_id, int* surface_id) argument
316 CreateNewFullscreenWidget(int opener_id, int* route_id, int* surface_id) argument
H A Drender_widget_host_impl.h201 int surface_id() const { return surface_id_; } function in class:content::RenderWidgetHostImpl
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc166 int32 surface_id,
169 DCHECK(surface_id);
175 window, surface_id, init_params, &route_id);
164 OnCreateViewCommandBuffer( const gfx::GLSurfaceHandle& window, int32 surface_id, int32 client_id, const GPUCreateCommandBufferConfig& init_params) argument
H A Dgpu_command_buffer_stub.h79 int32 surface_id,
116 int32 surface_id() const { return surface_id_; } function in class:content::GpuCommandBufferStub
H A Dgpu_memory_manager_unittest.cc101 FakeClient(GpuMemoryManager* memmgr, int32 surface_id, bool visible) argument
111 memmgr_->CreateClientState(this, surface_id != 0, visible));
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_drawable.h64 xp_surface_id surface_id; member in struct:apple_glx_surface
/external/mesa3d/src/glx/apple/
H A Dapple_glx_drawable.h64 xp_surface_id surface_id; member in struct:apple_glx_surface
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc123 int32 surface_id,
130 "surface_id",
131 surface_id);
139 int32 route_id = factory_->CreateViewCommandBuffer(surface_id, init_params);
225 int surface_id, GpuRenderingStats* stats) {
228 return Send(new GpuChannelMsg_CollectRenderingStatsForSurface(surface_id,
122 CreateViewCommandBuffer( int32 surface_id, CommandBufferProxyImpl* share_group, const std::vector<int32>& attribs, const GURL& active_url, gfx::GpuPreference gpu_preference) argument
224 CollectRenderingStatsForSurface( int surface_id, GpuRenderingStats* stats) argument
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc253 void MockRenderProcessHost::SurfaceUpdated(int32 surface_id) { argument
H A Dmock_render_thread.cc215 int* surface_id) {
218 *surface_id = surface_id_;
226 int* surface_id,
230 *surface_id = surface_id_;
212 OnCreateWidget(int opener_id, blink::WebPopupType popup_type, int* route_id, int* surface_id) argument
222 OnCreateWindow( const ViewHostMsg_CreateWindow_Params& params, int* route_id, int* main_frame_route_id, int* surface_id, int64* cloned_session_storage_namespace_id) argument

Completed in 381 milliseconds

12