Searched refs:bcc (Results 1 - 25 of 85) sorted by last modified time

1234

/frameworks/rs/driver/
H A DrsdBcc.cpp19 #include <bcc/BCCContext.h>
20 #include <bcc/Renderscript/RSCompilerDriver.h>
21 #include <bcc/Renderscript/RSExecutable.h>
22 #include <bcc/Renderscript/RSInfo.h>
62 bcc::RSExecutable *exec;
63 const bcc::RSInfo *info;
74 drv->mCompilerContext = new bcc::BCCContext();
76 ALOGE("bcc: FAILS to create compiler context (out of memory)");
80 drv->mCompilerDriver = new bcc::RSCompilerDriver();
82 ALOGE("bcc
[all...]
H A DrsdBcc.h23 namespace bcc { namespace
125 bcc::BCCContext *mCompilerContext;
126 bcc::RSCompilerDriver *mCompilerDriver;
127 bcc::RSExecutable *mExecutable;
H A DrsdScriptGroup.cpp19 #include <bcc/BCCContext.h>
20 #include <bcc/Renderscript/RSCompilerDriver.h>
21 #include <bcc/Renderscript/RSExecutable.h>
22 #include <bcc/Renderscript/RSInfo.h>
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdScriptGroup.cpp19 #include <bcc/BCCContext.h>
20 #include <bcc/Renderscript/RSCompilerDriver.h>
21 #include <bcc/Renderscript/RSExecutable.h>
22 #include <bcc/Renderscript/RSInfo.h>
/frameworks/compile/libbcc/include/bcc/AndroidBitcode/
H A DABCCompiler.h20 #include "bcc/Compiler.h"
22 namespace bcc { namespace
39 } // end namespace bcc
H A DABCCompilerDriver.h20 #include "bcc/AndroidBitcode/ABCCompiler.h"
21 #include "bcc/BCCContext.h"
22 #include "bcc/Compiler.h"
23 #include "bcc/Linker.h"
27 namespace bcc { namespace
87 } // end namespace bcc
H A DABCExpandVAArgPass.h29 namespace bcc { namespace
56 } // end bcc namespace
/frameworks/compile/libbcc/include/bcc/
H A DBCCContext.h24 namespace bcc { namespace
50 } // namespace bcc
H A DCompiler.h29 namespace bcc { namespace
144 } // end namespace bcc
H A DLinker.h39 namespace bcc { namespace
107 } // end namespace bcc
H A DScript.h20 namespace bcc { namespace
59 } // end namespace bcc
H A DSource.h26 namespace bcc { namespace
81 } // namespace bcc
/frameworks/compile/libbcc/include/bcc/Config/
H A DBuildInfo.h20 namespace bcc { namespace
35 } // end namespace bcc
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DBCCRuntimeSymbolResolver.h20 #include "bcc/ExecutionEngine/SymbolResolvers.h"
22 namespace bcc { namespace
36 } // end namespace bcc
H A DObjectLoader.h22 #include "bcc/Support/Log.h"
26 namespace bcc { namespace
70 } // namespace bcc
H A DSymbolResolverInterface.h22 namespace bcc { namespace
38 } // end namespace bcc
H A DSymbolResolverProxy.h20 #include "bcc/ExecutionEngine/SymbolResolverInterface.h"
21 #include "bcc/Support/Log.h"
25 namespace bcc { namespace
39 } // end namespace bcc
H A DSymbolResolvers.h25 namespace bcc { namespace
132 } // end namespace bcc
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSCompiler.h20 #include "bcc/Compiler.h"
22 namespace bcc { namespace
30 } // end namespace bcc
H A DRSCompilerDriver.h20 #include "bcc/ExecutionEngine/BCCRuntimeSymbolResolver.h"
21 #include "bcc/ExecutionEngine/SymbolResolvers.h"
22 #include "bcc/ExecutionEngine/SymbolResolverProxy.h"
23 #include "bcc/Renderscript/RSInfo.h"
24 #include "bcc/Renderscript/RSCompiler.h"
26 namespace bcc { namespace
72 } // end namespace bcc
H A DRSExecutable.h23 #include "bcc/ExecutionEngine/ObjectLoader.h"
24 #include "bcc/Renderscript/RSInfo.h"
25 #include "bcc/Support/Log.h"
29 namespace bcc { namespace
112 } // end namespace bcc
H A DRSInfo.h24 #include "bcc/Renderscript/RSScript.h"
25 #include "bcc/Support/Log.h"
26 #include "bcc/Support/Sha1Util.h"
31 namespace bcc { namespace
258 } // end namespace bcc
H A DRSScript.h20 #include "bcc/Script.h"
21 #include "bcc/Support/Sha1Util.h"
23 namespace bcc { namespace
76 } // end namespace bcc
H A DRSTransforms.h20 #include "bcc/Renderscript/RSInfo.h"
26 namespace bcc { namespace
32 } // end namespace bcc
/frameworks/compile/libbcc/include/bcc/Support/
H A DCompilerConfig.h33 namespace bcc { namespace
115 } // end namespace bcc

Completed in 3332 milliseconds

1234