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

  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 65 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
66 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
99 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
100 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
141 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
142 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
187 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
189 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
223 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
224 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y)
    [all...]
  /frameworks/rs/cpp/
Allocation.cpp 357 sp<Allocation> Allocation::createSized2D(sp<RS> rs, sp<const Element> e,
rsCppStructs.h 552 static sp<Allocation> createSized2D(sp<RS> rs, sp<const Element> e,
    [all...]

Completed in 230 milliseconds