Home
last modified time | relevance | path

Searched refs:CheckValueCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.h470 static bool CheckValueCount(const std::string& var_type,
Dshader_program.cpp608 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()