HomeSort by relevance Sort by last modified time
    Searched full:glstaterestorer (Results 1 - 7 of 7) 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();
25 DISALLOW_COPY_AND_ASSIGN(GLStateRestorer);
scoped_binders.h 12 class GLStateRestorer;
21 // GLStateRestorer to maximize driver compabitility.
22 GLStateRestorer* state_restorer_;
38 // GLStateRestorer to maximize driver compabitility.
39 GLStateRestorer* state_restorer_;
gl_context.h 50 // Gets the GLStateRestorer for the context.
51 GLStateRestorer* GetGLStateRestorer();
53 // Sets the GLStateRestorer for the context (takes ownership).
54 void SetGLStateRestorer(GLStateRestorer* state_restorer);
129 scoped_ptr<GLStateRestorer> state_restorer_;
gl_context.cc 105 GLStateRestorer* GLContext::GetGLStateRestorer() {
109 void GLContext::SetGLStateRestorer(GLStateRestorer* state_restorer) {
  /external/chromium_org/gpu/command_buffer/service/
gl_state_restorer_impl.h 20 // This class implements a GLStateRestorer that forwards to a GLES2Decoder.
21 class GPU_EXPORT GLStateRestorerImpl : public gfx::GLStateRestorer {
gl_context_virtual.h 18 class GLStateRestorer;

Completed in 111 milliseconds