HomeSort by relevance Sort by last modified time
    Searched refs:OnWillRenderTo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.h 52 virtual void OnWillRenderTo() const = 0;
142 void OnWillRenderTo() const;
framebuffer_manager.cc 122 virtual void OnWillRenderTo() const OVERRIDE {}
249 virtual void OnWillRenderTo() const OVERRIDE {
629 void Framebuffer::OnWillRenderTo() const {
632 it->second->OnWillRenderTo();
gles2_cmd_decoder.cc 385 framebuffer_->OnWillRenderTo();
    [all...]

Completed in 1455 milliseconds