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

  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 89 tile_y_count_(1),
113 tile_y_count_(1),
496 const bool requestTile = (tile_x_count_ != 1 || tile_y_count_ != 1);
522 const float ys = 1.0f / static_cast<float>(tile_y_count_);
526 for (int j = 0; j < tile_y_count_; ++j) {
529 const float y = j / static_cast<float>(tile_y_count_);
611 tile_y_count_ = y_count;
    [all...]
shader_program.h 524 int tile_y_count_; member in class:android::filterfw::ShaderProgram

Completed in 62 milliseconds