Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp191 Type::Builder typeU32_4Builder(mRS, Element::U32_4(mRS)); in createUnsignedAllocations() local
192 typeU32_4Builder.setX(1); in createUnsignedAllocations()
193 typeU32_4Builder.setY(1); in createUnsignedAllocations()
194 typeU32_4Builder.setZ(6); in createUnsignedAllocations()
199 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp195 Type::Builder typeU32_4Builder(mRS, Element::U32_4(mRS)); in createUnsignedAllocations() local
196 typeU32_4Builder.setX(1); in createUnsignedAllocations()
197 typeU32_4Builder.setY(1); in createUnsignedAllocations()
198 typeU32_4Builder.setZ(6); in createUnsignedAllocations()
203 mUInt4Allocation = Allocation::createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java243 Type.Builder typeU32_4Builder = new Type.Builder(mRS, Element.U32_4(mRS)); in createUnsignedAllocations() local
244 typeU32_4Builder.setX(1); in createUnsignedAllocations()
245 typeU32_4Builder.setY(1); in createUnsignedAllocations()
246 typeU32_4Builder.setZ(6); in createUnsignedAllocations()
254 mUInt4Allocation = Allocation.createTyped(mRS, typeU32_4Builder.create()); in createUnsignedAllocations()