Home
last modified time | relevance | path

Searched refs:Elements (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/script_api/include/
Drs_object_info.rsh38 * Elements:
52 * Elements can specify fixed size vector (of size 2, 3, or 4) versions of the basic types.
53 * Elements can be grouped together into complex Elements, creating the equivalent of
56 * Elements can also have a kind, which is semantic information used to interpret pixel
60 * Elements like F32_2.
62 * To create complex Elements, use the Element.Builder Java class.
244 * For Elements that represents a structure, this function returns the sub-element at the
264 * For complex Elements, sub-elements can be statically sized arrays. This function
282 * Elements can be simple, such as an int or a float, or a structure with multiple
283 * sub-elements. This function returns zero for simple Elements and the number of
[all …]
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DAnnotationUtils.java35 import javax.lang.model.util.Elements;
42 private final Elements mElementUtils;
/frameworks/rs/script_api/
Drs_object_info.spec60 …To create complex Elements, use the <a href='http://developer.android.com/reference/android/render…
/frameworks/compile/slang/
Dslang_rs_export_type.cpp1175 std::vector<llvm::Type *> Elements; in convertToLLVMType() local
1178 Elements.push_back(llvm::ArrayType::get(llvm::Type::getInt64Ty(C), 4)); in convertToLLVMType()
1179 return llvm::StructType::get(C, Elements, true); in convertToLLVMType()
1182 Elements.push_back(llvm::ArrayType::get(llvm::Type::getInt32Ty(C), 1)); in convertToLLVMType()
1183 return llvm::StructType::get(C, Elements, true); in convertToLLVMType()