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

  /external/chromium_org/ui/gl/
gl_context.h 134 class GL_EXPORT GLContextReal : public GLContext {
136 explicit GLContextReal(GLShareGroup* share_group);
139 virtual ~GLContextReal();
144 DISALLOW_COPY_AND_ASSIGN(GLContextReal);
gl_context.cc 150 GLContextReal::GLContextReal(GLShareGroup* share_group)
153 GLContextReal::~GLContextReal() {}
155 void GLContextReal::SetCurrent(GLSurface* surface) {

Completed in 29 milliseconds