Searched defs:GLContextReal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_context.h134 class GL_EXPORT GLContextReal : public GLContext { class in namespace:gfx
136 explicit GLContextReal(GLShareGroup* share_group);
139 virtual ~GLContextReal();
144 DISALLOW_COPY_AND_ASSIGN(GLContextReal);
H A Dgl_context.cc150 GLContextReal::GLContextReal(GLShareGroup* share_group) function in class:gfx::GLContextReal
153 GLContextReal::~GLContextReal() {}
155 void GLContextReal::SetCurrent(GLSurface* surface) {

Completed in 100 milliseconds