Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp201 Type::Builder typeU64Builder(mRS, Element::U64(mRS)); in createUnsignedAllocations() local
202 typeU64Builder.setX(4); in createUnsignedAllocations()
203 typeU64Builder.setY(3); in createUnsignedAllocations()
204 typeU64Builder.setZ(2); in createUnsignedAllocations()
206 mULongAllocation = Allocation::createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp205 Type::Builder typeU64Builder(mRS, Element::U64(mRS)); in createUnsignedAllocations() local
206 typeU64Builder.setX(4); in createUnsignedAllocations()
207 typeU64Builder.setY(3); in createUnsignedAllocations()
208 typeU64Builder.setZ(2); in createUnsignedAllocations()
210 mULongAllocation = Allocation::createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java257 Type.Builder typeU64Builder = new Type.Builder(mRS, Element.U64(mRS)); in createUnsignedAllocations() local
258 typeU64Builder.setX(4); in createUnsignedAllocations()
259 typeU64Builder.setY(3); in createUnsignedAllocations()
260 typeU64Builder.setZ(2); in createUnsignedAllocations()
262 mULongAllocation = Allocation.createTyped(mRS, typeU64Builder.create()); in createUnsignedAllocations()