Searched refs:oes_depth24 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dfeature_info.h44 bool oes_depth24; member in struct:gpu::gles2::FeatureInfo::FeatureFlags
H A Dfeature_info.cc117 oes_depth24(false),
604 feature_flags_.oes_depth24 = true;
H A Dcontext_group.cc125 const bool depth24_supported = feature_info_->feature_flags().oes_depth24;
H A Dfeature_info_unittest.cc112 EXPECT_FALSE(info_->feature_flags().oes_depth24);
981 EXPECT_TRUE(info_->feature_flags().oes_depth24);
1179 EXPECT_TRUE(info_->feature_flags().oes_depth24);

Completed in 494 milliseconds