HomeSort by relevance Sort by last modified time
    Searched full:blend_equation_rgb_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 119 GLint blend_equation_rgb_; member in class:android_webview::internal::ScopedAppGLStateRestoreImpl
232 glGetIntegerv(GL_BLEND_EQUATION_RGB, &blend_equation_rgb_);
374 glBlendEquationSeparate(blend_equation_rgb_, blend_equation_alpha_);

Completed in 137 milliseconds