Searched defs:kRGBtoGrayscaleColorWeights (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc355 static const float kRGBtoGrayscaleColorWeights[]; member in class:content::GLHelper::CopyTextureToImpl
459 kRGBtoGrayscaleColorWeights));
1021 const float GLHelper::CopyTextureToImpl::kRGBtoGrayscaleColorWeights[] = { member in class:content::GLHelper::CopyTextureToImpl
H A Dgl_helper_unittest.cc479 const float kRGBtoGrayscaleColorWeights[3] = {0.213f, 0.715f, 0.072f}; local
490 float value = c0 * kRGBtoGrayscaleColorWeights[0] +
491 c1 * kRGBtoGrayscaleColorWeights[1] +
492 c2 * kRGBtoGrayscaleColorWeights[2];

Completed in 144 milliseconds