OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disallowed_features
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
feature_info.h
89
bool Initialize(const DisallowedFeatures&
disallowed_features
);
gles2_cmd_decoder_mock.h
42
const DisallowedFeatures&
disallowed_features
,
context_group.h
58
const DisallowedFeatures&
disallowed_features
);
test_helper.h
67
const DisallowedFeatures&
disallowed_features
,
in_process_command_buffer.cc
392
gles2::DisallowedFeatures
disallowed_features
;
local
393
disallowed_features
.gpu_memory_manager = true;
398
disallowed_features
,
context_group.cc
81
const DisallowedFeatures&
disallowed_features
) {
88
if (!feature_info_->Initialize(
disallowed_features
)) {
gles2_cmd_decoder.h
111
const DisallowedFeatures&
disallowed_features
,
feature_info.cc
207
bool FeatureInfo::Initialize(const DisallowedFeatures&
disallowed_features
) {
208
disallowed_features_ =
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
,
gpu_command_buffer_stub.cc
113
const gpu::gles2::DisallowedFeatures&
disallowed_features
,
125
disallowed_features_(
disallowed_features
),
[
all
...]
Completed in 1458 milliseconds