HomeSort by relevance Sort by last modified time
    Searched refs:typeI16_2Builder (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 93 Type::Builder typeI16_2Builder(mRS, Element::I16_2(mRS));
94 typeI16_2Builder.setX(6);
95 typeI16_2Builder.setY(1);
96 typeI16_2Builder.setZ(2);
99 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create());
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 134 Type.Builder typeI16_2Builder = new Type.Builder(mRS, Element.I16_2(mRS));
135 typeI16_2Builder.setX(6);
136 typeI16_2Builder.setY(1);
137 typeI16_2Builder.setZ(2);
141 mShort2Allocation = Allocation.createTyped(mRS, typeI16_2Builder.create());
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 97 Type::Builder typeI16_2Builder(mRS, Element::I16_2(mRS));
98 typeI16_2Builder.setX(6);
99 typeI16_2Builder.setY(1);
100 typeI16_2Builder.setZ(2);
103 mShort2Allocation = Allocation::createTyped(mRS, typeI16_2Builder.create());

Completed in 131 milliseconds