Searched refs:CheckValueCount (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.h | 470 static bool CheckValueCount(const std::string& var_type,
|
D | shader_program.cpp | 608 bool ShaderProgram::CheckValueCount(const std::string& var_type, in CheckValueCount() function in android::filterfw::ShaderProgram 715 if (!CheckValueCount("Uniform (int)", name, capacity, components, count) in SetUniformValue() 766 if (!CheckValueCount("Uniform (float)", name, capacity, components, count) in SetUniformValue()
|