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

  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 78 source_coords_(NULL),
102 source_coords_(NULL),
118 delete[] source_coords_;
131 if (!source_coords_)
132 source_coords_ = new float[8];
136 source_coords_[0] = 0.0f;
137 source_coords_[1] = 0.0f;
138 source_coords_[2] = 1.0f;
139 source_coords_[3] = 0.0f;
140 source_coords_[4] = 0.0f
    [all...]
shader_program.h 516 float* source_coords_; member in class:android::filterfw::ShaderProgram

Completed in 70 milliseconds