Searched defs:value_size (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp619 int value_size) {
620 if (expected_count != (value_size / components)) {
625 value_size / components, value_size);
634 int value_size) {
635 if (value_size % components != 0) {
638 components, value_size);
615 CheckValueCount(const std::string& var_type, const std::string& var_name, int expected_count, int components, int value_size) argument
631 CheckValueMult(const std::string& var_type, const std::string& var_name, int components, int value_size) argument

Completed in 627 milliseconds