Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp173 Type::Builder typeU8_2Builder(mRS, Element::U8_2(mRS)); in createUnsignedAllocations() local
174 typeU8_2Builder.setX(2); in createUnsignedAllocations()
175 typeU8_2Builder.setY(6); in createUnsignedAllocations()
178 mUChar2Allocation = Allocation::createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp177 Type::Builder typeU8_2Builder(mRS, Element::U8_2(mRS)); in createUnsignedAllocations() local
178 typeU8_2Builder.setX(2); in createUnsignedAllocations()
179 typeU8_2Builder.setY(6); in createUnsignedAllocations()
182 mUChar2Allocation = Allocation::createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java217 Type.Builder typeU8_2Builder = new Type.Builder(mRS, Element.U8_2(mRS)); in createUnsignedAllocations() local
218 typeU8_2Builder.setX(2); in createUnsignedAllocations()
219 typeU8_2Builder.setY(6); in createUnsignedAllocations()
223 mUChar2Allocation = Allocation.createTyped(mRS, typeU8_2Builder.create()); in createUnsignedAllocations()