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

  /external/chromium_org/mojo/gles2/
command_buffer_client_impl.h 29 class CommandBufferDelegate {
31 virtual ~CommandBufferDelegate();
43 CommandBufferDelegate* delegate,
97 CommandBufferDelegate* delegate_;
command_buffer_client_impl.cc 44 CommandBufferDelegate::~CommandBufferDelegate() {}
46 void CommandBufferDelegate::ContextLost() {}
47 void CommandBufferDelegate::DrawAnimationFrame() {}
50 CommandBufferDelegate* delegate,

Completed in 37 milliseconds