HomeSort by relevance Sort by last modified time
    Searched refs:getVarTypeByName (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/opengl/host/tools/emugen/
TypeFactory.h 30 const VarType * getVarTypeByName(const std::string &type);
TypeFactory.cpp 131 if (getVarTypeByName(name)->id() != 0) {
145 const VarType * TypeFactory::getVarTypeByName(const std::string & type)
EntryPoint.cpp 117 const VarType *theType = TypeFactory::instance()->getVarTypeByName(retTypeName);
138 const VarType *v = TypeFactory::instance()->getVarTypeByName(vartype);

Completed in 116 milliseconds