OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsFeatureBlacklisted
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.cc
27
bool GpuDataManagerImpl::
IsFeatureBlacklisted
(int feature) const {
29
return private_->
IsFeatureBlacklisted
(feature);
gpu_data_manager_impl_private.cc
324
bool GpuDataManagerImplPrivate::
IsFeatureBlacklisted
(int feature) const {
625
if (
IsFeatureBlacklisted
(gpu::GPU_FEATURE_TYPE_WEBGL)) {
629
if (
IsFeatureBlacklisted
(gpu::GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING) &&
632
if (
IsFeatureBlacklisted
(gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE) &&
636
if (
IsFeatureBlacklisted
(gpu::GPU_FEATURE_TYPE_ACCELERATED_VIDEO_ENCODE) &&
664
if (
IsFeatureBlacklisted
(gpu::GPU_FEATURE_TYPE_MULTISAMPLING) &&
668
if (
IsFeatureBlacklisted
(gpu::GPU_FEATURE_TYPE_TEXTURE_SHARING)) {
677
} else if ((
IsFeatureBlacklisted
(gpu::GPU_FEATURE_TYPE_WEBGL) ||
678
IsFeatureBlacklisted
(
680
IsFeatureBlacklisted
(
[
all
...]
Completed in 183 milliseconds