Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/commands/emugen/
DParser_unittest.cpp64 std::string varname, vartype, error; in TEST() local
71 &vartype, in TEST()
74 EXPECT_STREQ(kData[n].expectedType, vartype.c_str()) << text; in TEST()
103 std::string varname, vartype, error; in TEST() local
110 &vartype, in TEST()
114 EXPECT_STREQ(kData[n].expectedType, vartype.c_str()) << text; in TEST()
DVar.h30 const VarType * vartype, in Var() argument
37 m_type(const_cast<VarType *>(vartype)), in Var()
49 void init(const std::string name, const VarType * vartype, in init() argument
56 m_type = vartype; in init()
DEntryPoint.cpp100 std::string vartype, varname; in parse() local
101 if (!parseParameterDeclaration(field, &vartype, &varname, &error)) { in parse()
110 const VarType *v = TypeFactory::instance()->getVarTypeByName(vartype); in parse()
112 fprintf(stderr, "%d: Unknown type: %s\n", lc, vartype.c_str()); in parse()