OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SurfaceRef
(Results
1 - 2
of
2
) 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
...]
/frameworks/native/opengl/libs/EGL/
egl_object.h
166
typedef egl_surface_t::Ref
SurfaceRef
;
Completed in 1101 milliseconds