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

  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 81 tile_x_count_(1),
105 tile_x_count_(1),
489 const bool requestTile = (tile_x_count_ != 1 || tile_y_count_ != 1);
514 const float xs = 1.0f / static_cast<float>(tile_x_count_);
518 for (int i = 0; i < tile_x_count_; ++i) {
521 const float x = i / static_cast<float>(tile_x_count_);
603 tile_x_count_ = x_count;
    [all...]
shader_program.h 523 int tile_x_count_; member in class:android::filterfw::ShaderProgram

Completed in 79 milliseconds