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

  /external/chromium_org/gpu/command_buffer/service/
feature_info.h 44 bool oes_depth24; member in struct:gpu::gles2::FeatureInfo::FeatureFlags
context_group.cc 125 const bool depth24_supported = feature_info_->feature_flags().oes_depth24;
feature_info.cc 117 oes_depth24(false),
604 feature_flags_.oes_depth24 = true;
    [all...]
feature_info_unittest.cc 112 EXPECT_FALSE(info_->feature_flags().oes_depth24);
    [all...]

Completed in 82 milliseconds