HomeSort by relevance Sort by last modified time
    Searched full:color_weights_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.cc 128 color_weights_[0] = color_weights[0];
129 color_weights_[1] = color_weights[1];
130 color_weights_[2] = color_weights[2];
131 color_weights_[3] = color_weights[3];
133 color_weights_[0] = 0.0;
134 color_weights_[1] = 0.0;
135 color_weights_[2] = 0.0;
136 color_weights_[3] = 0.0;
200 color_weights_);
241 GLfloat color_weights_[4] member in class:content::ScalerImpl
    [all...]

Completed in 53 milliseconds