Searched refs:shader_prefix_key_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host.h272 std::string shader_prefix_key_; member in class:content::GpuProcessHost
H A Dgpu_process_host.cc1017 if (shader_prefix_key_.empty()) {
1024 base::Base64Encode(base::SHA1HashString(in_str), &shader_prefix_key_); local
1027 return shader_prefix_key_;

Completed in 275 milliseconds