Home | History | Annotate | Download | only in gpu

Lines Matching refs:surface_id

53   // 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) {
104 return surface_map_[surface_id].surface_ref;