Searched refs:arrayType (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/toolkit/test/ |
D | IntrinsicHistogram.kt | 44 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()
|
D | IntrinsicBlur.kt | 51 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()
|
D | IntrinsicConvolve.kt | 45 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()
|
D | IntrinsicLut.kt | 50 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()
|
D | IntrinsicLut3d.kt | 48 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()
|
D | IntrinsicBlend.kt | 45 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/ |
D | cpp_types.go | 189 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/ |
D | ViewDebug.java | 2034 char arrayType = in.getChar(); 2035 if (arrayType != SIG_BYTE) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |