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

  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.h 55 GLint depth_func_; member in class:android_webview::ScopedAppGLStateRestore
scoped_app_gl_state_restore.cc 104 glGetIntegerv(GL_DEPTH_FUNC, &depth_func_);
192 glDepthFunc(depth_func_);

Completed in 22 milliseconds