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

  /external/chromium_org/content/common/gpu/client/
gl_helper.cc 335 return scaler_impl_->CreateScaler(quality,
645 // Lazily initialize |scaler_impl_|
646 if (!scaler_impl_)
647 scaler_impl_.reset(new GLHelperScaling(context_, this));
    [all...]
gl_helper.h 360 // Creates |scaler_impl_| if NULL.
365 scoped_ptr<GLHelperScaling> scaler_impl_; member in class:content::GLHelper

Completed in 124 milliseconds