OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IOSurfaceLayer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
io_surface_layer.h
13
class CC_EXPORT
IOSurfaceLayer
: public Layer {
15
static scoped_refptr<
IOSurfaceLayer
> Create();
27
IOSurfaceLayer
();
30
virtual ~
IOSurfaceLayer
();
35
DISALLOW_COPY_AND_ASSIGN(
IOSurfaceLayer
);
io_surface_layer.cc
11
scoped_refptr<
IOSurfaceLayer
>
IOSurfaceLayer
::Create() {
12
return make_scoped_refptr(new
IOSurfaceLayer
());
15
IOSurfaceLayer
::
IOSurfaceLayer
() : Layer(), io_surface_id_(0) {}
17
IOSurfaceLayer
::~
IOSurfaceLayer
() {}
19
void
IOSurfaceLayer
::SetIOSurfaceProperties(uint32_t io_surface_id,
26
scoped_ptr<LayerImpl>
IOSurfaceLayer
::CreateLayerImpl(
31
bool
IOSurfaceLayer
::DrawsContent() const
[
all
...]
Completed in 25 milliseconds