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

  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 67 helper_scaling_.reset(new content::GLHelperScaling(
126 const std::vector<GLHelperScaling::ScalerStage> &scaler_stages) {
136 case GLHelperScaling::SHADER_BILINEAR:
139 case GLHelperScaling::SHADER_BILINEAR2:
143 case GLHelperScaling::SHADER_BILINEAR3:
147 case GLHelperScaling::SHADER_BILINEAR4:
151 case GLHelperScaling::SHADER_BILINEAR2X2:
154 case GLHelperScaling::SHADER_BICUBIC_UPSCALE:
158 case GLHelperScaling::SHADER_BICUBIC_HALF_1D:
162 case GLHelperScaling::SHADER_PLANAR
    [all...]
gl_helper_scaling.cc 29 GLHelperScaling::GLHelperScaling(WebKit::WebGraphicsContext3D* context,
37 GLHelperScaling::~GLHelperScaling() {
105 public GLHelperScaling::ShaderInterface {
118 GLHelperScaling* scaler_helper,
119 const GLHelperScaling::ScalerStage &scaler_stage,
252 GLHelperScaling* scaler_helper_;
253 GLHelperScaling::ScalerStage spec_;
261 GLHelperScaling::ScalerStage::ScalerStage
    [all...]
gl_helper_scaling.h 21 class CONTENT_EXPORT GLHelperScaling {
50 GLHelperScaling(WebKit::WebGraphicsContext3D* context,
52 ~GLHelperScaling();
176 std::deque<GLHelperScaling::ScaleOp>* x_ops,
177 std::deque<GLHelperScaling::ScaleOp>* y_ops,
200 DISALLOW_COPY_AND_ASSIGN(GLHelperScaling);
gl_helper_benchmark.cc 70 helper_scaling_.reset(new content::GLHelperScaling(
114 scoped_ptr<content::GLHelperScaling> helper_scaling_;
115 std::deque<GLHelperScaling::ScaleOp> x_ops_, y_ops_;
gl_helper.cc 224 GLHelperScaling* scaler_impl,
262 GLHelperScaling* scaler_impl,
286 scoped_ptr<content::GLHelperScaling::ShaderInterface> pass1_shader_;
287 scoped_ptr<content::GLHelperScaling::ShaderInterface> pass2_shader_;
647 scaler_impl_.reset(new GLHelperScaling(context_, this));
763 GLHelperScaling* scaler_impl,
878 GLHelperScaling* scaler_impl,
904 GLHelperScaling::SHADER_YUV_MRT_PASS1)),
    [all...]
gl_helper.h 32 class GLHelperScaling;
365 scoped_ptr<GLHelperScaling> scaler_impl_;

Completed in 623 milliseconds