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

  /external/chromium_org/gpu/command_buffer/service/
feature_info.h 75 struct Workarounds {
76 Workarounds();
90 // Constructor with workarounds taken from the current process's CommandLine
93 // Constructor with workarounds taken from |command_line|
116 const Workarounds& workarounds() const { function in class:gpu::gles2::FeatureInfo
143 // Flags for Workarounds.
144 Workarounds workarounds_;
feature_info.cc 69 const std::string& types, FeatureInfo::Workarounds* workarounds) {
70 DCHECK(workarounds);
80 workarounds->name = true; \
88 if (workarounds->max_texture_size_limit_4096)
89 workarounds->max_texture_size = 4096;
90 if (workarounds->max_cube_map_texture_size_limit_4096)
91 workarounds->max_cube_map_texture_size = 4096;
92 if (workarounds->max_cube_map_texture_size_limit_1024)
93 workarounds->max_cube_map_texture_size = 1024
    [all...]
gles2_cmd_decoder.cc 129 // TODO(brianderson): Make the following official workarounds.
756 // Workarounds
1610 const FeatureInfo::Workarounds& workarounds() const { function in class:gpu::gles2::GLES2DecoderImpl
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 90 const gpu::gles2::FeatureInfo::Workarounds& workarounds() const;
gl_manager.cc 297 const gpu::gles2::FeatureInfo::Workarounds& GLManager::workarounds() const { function in class:gpu::GLManager
298 return decoder_->GetContextGroup()->feature_info()->workarounds();

Completed in 265 milliseconds