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

/external/chromium_org/ui/gl/
H A Dgl_context.h184 class GL_EXPORT GLContextReal : public GLContext { class in namespace:gfx
186 explicit GLContextReal(GLShareGroup* share_group);
189 virtual ~GLContextReal();
194 DISALLOW_COPY_AND_ASSIGN(GLContextReal);
H A Dgl_context.cc220 GLContextReal::GLContextReal(GLShareGroup* share_group) function in class:gfx::GLContextReal
223 GLContextReal::~GLContextReal() {}
225 void GLContextReal::SetCurrent(GLSurface* surface) {

Completed in 466 milliseconds