Searched defs:workarounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/gpu/config/
H A Dgpu_util.cc74 std::set<int> workarounds = list->MakeDecision( local
76 if (!workarounds.empty()) {
78 IntSetToString(workarounds));
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc256 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/
H A Dcompositing_iosurface_shader_programs_mac.cc338 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/
H A Dfeature_info.cc70 const std::string& types, FeatureInfo::Workarounds* workarounds) {
71 DCHECK(workarounds);
81 workarounds->name = true; \
89 if (workarounds->max_texture_size_limit_4096)
90 workarounds->max_texture_size = 4096;
91 if (workarounds->max_cube_map_texture_size_limit_4096)
92 workarounds->max_cube_map_texture_size = 4096;
93 if (workarounds->max_cube_map_texture_size_limit_1024)
94 workarounds->max_cube_map_texture_size = 1024;
95 if (workarounds
69 StringToWorkarounds( const std::string& types, FeatureInfo::Workarounds* workarounds) argument
[all...]
H A Dfeature_info.h93 const Workarounds& workarounds() const { function in class:gpu::gles2::FeatureInfo
H A Dgles2_cmd_decoder.cc132 // TODO(brianderson): Make the following official workarounds.
1578 const FeatureInfo::Workarounds& workarounds() const { function in class:gpu::gles2::GLES2DecoderImpl
1579 return feature_info_->workarounds();
2531 if (feature_info_->workarounds().reverse_point_sprite_coord_origin) {
2535 if (feature_info_->workarounds().unbind_fbo_on_context_switch) {
2624 workarounds().needs_glsl_built_in_function_emulation ?
2835 if (workarounds().exit_on_context_lost) {
2847 if (workarounds().unbind_fbo_on_context_switch)
3767 if (workarounds().restore_scissor_on_fbo_change)
4031 if (workarounds()
[all...]

Completed in 568 milliseconds