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

  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.h 62 GLfloat polygon_offset_units_; member in class:android_webview::ScopedAppGLStateRestore
scoped_app_gl_state_restore.cc 111 glGetFloatv(GL_POLYGON_OFFSET_UNITS, &polygon_offset_units_);
199 glPolygonOffset(polygon_offset_factor_, polygon_offset_units_);

Completed in 23 milliseconds