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

  /external/chromium_org/ui/gl/
scoped_cgl.cc 10 ScopedCGLSetCurrentContext::ScopedCGLSetCurrentContext(CGLContextObj context) {
22 ScopedCGLSetCurrentContext::~ScopedCGLSetCurrentContext() {
scoped_cgl.h 39 class GL_EXPORT ScopedCGLSetCurrentContext {
41 explicit ScopedCGLSetCurrentContext(CGLContextObj context);
42 ~ScopedCGLSetCurrentContext();
51 DISALLOW_COPY_AND_ASSIGN(ScopedCGLSetCurrentContext);

Completed in 2056 milliseconds