HomeSort by relevance Sort by last modified time
    Searched refs:SurfaceRef (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/gpu/
gpu_surface_tracker.h 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
    [all...]
gpu_surface_tracker.cc 32 // Implementation of SurfaceRef that allows GTK to ref and unref the
34 class SurfaceRefPluginWindow : public GpuSurfaceTracker::SurfaceRef {
166 SurfaceRef* surface_ref) {
190 const scoped_refptr<SurfaceRef>& surface_ref)
gpu_process_host.h 266 // Keep an extra reference to the SurfaceRef stored in the GpuSurfaceTracker
269 typedef std::multimap<int, scoped_refptr<GpuSurfaceTracker::SurfaceRef> >
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 298 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
299 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
324 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
325 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
eglApi.cpp 568 SurfaceRef _s(dp.get(), surface);
588 SurfaceRef _s(dp.get(), surface);
606 SurfaceRef _s(dp.get(), surface);
700 SurfaceRef _d(dp.get(), draw);
701 SurfaceRef _r(dp.get(), read);
    [all...]
egl_object.h 166 typedef egl_surface_t::Ref SurfaceRef;

Completed in 58 milliseconds