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

  /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);

Completed in 113 milliseconds