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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SampleTest.java 35 Allocation createAlloc(Type t) {
72 mAlloc_RGBA_1D = createAlloc(b.setX(8).create());
73 mAlloc_RGBA_2D = createAlloc(b.setX(8).setY(8).create());
  /frameworks/rs/tests/cpp_api/typecheck/
typecheck.cpp 22 sp<Allocation> createAlloc(const sp<RS>& rs, const sp<const Element>& e) {
37 sp<Allocation> a = createAlloc(rs, Element::ENAME(rs)); \

Completed in 699 milliseconds