Searched refs:tile_y_count_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp82 tile_y_count_(1),
106 tile_y_count_(1),
489 const bool requestTile = (tile_x_count_ != 1 || tile_y_count_ != 1);
515 const float ys = 1.0f / static_cast<float>(tile_y_count_);
519 for (int j = 0; j < tile_y_count_; ++j) {
522 const float y = j / static_cast<float>(tile_y_count_);
604 tile_y_count_ = y_count;
H A Dshader_program.h524 int tile_y_count_; member in class:android::filterfw::ShaderProgram

Completed in 211 milliseconds