OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGlobalName
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpu_ref/
rsd_cpu.h
82
virtual const char *
getGlobalName
(int i) const = 0;
rsCpuExecutable.h
154
const char*
getGlobalName
(int i) const {
rsCpuScript.h
105
const char *
getGlobalName
(int i) const override;
rsCpuScript.cpp
972
const char * RsdCpuScriptImpl::
getGlobalName
(int i) const {
973
return mScriptExec->
getGlobalName
(i);
[
all
...]
Completed in 2381 milliseconds