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 184 class GL_EXPORT GLContextReal : public GLContext {
186 explicit GLContextReal(GLShareGroup* share_group);
189 virtual ~GLContextReal();
194 DISALLOW_COPY_AND_ASSIGN(GLContextReal);
gl_context.cc 220 GLContextReal::GLContextReal(GLShareGroup* share_group)
223 GLContextReal::~GLContextReal() {}
225 void GLContextReal::SetCurrent(GLSurface* surface) {

Completed in 98 milliseconds