HomeSort by relevance Sort by last modified time
    Searched full:workarounds (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/gpu/command_buffer/service/
feature_info.h 69 struct Workarounds {
70 Workarounds();
81 // Constructor with workarounds taken from the current process's CommandLine
84 // Constructor with workarounds taken from |command_line|
107 const Workarounds& workarounds() const { function in class:gpu::gles2::FeatureInfo
135 // Flags for Workarounds.
136 Workarounds workarounds_;
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...]
gpu_switches.cc 19 // Disable workarounds for various GPU driver bugs.
21 "disable-gpu-driver-bug-workarounds";
55 const char kGpuDriverBugWorkarounds[] = "gpu-driver-bug-workarounds";
context_group.cc 168 if (feature_info_->workarounds().max_texture_size) {
170 max_texture_size, feature_info_->workarounds().max_texture_size);
172 if (feature_info_->workarounds().max_cube_map_texture_size) {
175 feature_info_->workarounds().max_cube_map_texture_size);
226 // TODO(gman): Use workarounds similar to max_texture_size above to implement.
feature_info_unittest.cc 130 #define GPU_OP(type, name) EXPECT_FALSE(info_->workarounds().name);
133 EXPECT_EQ(0, info_->workarounds().max_texture_size);
134 EXPECT_EQ(0, info_->workarounds().max_cube_map_texture_size);
    [all...]
  /external/chromium_org/gpu/config/
gpu_util.h 24 // Collect basic GPUInfo, compute the driver bug workarounds for the current
28 // With provided GPUInfo, compute the driver bug workarounds for the current
gpu_util.cc 68 std::set<int> workarounds = list->MakeDecision( local
70 if (!workarounds.empty()) {
72 IntSetToString(workarounds));
gpu_driver_bug_workaround_type.h 92 // Provides all types of GPU driver bug workarounds.
  /external/chromium_org/content/browser/resources/gpu/
info_view.html 18 <div class='workarounds-div'>
19 <h3>Driver Bug Workarounds</h3>
20 <ul class="workarounds-list">
info_view.js 153 var workaroundsDiv = this.querySelector('.workarounds-div');
154 var workaroundsList = this.querySelector('.workarounds-list');
200 // driver bug workarounds list
201 if (gpuInfo.featureStatus.workarounds.length) {
204 for (i = 0; i < gpuInfo.featureStatus.workarounds.length; i++) {
206 workaroundEl.textContent = gpuInfo.featureStatus.workarounds[i];
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
workaround.hpp 12 // Description : contains mics. workarounds
19 #include <boost/config.hpp> // compilers workarounds and std::ptrdiff_t
config.hpp 19 #include <boost/config.hpp> // compilers workarounds
  /external/chromium/webkit/glue/
user_agent.h 15 // The other parameters are workarounds for broken websites:
  /external/chromium_org/webkit/common/user_agent/
user_agent.h 18 // sniffing workarounds). This must be called before GetUserAgent() can
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
iterator.hpp 1 // iterator.hpp workarounds for non-conforming standard libraries ---------//
11 // 28 Jun 00 Workarounds to deal with known MSVC bugs (David Abrahams)
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 93 const gpu::gles2::FeatureInfo::Workarounds& workarounds() const;
gl_lose_context_chromium_unittests.cc 45 if (gl1a_.workarounds().exit_on_context_lost)
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/libpng/
KNOWNBUG 16 STATUS: workarounds are
  /frameworks/compile/slang/
slang_version.h 41 // additional workarounds in the backend compiler).
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_array.hpp 17 #include <boost/config.hpp> // for broken compiler workarounds
50 // Borland 5.5.1 specific workarounds
  /external/kernel-headers/original/asm-mips/fw/arc/
types.h 26 workarounds. Keep your vomit bag handy. */
  /external/stlport/test/compiler/
README 8 workarounds, if compiler don't understand some (correct) language constructions.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
swap.hpp 12 // Note: the implementation of this utility contains various workarounds:
  /external/stlport/doc/
README.wince 15 The included compiler is MSC12, the same as for VC6, so many workarounds for its
62 setenv/getenv. It also doesn't attempt to provide workarounds.
76 clock() are declared but not defined. STLport doesn't include any workarounds for

Completed in 1055 milliseconds

1 2 3 4 5 6 7 8 9