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

  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 79 target_coords_(NULL),
103 target_coords_(NULL),
119 delete[] target_coords_;
133 if (!target_coords_)
134 target_coords_ = new float[8];
145 target_coords_[0] = -1.0f;
146 target_coords_[1] = -1.0f;
147 target_coords_[2] = 1.0f;
148 target_coords_[3] = -1.0f;
149 target_coords_[4] = -1.0f
    [all...]
shader_program.h 517 float* target_coords_; member in class:android::filterfw::ShaderProgram

Completed in 140 milliseconds