Home | History | Annotate | Download | only in layers

Lines Matching refs:VideoLayerImpl

27 scoped_ptr<VideoLayerImpl> VideoLayerImpl::Create(
31 scoped_ptr<VideoLayerImpl> layer(new VideoLayerImpl(tree_impl, id));
38 VideoLayerImpl::VideoLayerImpl(LayerTreeImpl* tree_impl, int id)
42 VideoLayerImpl::~VideoLayerImpl() {
55 scoped_ptr<LayerImpl> VideoLayerImpl::CreateLayerImpl(
57 return scoped_ptr<LayerImpl>(new VideoLayerImpl(tree_impl, id()));
60 void VideoLayerImpl::PushPropertiesTo(LayerImpl* layer) {
63 VideoLayerImpl* other = static_cast<VideoLayerImpl*>(layer);
67 void VideoLayerImpl::DidBecomeActive() {
71 bool VideoLayerImpl::WillDraw(DrawMode draw_mode,
120 void VideoLayerImpl::AppendQuads(QuadSink* quad_sink,
269 void VideoLayerImpl::DidDraw(ResourceProvider* resource_provider) {
293 void VideoLayerImpl::DidLoseOutputSurface() {
297 void VideoLayerImpl::SetNeedsRedraw() {
302 void VideoLayerImpl::SetProviderClientImpl(
307 const char* VideoLayerImpl::LayerTypeAsString() const {
308 return "cc::VideoLayerImpl";