class FrameManager

Defined at line 20 of file ../../src/ui/lib/escher/impl/frame_manager.h

Responsible for allocating new Frames and (eventually) intelligently

recycling their per-frame memory allocations.

Public Methods

void FrameManager (EscherWeakPtr escher)

Defined at line 13 of file ../../src/ui/lib/escher/impl/frame_manager.cc

void ~FrameManager ()

Defined at line 35 of file ../../src/ui/lib/escher/impl/frame_manager.cc

FramePtr NewFrame (const char * trace_literal, uint64_t frame_number, bool enable_gpu_logging, escher::CommandBuffer::Type requested_type, bool use_protected_memory)

Defined at line 37 of file ../../src/ui/lib/escher/impl/frame_manager.cc