Searched defs:argType (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java57 public void addArgument(String argName, CType argType) { argument
59 argTypes.add(argType);
61 if (argType.isPointer()) {
64 if (argType.isTypedPointer()) {
67 if (argType.isEGLHandle()) {
153 CType argType = new CType();
159 argType.setIsConst(true);
162 argType.setBaseType(argTypeName);
166 argType.setIsPointer(true);
173 cfunc.addArgument(argName, argType);
[all...]
H A DJFunc.java80 public void addArgument(String argName, JType argType, int cindex) { argument
82 argTypes.add(argType);
85 if (argType.isBuffer()) {
89 if (argType.isTypedBuffer()) {
/frameworks/compile/libbcc/lib/
H A DRSInvokeHelperPass.cpp175 llvm::Type *argType = arg->getType(); variable
176 if (!argType->isPointerTy() || !argType->getPointerElementType()->isStructTy())
179 llvm::StructType *argStructType = llvm::dyn_cast<llvm::StructType>(argType->getPointerElementType());
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp324 Instruction *const argType[],
326 return getGlobalSection()->getFunctionType(retType, argType, numArg);
838 Instruction *const argType[],
847 if (type->mOperand2[i].mInstruction != argType[i]) {
856 funcTy->mOperand2.push_back(argType[i]);
323 getFunctionType(Instruction *retType, Instruction *const argType[], size_t numArg) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 539 milliseconds