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 36 GLContextGLX::GLContextGLX(GLShareGroup* share_group)
42 XDisplay* GLContextGLX::display() {
46 bool GLContextGLX::Initialize(
102 void GLContextGLX::Destroy() {
110 bool GLContextGLX::MakeCurrent(GLSurface* surface) {
115 TRACE_EVENT0("gpu", "GLContextGLX::MakeCurrent");
146 void GLContextGLX::ReleaseCurrent(GLSurface* surface) {
155 bool GLContextGLX::IsCurrent(GLSurface* surface) {
177 void* GLContextGLX::GetHandle()
    [all...]

Completed in 25 milliseconds