HomeSort by relevance Sort by last modified time
    Searched refs:BCCScriptRef (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/libbcc/include/bcc/
bcc.h 26 typedef struct BCCOpaqueScript *BCCScriptRef;
73 BCCScriptRef bccCreateScript();
75 void bccDisposeScript(BCCScriptRef script);
77 int bccRegisterSymbolCallback(BCCScriptRef script,
81 int bccGetError(BCCScriptRef script); /* deprecated */
85 int bccReadBC(BCCScriptRef script,
91 int bccReadModule(BCCScriptRef script,
96 int bccReadFile(BCCScriptRef script,
100 int bccLinkBC(BCCScriptRef script,
106 int bccLinkFile(BCCScriptRef script
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
bcc.cpp 51 extern "C" BCCScriptRef bccCreateScript() {
58 extern "C" void bccDisposeScript(BCCScriptRef script) {
64 extern "C" int bccRegisterSymbolCallback(BCCScriptRef script,
72 extern "C" int bccGetError(BCCScriptRef script) {
77 extern "C" int bccReadBC(BCCScriptRef script,
87 extern "C" int bccReadModule(BCCScriptRef script,
96 extern "C" int bccReadFile(BCCScriptRef script,
104 extern "C" int bccLinkBC(BCCScriptRef script,
114 extern "C" int bccLinkFile(BCCScriptRef script,
122 extern "C" void bccMarkExternalSymbol(BCCScriptRef script, char const *name)
    [all...]
bcc_internal.h 47 BCC_OPAQUE_TYPE_CONVERSION(bcc::Script *, BCCScriptRef);
  /frameworks/compile/libbcc/tools/bcc/
main.cpp 177 static BCCScriptRef loadScript() {
183 BCCScriptRef script = bccCreateScript();
266 static int runRoot(BCCScriptRef script) {
294 BCCScriptRef script;
  /gdk/samples/PhotoEditor/jni/
_jni.cpp 44 BCCScriptRef script_ref = bccCreateScript();
  /gdk/samples/quake/jni/
masterMain.cpp 113 BCCScriptRef script_ref = bccCreateScript();
  /gdk/samples/bitmap-plasma-llvm/jni/
plasmaLLVM.cpp 381 static BCCScriptRef script_ref;
  /frameworks/rs/driver/
rsdBcc.cpp 39 BCCScriptRef mBccScript;
  /external/mesa3d/src/pixelflinger2/
shader.cpp 394 BCCScriptRef & script = instance->script;
    [all...]

Completed in 689 milliseconds