Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp286 Type::Builder typeF64_4Builder(mRS, Element::F64_4(mRS)); in createFloatAllocations() local
287 typeF64_4Builder.setX(1); in createFloatAllocations()
288 typeF64_4Builder.setY(2); in createFloatAllocations()
289 typeF64_4Builder.setZ(3); in createFloatAllocations()
292 mDouble4Allocation = Allocation::createTyped(mRS, typeF64_4Builder.create()); in createFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp290 Type::Builder typeF64_4Builder(mRS, Element::F64_4(mRS)); in createFloatAllocations() local
291 typeF64_4Builder.setX(1); in createFloatAllocations()
292 typeF64_4Builder.setY(2); in createFloatAllocations()
293 typeF64_4Builder.setZ(3); in createFloatAllocations()
296 mDouble4Allocation = Allocation::createTyped(mRS, typeF64_4Builder.create()); in createFloatAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java348 Type.Builder typeF64_4Builder = new Type.Builder(mRS, Element.F64_4(mRS)); in createFloatAllocations() local
349 typeF64_4Builder.setX(1); in createFloatAllocations()
350 typeF64_4Builder.setY(2); in createFloatAllocations()
351 typeF64_4Builder.setZ(3); in createFloatAllocations()
355 mDouble4Allocation = Allocation.createTyped(mRS, typeF64_4Builder.create()); in createFloatAllocations()