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

  /frameworks/rs/tests/lldb/cpp/Allocations/
Allocations.cpp 201 Type::Builder typeU64Builder(mRS, Element::U64(mRS));
202 typeU64Builder.setX(4);
203 typeU64Builder.setY(3);
204 typeU64Builder.setZ(2);
206 mULongAllocation = Allocation::createTyped(mRS, typeU64Builder.create());
  /frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
MainActivity.java 257 Type.Builder typeU64Builder = new Type.Builder(mRS, Element.U64(mRS));
258 typeU64Builder.setX(4);
259 typeU64Builder.setY(3);
260 typeU64Builder.setZ(2);
262 mULongAllocation = Allocation.createTyped(mRS, typeU64Builder.create());
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
jniallocations.cpp 205 Type::Builder typeU64Builder(mRS, Element::U64(mRS));
206 typeU64Builder.setX(4);
207 typeU64Builder.setY(3);
208 typeU64Builder.setZ(2);
210 mULongAllocation = Allocation::createTyped(mRS, typeU64Builder.create());

Completed in 78 milliseconds