Home
last modified time | relevance | path

Searched refs:param_types (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/startop/view_compiler/
Ddex_builder.cc271 proto->param_types = dex->Alloc<ir::TypeList>(); in Encode()
273 proto->param_types->types.push_back(dex->GetOrAddType(param_type.descriptor())); in Encode()
276 proto->param_types = nullptr; in Encode()
321 decl_->prototype->param_types != nullptr ? decl_->prototype->param_types->types.size() : 0; in Encode()
Ddex_builder.h91 explicit Prototype(TypeDescriptor return_type, TypeDescriptors... param_types) in Prototype() argument
92 : return_type_{return_type}, param_types_{param_types...} {} in Prototype()
/frameworks/native/vulkan/scripts/
Ddriver_generator.py362 param_types = ', '.join([''.join(i) for i in gencom.param_dict[cmd]])
366 '(' + param_types + ') {\n')