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

  /external/chromium_org/android_webview/public/browser/
draw_gl.h 22 kModeProcessNoContext,
  /external/chromium_org/android_webview/native/
aw_contents.cc 356 // kModeProcessNoContext should never happen because we tear down hardware
358 // code. Not notifying shared state in kModeProcessNoContext can lead to
362 draw_info->mode == AwDrawGLInfo::kModeProcessNoContext) {
380 if (draw_info->mode == AwDrawGLInfo::kModeProcessNoContext) {
381 LOG(ERROR) << "Received unexpected kModeProcessNoContext";
    [all...]

Completed in 1607 milliseconds