Home | History | Annotate | Download | only in gpu

Lines Matching defs:SurfaceRef

42   class SurfaceRef : public base::RefCountedThreadSafe<SurfaceRef> {
44 SurfaceRef() { }
45 virtual ~SurfaceRef() { }
48 friend class base::RefCountedThreadSafe<SurfaceRef>;
49 DISALLOW_COPY_AND_ASSIGN(SurfaceRef);
90 SurfaceRef* surface_ref);
103 scoped_refptr<SurfaceRef> GetSurfaceRefForSurface(int surface_id) {
114 const scoped_refptr<SurfaceRef>& surface_ref);
120 scoped_refptr<SurfaceRef> surface_ref;