/external/chromium_org/gpu/command_buffer/service/ |
feature_info.h | 89 bool Initialize(const DisallowedFeatures& disallowed_features); 127 DisallowedFeatures disallowed_features_;
|
gles2_cmd_decoder.h | 43 struct DisallowedFeatures { 44 DisallowedFeatures() 111 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; 58 const DisallowedFeatures& disallowed_features);
|
gles2_cmd_decoder_mock.h | 42 const DisallowedFeatures& disallowed_features,
|
feature_info.cc | 202 disallowed_features_ = DisallowedFeatures(); 207 bool FeatureInfo::Initialize(const DisallowedFeatures& disallowed_features) {
|
context_group.cc | 81 const DisallowedFeatures& disallowed_features) {
|
gles2_cmd_decoder_unittest_base.cc | 140 DisallowedFeatures(), extensions); 147 group_->Initialize(mock_decoder_.get(), DisallowedFeatures())); 299 DisallowedFeatures(), [all...] |
in_process_command_buffer.cc | 392 gles2::DisallowedFeatures disallowed_features;
|
test_helper.cc | 229 const DisallowedFeatures& disallowed_features,
|
gles2_cmd_decoder.cc | 573 const DisallowedFeatures& disallowed_features, [all...] |
/external/chromium_org/content/common/gpu/ |
gpu_command_buffer_stub.h | 74 const gpu::gles2::DisallowedFeatures& disallowed_features, 226 gpu::gles2::DisallowedFeatures disallowed_features_;
|
gpu_channel.h | 257 gpu::gles2::DisallowedFeatures disallowed_features_;
|
gpu_command_buffer_stub.cc | 113 const gpu::gles2::DisallowedFeatures& disallowed_features, [all...] |
/external/chromium_org/gpu/command_buffer/tests/ |
gl_manager.cc | 170 ::gpu::gles2::DisallowedFeatures(),
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
display.cc | 168 gpu::gles2::DisallowedFeatures(),
|