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

  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 103 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
104 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
139 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
140 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
184 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
185 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
233 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
235 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
271 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
272 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y)
    [all...]
rs_jni_allocation.cpp 248 alloc = Allocation::createSized2D(rs, makeElement(rs, dt, 3), xElems, yElems);
251 alloc = Allocation::createSized2D(rs, makeElement(rs, dt, 1), xElems, yElems);
282 sp<Allocation> srcA = Allocation::createSized2D(rs, Element::F32(rs), xElems, yElems);
283 sp<Allocation> dstA = Allocation::createSized2D(rs, Element::F32(rs), xElems, yElems);
  /frameworks/rs/cpp/
Allocation.cpp 466 sp<Allocation> Allocation::createSized2D(const sp<RS>& rs, const sp<const Element>& e,
rsCppStructs.h 891 static sp<Allocation> createSized2D(const sp<RS>& rs, const sp<const Element>& e,
    [all...]

Completed in 206 milliseconds