Searched defs:Function (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h51 Function = 2, enumerator in enum:mcld::ResolveInfo::Type
271 static const uint32_t function_flag = Function << TYPE_OFFSET;
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp23 #include <llvm/IR/Function.h>
31 #include <llvm/IR/Function.h>
78 uint32_t getRootSignature(llvm::Function *Function) { argument
84 for (llvm::Function::arg_iterator B = Function->arg_begin(),
85 E = Function->arg_end();
250 llvm::Function *createEmptyExpandedFunction(llvm::StringRef OldName) {
251 llvm::Function *ExpandedFunction =
252 llvm::Function
344 ExpandFunction(llvm::Function *Function, uint32_t Signature) argument
484 ExpandKernel(llvm::Function *Function, uint32_t Signature) argument
796 llvm::Function *Function = Module.getFunction(*FI); local
[all...]
/frameworks/rs/api/
H A Dgen_runtime.cpp23 * - a Renderscript file named Test{Function}.rs,
31 * - Function: Each instance represents a function, like clamp. Even though the
81 class Function;
144 map<string, Function*> mFunctionsMap; // All the known functions.
145 typedef map<string, Function*>::iterator FunctionsIterator;
148 Function* getFunction(const string& name);
156 class Function { class in namespace:__anon1461
183 explicit Function(const string& name);
272 void writeFiles(ofstream& headerFile, ofstream& rsFile, ofstream& javaFile, Function* function,
285 Function* mFunctio
782 Function::Function(const string& name) { function in class:__anon1461::Function
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h1179 typedef GLMessage_Function Function; typedef in class:android::gltrace::GLMessage
1180 static const Function glActiveTexture = GLMessage_Function_glActiveTexture;
1181 static const Function glAlphaFunc = GLMessage_Function_glAlphaFunc;
1182 static const Function glAlphaFuncx = GLMessage_Function_glAlphaFuncx;
1183 static const Function glAlphaFuncxOES = GLMessage_Function_glAlphaFuncxOES;
1184 static const Function glAttachShader = GLMessage_Function_glAttachShader;
1185 static const Function glBeginPerfMonitorAMD = GLMessage_Function_glBeginPerfMonitorAMD;
1186 static const Function glBindAttribLocation = GLMessage_Function_glBindAttribLocation;
1187 static const Function glBindBuffer = GLMessage_Function_glBindBuffer;
1188 static const Function glBindFramebuffe
[all...]

Completed in 288 milliseconds