Searched defs:DidDraw (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/layers/
H A Dtexture_layer_impl.cc190 void TextureLayerImpl::DidDraw(ResourceProvider* resource_provider) { function in class:cc::TextureLayerImpl
191 LayerImpl::DidDraw(resource_provider);
H A Dvideo_layer_impl.cc78 // WillDraw to DidDraw. Since the compositor thread is in the middle of
79 // drawing, the layer will not be destroyed before DidDraw is called.
276 void VideoLayerImpl::DidDraw(ResourceProvider* resource_provider) { function in class:cc::VideoLayerImpl
277 LayerImpl::DidDraw(resource_provider);
H A Dlayer_impl.cc269 // WillDraw/DidDraw must be matched.
276 void LayerImpl::DidDraw(ResourceProvider* resource_provider) { function in class:cc::LayerImpl
/external/chromium_org/cc/debug/
H A Doverdraw_metrics.cc119 void OverdrawMetrics::DidDraw(const gfx::Transform& transform_to_target, function in class:cc::OverdrawMetrics

Completed in 400 milliseconds