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

  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.h 17 class ScopedAppGLStateRestore {
24 ScopedAppGLStateRestore(CallMode mode);
25 ~ScopedAppGLStateRestore();
98 DISALLOW_COPY_AND_ASSIGN(ScopedAppGLStateRestore);
scoped_app_gl_state_restore.cc 55 ScopedAppGLStateRestore::ScopedAppGLStateRestore(CallMode mode) : mode_(mode) {
145 ScopedAppGLStateRestore::~ScopedAppGLStateRestore() {
in_process_view_renderer.cc 423 ScopedAppGLStateRestore state_restore(
424 ScopedAppGLStateRestore::MODE_RESOURCE_MANAGEMENT);
491 ScopedAppGLStateRestore state_restore(ScopedAppGLStateRestore::MODE_DRAW);
768 ScopedAppGLStateRestore state_restore(
769 ScopedAppGLStateRestore::MODE_RESOURCE_MANAGEMENT);
    [all...]

Completed in 108 milliseconds