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

/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp612 int value_size) {
613 if (expected_count != (value_size / components)) {
618 value_size / components, value_size);
627 int value_size) {
628 if (value_size % components != 0) {
631 components, value_size);
608 CheckValueCount(const std::string& var_type, const std::string& var_name, int expected_count, int components, int value_size) argument
624 CheckValueMult(const std::string& var_type, const std::string& var_name, int components, int value_size) argument

Completed in 104 milliseconds