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

  /external/chromium_org/gpu/command_buffer/service/
feature_info.h 71 bool Initialize(const DisallowedFeatures& disallowed_features,
111 DisallowedFeatures disallowed_features_;
gles2_cmd_decoder.h 42 struct DisallowedFeatures {
43 DisallowedFeatures()
115 const DisallowedFeatures& disallowed_features,
context_group_unittest.cc 74 DisallowedFeatures(), "");
75 group_->Initialize(decoder_.get(), DisallowedFeatures(), "");
109 DisallowedFeatures(), "");
110 group_->Initialize(decoder_.get(), DisallowedFeatures(), "");
111 group_->Initialize(decoder2_.get(), DisallowedFeatures(), "");
test_helper.h 14 struct DisallowedFeatures;
67 const DisallowedFeatures& disallowed_features,
context_group.h 40 struct DisallowedFeatures;
57 const DisallowedFeatures& disallowed_features,
gles2_cmd_decoder_mock.h 42 const DisallowedFeatures& disallowed_features,
feature_info.cc 171 disallowed_features_ = DisallowedFeatures();
176 bool FeatureInfo::Initialize(const DisallowedFeatures& disallowed_features,
context_group.cc 81 const DisallowedFeatures& disallowed_features,
gles2_cmd_decoder_unittest_base.cc 115 DisallowedFeatures(), extensions);
122 group_->Initialize(mock_decoder_.get(), DisallowedFeatures(), NULL));
271 surface_, context_, false, surface_->GetSize(), DisallowedFeatures(),
    [all...]
in_process_command_buffer.cc 455 gles2::DisallowedFeatures disallowed_features;
test_helper.cc 229 const DisallowedFeatures& disallowed_features,
gles2_cmd_decoder.cc 551 const DisallowedFeatures& disallowed_features,
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 72 const gpu::gles2::DisallowedFeatures& disallowed_features,
214 gpu::gles2::DisallowedFeatures disallowed_features_;
gpu_channel.h 242 gpu::gles2::DisallowedFeatures disallowed_features_;
gpu_command_buffer_stub.cc 110 const gpu::gles2::DisallowedFeatures& disallowed_features,
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 181 ::gpu::gles2::DisallowedFeatures(),
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 167 gpu::gles2::DisallowedFeatures(),

Completed in 1471 milliseconds