OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Workarounds
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
feature_info.h
74
struct
Workarounds
{
75
Workarounds
();
89
// Constructor with
workarounds
taken from the current process's CommandLine
92
// Constructor with
workarounds
taken from |command_line|
115
const
Workarounds
&
workarounds
() const {
function in class:gpu::gles2::FeatureInfo
142
// Flags for
Workarounds
.
143
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
136
// TODO(brianderson): Make the following official
workarounds
.
742
//
Workarounds
1590
const FeatureInfo::Workarounds&
workarounds
() const {
function in class:gpu::gles2::GLES2DecoderImpl
[
all
...]
/external/chromium_org/gpu/command_buffer/tests/
gl_manager.h
97
const gpu::gles2::FeatureInfo::
Workarounds
&
workarounds
() const;
gl_manager.cc
254
const gpu::gles2::FeatureInfo::
Workarounds
& GLManager::
workarounds
() const {
function in class:gpu::GLManager
255
return decoder_->GetContextGroup()->feature_info()->
workarounds
();
Completed in 387 milliseconds