OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gpu_feature_info
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/browser/gpu/
compositor_util.cc
290
const GpuFeatureInfo
gpu_feature_info
= GetGpuFeatureInfo(i, &eof);
local
292
if (
gpu_feature_info
.disabled) {
294
if (
gpu_feature_info
.fallback_to_software)
298
if (
gpu_feature_info
.name == kThreadedRasterizationFeatureName)
300
} else if (
gpu_feature_info
.blocked ||
303
if (
gpu_feature_info
.fallback_to_software)
309
if (
gpu_feature_info
.name == kWebGLFeatureName &&
312
if (
gpu_feature_info
.name == kRasterizationFeatureName) {
316
if (
gpu_feature_info
.name == kMultipleRasterThreadsFeatureName) {
320
if (
gpu_feature_info
.name == kThreadedRasterizationFeatureName |
360
const GpuFeatureInfo
gpu_feature_info
= GetGpuFeatureInfo(i, &eof);
local
[
all
...]
Completed in 321 milliseconds