Home
last modified time | relevance | path

Searched refs:arrayType (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/toolkit/test/
DIntrinsicHistogram.kt44 val arrayType = builder.create() in intrinsicHistogram() constant
45 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicHistogram()
67 arrayType.destroy() in intrinsicHistogram()
120 val arrayType = builder.create() in intrinsicHistogramDot() constant
121 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicHistogramDot()
151 arrayType.destroy() in intrinsicHistogramDot()
DIntrinsicBlur.kt51 val arrayType = builder.create() in intrinsicBlur() constant
52 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicBlur()
54 val outAllocation = Allocation.createTyped(context, arrayType) in intrinsicBlur()
72 arrayType.destroy() in intrinsicBlur()
DIntrinsicConvolve.kt45 val arrayType = builder.create() in intrinsicConvolve() constant
46 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicConvolve()
47 val outAllocation = Allocation.createTyped(context, arrayType) in intrinsicConvolve()
64 arrayType.destroy() in intrinsicConvolve()
DIntrinsicLut.kt50 val arrayType = builder.create() in intrinsicLut() constant
51 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicLut()
52 val outAllocation = Allocation.createTyped(context, arrayType) in intrinsicLut()
75 arrayType.destroy() in intrinsicLut()
DIntrinsicLut3d.kt48 val arrayType = builder.create() in intrinsicLut3d() constant
49 val inputAllocation = Allocation.createTyped(context, arrayType) in intrinsicLut3d()
50 val outAllocation = Allocation.createTyped(context, arrayType) in intrinsicLut3d()
77 arrayType.destroy() in intrinsicLut3d()
DIntrinsicBlend.kt45 val arrayType = builder.create() in intrinsicBlend() constant
46 val sourceAllocation = Allocation.createTyped(context, arrayType) in intrinsicBlend()
47 val destAllocation = Allocation.createTyped(context, arrayType) in intrinsicBlend()
56 arrayType.destroy() in intrinsicBlend()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go189 return &arrayType{elem_type, size}
987 type arrayType struct { struct
992 func (typе *arrayType) Align(arch Arch) uint { argument
996 func (typе *arrayType) Bits(arch Arch) uint { argument
1000 func (typе *arrayType) DeclareVar(var_name string, arch Arch) string { argument
1004 func (typе *arrayType) BaseName(arch Arch) string { argument
1008 func (typе *arrayType) Name(arch Arch) string { argument
1012 func (*arrayType) Kind(Arch) Kind { argument
1016 func (typе *arrayType) Elem(Arch) Type { argument
1020 func (typе *arrayType) Field(i uint, arch Arch) FieldInfo { argument
[all …]
/frameworks/base/core/java/android/view/
DViewDebug.java2034 char arrayType = in.getChar();
2035 if (arrayType != SIG_BYTE) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...