Home | Sort by relevance Sort by last modified time |
/external/chromium_org/android_webview/browser/ | |
scoped_app_gl_state_restore.h | 90 GLint texture_2d; member in struct:android_webview::ScopedAppGLStateRestore::TextureBindings |
scoped_app_gl_state_restore.cc | 138 glGetIntegerv(GL_TEXTURE_BINDING_2D, &bindings.texture_2d); 156 glBindTexture(GL_TEXTURE_2D, bindings.texture_2d); |