OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencil_test_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.h
27
bool stencil_enabled() const { return
stencil_test_
; }
82
GLboolean
stencil_test_
;
member in class:android_webview::ScopedAppGLStateRestore
scoped_app_gl_state_restore.cc
120
glGetBooleanv(GL_STENCIL_TEST, &
stencil_test_
);
226
GLEnableDisable(GL_STENCIL_TEST,
stencil_test_
);
Completed in 24 milliseconds