Home | History | Annotate | Download | only in Renderscript

Lines Matching defs:RSExecutable

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() {