Searched refs:getGlobalName (Results 1 – 4 of 4) sorted by relevance
112 const char * getGlobalName(int i) const override;
95 virtual const char * getGlobalName(int i) const = 0;
147 const char* getGlobalName(int i) const { in getGlobalName() function
917 const char * RsdCpuScriptImpl::getGlobalName(int i) const { in getGlobalName() function in android::renderscript::RsdCpuScriptImpl918 return mScriptExec->getGlobalName(i); in getGlobalName()