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

  /external/chromium_org/ui/gl/
gl_context_glx.h 20 class GL_EXPORT GLContextGLX : public GLContextReal {
22 explicit GLContextGLX(GLShareGroup* share_group);
40 virtual ~GLContextGLX();
46 DISALLOW_COPY_AND_ASSIGN(GLContextGLX);
gl_context_glx.cc 21 GLContextGLX::GLContextGLX(GLShareGroup* share_group)
27 XDisplay* GLContextGLX::display() {
31 bool GLContextGLX::Initialize(
87 void GLContextGLX::Destroy() {
95 bool GLContextGLX::MakeCurrent(GLSurface* surface) {
101 TRACE_EVENT0("gpu", "GLContextGLX::MakeCurrent");
131 void GLContextGLX::ReleaseCurrent(GLSurface* surface) {
140 bool GLContextGLX::IsCurrent(GLSurface* surface) {
162 void* GLContextGLX::GetHandle()
    [all...]

Completed in 53 milliseconds