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

  /external/chromium_org/chrome/browser/component_updater/
swiftshader_component_installer.cc 41 // File name of the internal SwiftShader plugin on different platforms.
47 const char kSwiftShaderManifestName[] = "SwiftShader";
50 FILE_PATH_LITERAL("SwiftShader");
52 // If we don't have a SwiftShader component, this is the version we claim.
56 // <profile>\AppData\Local\Google\Chrome\User Data\SwiftShader\.
63 // SwiftShader has version encoded in the path itself
66 // <profile>\AppData\Local\Google\Chrome\User Data\SwiftShader\10.3.44.555\.
125 NOTREACHED() << "SwiftShader update error: " << error;
170 CrxComponent swiftshader; local
171 swiftshader.name = "Swift Shader"
    [all...]
swiftshader_component_installer.h 12 // Our job is to 1) find what version of SwiftShader is installed (if any)
  /external/chromium_org/content/public/browser/
gpu_data_manager.h 69 // Returns true if SwiftShader should be used.
72 // Register a path to SwiftShader.
  /external/chromium_org/ui/gl/
gl_switches.cc 14 const char kGLImplementationSwiftShaderName[] = "swiftshader";
42 const char kSwiftShaderPath[] = "swiftshader-path";
gl_surface.cc 52 } else if (requested_implementation_name == "swiftshader") {
gl.target.darwin-arm64.mk 230 $(LOCAL_PATH)/third_party/swiftshader/include \
365 $(LOCAL_PATH)/third_party/swiftshader/include \
gl.target.darwin-mips.mk 235 $(LOCAL_PATH)/third_party/swiftshader/include \
376 $(LOCAL_PATH)/third_party/swiftshader/include \
gl.target.darwin-x86.mk 236 $(LOCAL_PATH)/third_party/swiftshader/include \
377 $(LOCAL_PATH)/third_party/swiftshader/include \
gl.target.darwin-x86_64.mk 235 $(LOCAL_PATH)/third_party/swiftshader/include \
375 $(LOCAL_PATH)/third_party/swiftshader/include \
gl.target.linux-arm64.mk 230 $(LOCAL_PATH)/third_party/swiftshader/include \
365 $(LOCAL_PATH)/third_party/swiftshader/include \
gl.target.linux-mips.mk 235 $(LOCAL_PATH)/third_party/swiftshader/include \
376 $(LOCAL_PATH)/third_party/swiftshader/include \
gl.target.linux-x86.mk 236 $(LOCAL_PATH)/third_party/swiftshader/include \
377 $(LOCAL_PATH)/third_party/swiftshader/include \
gl.target.linux-x86_64.mk 235 $(LOCAL_PATH)/third_party/swiftshader/include \
375 $(LOCAL_PATH)/third_party/swiftshader/include \
gl.gyp 31 '<(DEPTH)/third_party/swiftshader/include',
gl_implementation_win.cc 173 command_line->GetSwitchValueASCII(switches::kUseGL) == "swiftshader";
gl.target.darwin-arm.mk 241 $(LOCAL_PATH)/third_party/swiftshader/include \
388 $(LOCAL_PATH)/third_party/swiftshader/include \
gl.target.linux-arm.mk 241 $(LOCAL_PATH)/third_party/swiftshader/include \
388 $(LOCAL_PATH)/third_party/swiftshader/include \
  /external/chromium_org/android_webview/tools/
known_issues.py 47 'third_party/swiftshader',
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private_unittest.cc 251 // Blacklist, then register SwiftShader.
261 // If SwiftShader is enabled, even if we blacklist GPU,
273 // Register SwiftShader, then blacklist.
gpu_data_manager_impl_private.h 201 // Try to switch to SwiftShader rendering, if possible and necessary.
gpu_process_host.cc 219 // The Gpu process is invalid if it's not using SwiftShader, the card is
384 // SwiftShader is too unstable to use. Disable it for current session.
    [all...]
gpu_data_manager_impl_private.cc 620 // No further update of gpu_info if falling back to SwiftShader.
669 command_line->AppendSwitchASCII(switches::kUseGL, "swiftshader");
    [all...]
  /external/chromium_org/
.gitignore 327 /third_party/swiftshader/include/
  /external/chromium_org/gpu/command_buffer/service/
feature_info.cc 176 (command_line.GetSwitchValueASCII(switches::kUseGL) == "swiftshader");
  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 469 if (requested_implementation_name == "swiftshader") {

Completed in 588 milliseconds