Searched refs:CheckValueCount (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/media/mca/filterfw/native/core/ |
H A 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()
|
H A D | shader_program.h | 470 static bool CheckValueCount(const std::string& var_type,
|