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

  /external/chromium_org/ui/gl/
gl_state_restorer.cc 9 GLStateRestorer::GLStateRestorer() {
12 GLStateRestorer::~GLStateRestorer() {
gl_state_restorer.h 15 class GL_EXPORT GLStateRestorer {
17 GLStateRestorer();
18 virtual ~GLStateRestorer();
21 virtual void RestoreState(const GLStateRestorer* prev_state) = 0;
26 DISALLOW_COPY_AND_ASSIGN(GLStateRestorer);

Completed in 45 milliseconds