Searched refs:var_type (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A Dspec.l7 %x var_type
90 BEGIN(var_type);
97 BEGIN(var_type);
100 <var_type>"const" {
104 <var_type>"i8" {
110 <var_type>"i16" {
116 <var_type>"i32" {
122 <var_type>"i64" {
128 <var_type>"u8" {
134 <var_type>"u1
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.h470 static bool CheckValueCount(const std::string& var_type,
478 static bool CheckValueMult(const std::string& var_type,
H A Dshader_program.cpp615 bool ShaderProgram::CheckValueCount(const std::string& var_type, argument
623 var_type.c_str(), var_name.c_str(),
631 bool ShaderProgram::CheckValueMult(const std::string& var_type, argument
637 "but %d elements were passed!", var_type.c_str(), var_name.c_str(),

Completed in 60 milliseconds