HomeSort by relevance Sort by last modified time
    Searched refs:workarounds (Results 1 - 17 of 17) 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/service/
feature_info.cc 70 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
    [all...]
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_;
context_group.cc 167 if (feature_info_->workarounds().max_texture_size) {
169 max_texture_size, feature_info_->workarounds().max_texture_size);
171 if (feature_info_->workarounds().max_cube_map_texture_size) {
174 feature_info_->workarounds().max_cube_map_texture_size);
225 // TODO(gman): Use workarounds similar to max_texture_size above to implement.
feature_info_unittest.cc 100 #define GPU_OP(type, name) EXPECT_FALSE(info_->workarounds().name);
103 EXPECT_EQ(0, info_->workarounds().max_texture_size);
104 EXPECT_EQ(0, info_->workarounds().max_cube_map_texture_size);
    [all...]
buffer_manager.cc 29 feature_info ? feature_info->workarounds(
246 feature_info_->workarounds()
vertex_attrib_manager.cc 175 bool use_client_side_arrays_for_stream_buffers = feature_info->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...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_lose_context_chromium_unittests.cc 45 if (gl1a_.workarounds().exit_on_context_lost)
gl_manager.h 91 const gpu::gles2::FeatureInfo::Workarounds& workarounds() const;
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/content/browser/gpu/
gpu_data_manager_impl.h 121 // Returns the workarounds that are applied to the current system as
123 void GetDriverBugWorkarounds(base::ListValue* workarounds) const;
gpu_data_manager_impl.cc 176 base::ListValue* workarounds) const {
178 private_->GetDriverBugWorkarounds(workarounds);
gpu_data_manager_impl_private.h 74 void GetDriverBugWorkarounds(base::ListValue* workarounds) const;
gpu_data_manager_impl_private.cc 880 base::ListValue* workarounds) const {
883 workarounds->AppendString(
    [all...]
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 393 ->workarounds().delete_instead_of_resize_fbo) {

Completed in 276 milliseconds