Home
last modified time | relevance | path

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

/frameworks/rs/
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>"u16" {
[all …]
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.h470 static bool CheckValueCount(const std::string& var_type,
478 static bool CheckValueMult(const std::string& var_type,
Dshader_program.cpp608 bool ShaderProgram::CheckValueCount(const std::string& var_type, in CheckValueCount() argument
616 var_type.c_str(), var_name.c_str(), in CheckValueCount()
624 bool ShaderProgram::CheckValueMult(const std::string& var_type, in CheckValueMult() argument
630 "but %d elements were passed!", var_type.c_str(), var_name.c_str(), in CheckValueMult()