HomeSort by relevance Sort by last modified time
    Searched defs:workarounds (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/gpu/config/
gpu_util.cc 74 std::set<int> workarounds = list->MakeDecision( local
76 if (!workarounds.empty()) {
78 IntSetToString(workarounds));
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 256 const gpu::gles2::FeatureInfo::Workarounds& GLManager::workarounds() const { function in class:gpu::GLManager
257 return decoder_->GetContextGroup()->feature_info()->workarounds();
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_shader_programs_mac.cc 338 base::ListValue workarounds; local
339 manager->GetDriverBugWorkarounds(&workarounds);
340 base::ListValue::const_iterator it = workarounds.Find(
343 if (it != workarounds.end())
  /external/chromium_org/gpu/command_buffer/service/
feature_info.h 54 struct Workarounds {
55 Workarounds();
93 const Workarounds& workarounds() const { function in class:gpu::gles2::FeatureInfo
119 // Flags for Workarounds.
120 Workarounds workarounds_;
gles2_cmd_decoder.cc 132 // TODO(brianderson): Make the following official workarounds.
683 // Workarounds
1578 const FeatureInfo::Workarounds& workarounds() const { function in class:gpu::gles2::GLES2DecoderImpl
    [all...]

Completed in 149 milliseconds