OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oes_depth24
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
feature_info.h
39
bool
oes_depth24
;
member in struct:gpu::gles2::FeatureInfo::FeatureFlags
feature_info.cc
108
oes_depth24
(false),
539
feature_flags_.
oes_depth24
= true;
context_group.cc
124
const bool depth24_supported = feature_info_->feature_flags().
oes_depth24
;
feature_info_unittest.cc
111
EXPECT_FALSE(info_->feature_flags().
oes_depth24
);
[
all
...]
Completed in 150 milliseconds