Searched refs:getGlobalName (Results 1 – 4 of 4) sorted by relevance
86 virtual const char * getGlobalName(int i) const = 0;
168 const char* getGlobalName(int i) const { in getGlobalName() function
107 const char * getGlobalName(int i) const override;
981 const char * RsdCpuScriptImpl::getGlobalName(int i) const { in getGlobalName() function in android::renderscript::RsdCpuScriptImpl982 return mScriptExec->getGlobalName(i); in getGlobalName()