OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptExecutable
(Results
1 - 6
of
6
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuScriptGroup2.h
15
class
ScriptExecutable
;
69
ScriptExecutable
* getExecutable() const { return mExecutable; }
77
ScriptExecutable
* mExecutable;
rsCpuExecutable.h
63
class
ScriptExecutable
{
65
ScriptExecutable
(void** fieldAddress, bool* fieldIsObject,
90
~
ScriptExecutable
() {
123
// Create an
ScriptExecutable
object from a shared object.
127
static
ScriptExecutable
*
rsCpuScript.h
36
class
ScriptExecutable
;
125
ScriptExecutable
* mScriptExec;
rsCpuExecutable.cpp
305
ScriptExecutable
*
ScriptExecutable
::createFromSharedObject(
687
return new
ScriptExecutable
(
724
void*
ScriptExecutable
::getFieldAddress(const char* name) const {
734
bool
ScriptExecutable
::dumpGlobalInfo() const {
rsCpuScriptGroup2.cpp
218
// TODO: move this dlclose into ~
ScriptExecutable
().
434
mExecutable =
ScriptExecutable
::createFromSharedObject(
508
mExecutable =
ScriptExecutable
::createFromSharedObject(mScriptObj);
542
ScriptExecutable
* exec = mGroup->getExecutable();
rsCpuScript.cpp
275
mScriptExec =
ScriptExecutable
::createFromSharedObject(
[
all
...]
Completed in 44 milliseconds