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

  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 78 bool stencil_enabled() const { return stencil_test_; } function in class:android_webview::internal::ScopedAppGLStateRestoreImpl
429 bool ScopedAppGLStateRestore::stencil_enabled() const { function in class:android_webview::ScopedAppGLStateRestore
430 return impl_->stencil_enabled();
  /external/chromium_org/cc/output/
gl_renderer.h 100 bool stencil_enabled() const { return stencil_shadow_; } function in class:cc::GLRenderer

Completed in 507 milliseconds