Searched defs:RSExecutable (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSExecutable.h36 * RSExecutable holds the build results of a RSScript.
38 class RSExecutable { class in namespace:bcc
53 // RSExecutable::Create(). Both of them come from RSInfo::getPragmas().
58 RSExecutable(RSInfo &pInfo, FileBase &pObjFile, ObjectLoader &pLoader) function in class:bcc::RSExecutable
69 static RSExecutable *Create(RSInfo &pInfo,
109 ~RSExecutable();
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp17 #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
[all...]

Completed in 43 milliseconds