Lines Matching refs:Allocation
22 sp<Allocation> mBoolAllocation; // boolean
24 sp<Allocation> mCharAllocation; // char
25 sp<Allocation> mChar2Allocation; // char2
26 sp<Allocation> mChar3Allocation; // char3
27 sp<Allocation> mChar4Allocation; // char4
29 sp<Allocation> mUCharAllocation; // uchar
30 sp<Allocation> mUChar2Allocation; // uchar2
31 sp<Allocation> mUChar3Allocation; // uchar3
32 sp<Allocation> mUChar4Allocation; // uchar4
34 sp<Allocation> mShortAllocation; // short
35 sp<Allocation> mShort2Allocation; // short2
36 sp<Allocation> mShort3Allocation; // short3
37 sp<Allocation> mShort4Allocation; // short4
39 sp<Allocation> mUShortAllocation; // ushort
40 sp<Allocation> mUShort2Allocation; // ushort2
41 sp<Allocation> mUShort3Allocation; // ushort3
42 sp<Allocation> mUShort4Allocation; // ushort4
44 sp<Allocation> mIntAllocation; // int
45 sp<Allocation> mInt2Allocation; // int2
46 sp<Allocation> mInt3Allocation; // int3
47 sp<Allocation> mInt4Allocation; // int4
49 sp<Allocation> mUIntAllocation; // uint
50 sp<Allocation> mUInt2Allocation; // uint2
51 sp<Allocation> mUInt3Allocation; // uint3
52 sp<Allocation> mUInt4Allocation; // uint4
54 sp<Allocation> mLongAllocation; // long
55 sp<Allocation> mLong2Allocation; // long2
56 sp<Allocation> mLong3Allocation; // long3
57 sp<Allocation> mLong4Allocation; // long4
59 sp<Allocation> mULongAllocation; // ulong
60 sp<Allocation> mULong2Allocation; // ulong2
61 sp<Allocation> mULong3Allocation; // ulong3
62 sp<Allocation> mULong4Allocation; // ulong4
64 sp<Allocation> mHalfAllocation; // half
65 sp<Allocation> mHalf2Allocation; // half2
66 sp<Allocation> mHalf3Allocation; // half3
67 sp<Allocation> mHalf4Allocation; // half4
69 sp<Allocation> mFloatAllocation; // float
70 sp<Allocation> mFloat2Allocation; // float2
71 sp<Allocation> mFloat3Allocation; // float3
72 sp<Allocation> mFloat4Allocation; // float4
74 sp<Allocation> mDoubleAllocation; // double
75 sp<Allocation> mDouble2Allocation; // double2
76 sp<Allocation> mDouble3Allocation; // double3
77 sp<Allocation> mDouble4Allocation; // double4
88 mCharAllocation = Allocation::createTyped(mRS, typeI8Builder.create());
89 mChar2Allocation = Allocation::createSized(mRS, Element::I8_2(mRS), mAllocSize / 2);
90 mChar3Allocation = Allocation::createSized(mRS, Element::I8_3(mRS), mAllocSize / 4);
91 mChar4Allocation = Allocation::createSized(mRS, Element::I8_4(mRS), mAllocSize / 4);
98 mShortAllocation = Allocation::createSized(mRS, Element::I16(mRS), mAllocSize);
99 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create());
100 mShort3Allocation = Allocation::createSized(mRS, Element::I16_3(mRS), mAllocSize / 4);
101 mShort4Allocation = Allocation::createSized(mRS, Element::I16_4(mRS), mAllocSize / 4);
107 mIntAllocation = Allocation::createSized(mRS, Element::I32(mRS), mAllocSize);
108 mInt2Allocation = Allocation::createSized(mRS, Element::I32_2(mRS), mAllocSize / 2);
109 mInt3Allocation = Allocation::createTyped(mRS, typeI32_3Builder.create());
110 mInt4Allocation = Allocation::createSized(mRS, Element::I32_4(mRS), mAllocSize / 4);
116 mLongAllocation = Allocation::createSized(mRS, Element::I64(mRS), mAllocSize);
117 mLong2Allocation = Allocation::createSized(mRS, Element::I64_2(mRS), mAllocSize / 2);
118 mLong3Allocation = Allocation::createSized(mRS, Element::I64_3(mRS), mAllocSize / 4);
119 mLong4Allocation = Allocation::createTyped(mRS, typeI64_4Builder.create());
121 mBoolAllocation = Allocation::createSized(mRS, Element::BOOLEAN(mRS), mAllocSize);
177 mUCharAllocation = Allocation::createSized(mRS, Element::U8(mRS), mAllocSize);
178 mUChar2Allocation = Allocation::createTyped(mRS, typeU8_2Builder.create());
179 mUChar3Allocation = Allocation::createSized(mRS, Element::U8_3(mRS), mAllocSize / 4);
180 mUChar4Allocation = Allocation::createSized(mRS, Element::U8_4(mRS), mAllocSize / 4);
186 mUShortAllocation = Allocation::createSized(mRS, Element::U16(mRS), mAllocSize);
187 mUShort2Allocation = Allocation::createSized(mRS, Element::U16_2(mRS), mAllocSize / 2);
188 mUShort3Allocation = Allocation::createTyped(mRS, typeU16_3Builder.create());
189 mUShort4Allocation = Allocation::createSized(mRS, Element::U16_4(mRS), mAllocSize / 4);
196 mUIntAllocation = Allocation::createSized(mRS, Element::U32(mRS), mAllocSize);
197 mUInt2Allocation = Allocation::createSized(mRS, Element::U32_2(mRS), mAllocSize / 2);
198 mUInt3Allocation = Allocation::createSized(mRS, Element::U32_3(mRS), mAllocSize / 4);
199 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create());
206 mULongAllocation = Allocation::createTyped(mRS, typeU64Builder.create());
207 mULong2Allocation = Allocation::createSized(mRS, Element::U64_2(mRS), mAllocSize / 2);
208 mULong3Allocation = Allocation::createSized(mRS, Element::U64_3(mRS), mAllocSize / 4);
209 mULong4Allocation = Allocation::createSized(mRS, Element::U64_4(mRS), mAllocSize / 4);
259 mHalfAllocation = Allocation::createSized(mRS, Element::F16(mRS), mAllocSize);
260 mHalf2Allocation = Allocation::createSized(mRS, Element::F16_2(mRS), mAllocSize / 2);
261 mHalf3Allocation = Allocation::createTyped(mRS, typeF16_3Builder.create());
262 mHalf4Allocation = Allocation::createSized(mRS, Element::F16_4(mRS), mAllocSize / 4);
268 mFloatAllocation = Allocation::createSized(mRS, Element::F32(mRS), mAllocSize);
269 mFloat2Allocation = Allocation::createSized(mRS, Element::F32_2(mRS), mAllocSize / 2);
270 mFloat3Allocation = Allocation::createSized(mRS, Element::F32_3(mRS), mAllocSize / 4);
271 mFloat4Allocation = Allocation::createTyped(mRS, typeF32_4Builder.create());
278 mDoubleAllocation = Allocation::createSized(mRS, Element::F64(mRS), mAllocSize);
279 mDouble2Allocation = Allocation::createTyped(mRS, typeF64_2Builder.create());
291 mDouble3Allocation = Allocation::createTyped(mRS, typeF64_3Builder.create());
292 mDouble4Allocation = Allocation::createTyped(mRS, typeF64_4Builder.create());
340 sp<Allocation> mInAllocation = Allocation::createTyped(mRS, typeRGBA_888Builder.create());
350 sp<Allocation> mOutAllocation = Allocation::createTyped(mRS, typeRGBA_888Builder.create());