HomeSort by relevance Sort by last modified time
    Searched full:reset_notification (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 784 bool reset_notification = false; local
807 reset_notification = true;
824 if (sharedContextPtr != NULL && sharedContextPtr->isResetNotificationEnabled() != reset_notification)
842 EGLContext context = display->createContext(config, static_cast<gl::Context*>(share_context), reset_notification, robust_access);

Completed in 166 milliseconds