HomeSort by relevance Sort by last modified time
    Searched defs:DidLoseOutputSurface (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/cc/test/
fake_content_layer_impl.cc 25 void FakeContentLayerImpl::DidLoseOutputSurface() {
26 TiledLayerImpl::DidLoseOutputSurface();
fake_output_surface_client.cc 19 void FakeOutputSurfaceClient::DidLoseOutputSurface() {
  /external/chromium_org/cc/layers/
io_surface_layer_impl.cc 125 void IOSurfaceLayerImpl::DidLoseOutputSurface() {
texture_layer_impl.cc 207 void TextureLayerImpl::DidLoseOutputSurface() {
video_layer_impl.cc 293 void VideoLayerImpl::DidLoseOutputSurface() {
nine_patch_layer_impl.cc 279 void NinePatchLayerImpl::DidLoseOutputSurface() {
scrollbar_layer_impl.cc 319 void ScrollbarLayerImpl::DidLoseOutputSurface() {
tiled_layer_impl.cc 309 void TiledLayerImpl::DidLoseOutputSurface() {
delegated_renderer_layer_impl.cc 214 void DelegatedRendererLayerImpl::DidLoseOutputSurface() {
heads_up_display_layer_impl.cc 176 void HeadsUpDisplayLayerImpl::DidLoseOutputSurface() { hud_resource_.reset(); }
picture_layer_impl.cc 382 void PictureLayerImpl::DidLoseOutputSurface() {
    [all...]
layer_impl.cc 950 void LayerImpl::DidLoseOutputSurface() {}
    [all...]
  /external/chromium_org/cc/scheduler/
scheduler.cc 94 void Scheduler::DidLoseOutputSurface() {
95 TRACE_EVENT0("cc", "Scheduler::DidLoseOutputSurface");
96 state_machine_.DidLoseOutputSurface();
scheduler_state_machine.cc 466 void SchedulerStateMachine::DidLoseOutputSurface() {
  /external/chromium_org/cc/output/
output_surface.cc 72 virtual void onContextLost() { client_->DidLoseOutputSurface(); }
271 void OutputSurface::DidLoseOutputSurface() {
272 TRACE_EVENT0("cc", "OutputSurface::DidLoseOutputSurface");
275 client_->DidLoseOutputSurface();
  /external/chromium_org/cc/resources/
resource_provider.h 64 void DidLoseOutputSurface() { lost_output_surface_ = true; }
  /external/chromium_org/cc/trees/
layer_tree_host.cc 431 void LayerTreeHost::DidLoseOutputSurface() {
432 TRACE_EVENT0("cc", "LayerTreeHost::DidLoseOutputSurface");
    [all...]
layer_tree_host_impl.cc     [all...]

Completed in 736 milliseconds