OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IOSurfaceLayerImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
io_surface_layer_impl.h
16
class CC_EXPORT
IOSurfaceLayerImpl
: public LayerImpl {
18
static scoped_ptr<
IOSurfaceLayerImpl
> Create(LayerTreeImpl* tree_impl,
20
return make_scoped_ptr(new
IOSurfaceLayerImpl
(tree_impl, id));
22
virtual ~
IOSurfaceLayerImpl
();
38
IOSurfaceLayerImpl
(LayerTreeImpl* tree_impl, int id);
50
DISALLOW_COPY_AND_ASSIGN(
IOSurfaceLayerImpl
);
io_surface_layer_impl.cc
20
IOSurfaceLayerImpl
::
IOSurfaceLayerImpl
(LayerTreeImpl* tree_impl, int id)
27
IOSurfaceLayerImpl
::~
IOSurfaceLayerImpl
() {
34
void
IOSurfaceLayerImpl
::DestroyTexture() {
52
scoped_ptr<LayerImpl>
IOSurfaceLayerImpl
::CreateLayerImpl(
54
return
IOSurfaceLayerImpl
::Create(tree_impl, id()).PassAs<LayerImpl>();
57
void
IOSurfaceLayerImpl
::PushPropertiesTo(LayerImpl* layer) {
60
IOSurfaceLayerImpl
* io_surface_layer =
61
static_cast<
IOSurfaceLayerImpl
*>(layer)
[
all
...]
Completed in 512 milliseconds