OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RSExecutable
(Results
1 - 9
of
9
) sorted by null
/frameworks/compile/libbcc/include/bcc/Renderscript/
RSExecutable.h
36
*
RSExecutable
holds the build results of a RSScript.
38
class
RSExecutable
{
53
//
RSExecutable
::Create(). Both of them come from RSInfo::getPragmas().
58
RSExecutable
(RSInfo &pInfo, FileBase &pObjFile, ObjectLoader &pLoader)
69
static
RSExecutable
*Create(RSInfo &pInfo,
109
~
RSExecutable
();
RSCompilerDriver.h
31
class
RSExecutable
;
109
RSExecutable
*loadScript(const char *pCacheDir, const char *pResName,
/frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp
17
#include "bcc/Renderscript/
RSExecutable
.h"
30
const char *
RSExecutable
::SpecialFunctionNames[] = {
38
RSExecutable
*
RSExecutable
::Create(RSInfo &pInfo,
50
// Now, all things required to build a
RSExecutable
object are ready.
51
RSExecutable
*result = new (std::nothrow)
RSExecutable
(pInfo,
127
bool
RSExecutable
::syncInfo(bool pForce) {
162
void
RSExecutable
::dumpDisassembly(OutputFile &pOutput) const {
204
RSExecutable
::~RSExecutable()
[
all
...]
Android.mk
28
RSExecutable
.cpp \
RSCompilerDriver.cpp
27
#include "bcc/Renderscript/
RSExecutable
.h"
64
RSExecutable
*
141
// Create the
RSExecutable
.
143
RSExecutable
*result =
RSExecutable
::Create(*info, *object_file, mResolver);
301
// No need to produce an
RSExecutable
in this case.
RSCompiler.cpp
23
#include "bcc/Renderscript/
RSExecutable
.h"
42
const char **special_functions =
RSExecutable
::SpecialFunctionNames;
/frameworks/rs/cpu_ref/
rsCpuScript.h
28
class
RSExecutable
;
110
bcc::
RSExecutable
*mExecutable;
rsCpuCore.h
29
class
RSExecutable
;
rsCpuScript.cpp
32
#include <bcc/Renderscript/
RSExecutable
.h>
364
bcc::
RSExecutable
*exec = NULL;
[
all
...]
Completed in 39 milliseconds