OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencil_func_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.h
83
GLint
stencil_func_
;
member in class:android_webview::ScopedAppGLStateRestore
scoped_app_gl_state_restore.cc
121
glGetIntegerv(GL_STENCIL_FUNC, &
stencil_func_
);
227
glStencilFunc(
stencil_func_
, stencil_mask_, stencil_ref_);
Completed in 24 milliseconds