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

  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 82 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;
    [all...]
shader_program.h 524 int tile_y_count_; member in class:android::filterfw::ShaderProgram

Completed in 81 milliseconds