HomeSort by relevance Sort by last modified time
    Searched defs:RSExecutable (Results 1 - 2 of 2) sorted by null

  /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...]
  /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();

Completed in 157 milliseconds