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

  /external/chromium_org/mojo/gles2/
gles2_context.cc 70 void GLES2Context::DrawAnimationFrame() { animation_callback_(closure_); }
command_buffer_client_impl.cc 47 void CommandBufferDelegate::DrawAnimationFrame() {}
264 void CommandBufferClientImpl::DrawAnimationFrame() {
265 delegate_->DrawAnimationFrame();
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 107 void GLES2ClientImpl::DrawAnimationFrame() {
119 static_cast<GLES2ClientImpl*>(closure)->DrawAnimationFrame();
  /external/chromium_org/mojo/services/gles2/
command_buffer_impl.cc 185 &CommandBufferImpl::DrawAnimationFrame);
195 void CommandBufferImpl::DrawAnimationFrame() { client()->DrawAnimationFrame(); }

Completed in 49 milliseconds