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

  /frameworks/rs/scriptc/
rs_allocation_create.rsh 128 * rsCreateAllocation: Create an rs_allocation object of given Type.
149 rsCreateAllocation(rs_type type, uint32_t usage);
154 rsCreateAllocation(rs_type type);
162 return rsCreateAllocation(t);
171 return rsCreateAllocation(t);
180 return rsCreateAllocation(t);
189 return rsCreateAllocation(t);
198 return rsCreateAllocation(t);
207 return rsCreateAllocation(t);
216 return rsCreateAllocation(t)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation_create.rsh 128 * rsCreateAllocation: Create an rs_allocation object of given Type.
149 rsCreateAllocation(rs_type type, uint32_t usage);
154 rsCreateAllocation(rs_type type);
162 return rsCreateAllocation(t);
171 return rsCreateAllocation(t);
180 return rsCreateAllocation(t);
189 return rsCreateAllocation(t);
198 return rsCreateAllocation(t);
207 return rsCreateAllocation(t);
216 return rsCreateAllocation(t)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 169 gAlloc = rsCreateAllocation(type);
423 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D)));
424 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\
426 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\
428 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,
433 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D,
435 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D,
437 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D,
439 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D,
441 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D
    [all...]
  /frameworks/rs/api/
rs_allocation_create.spec 132 function: rsCreateAllocation
154 function: rsCreateAllocation
161 function: rsCreateAllocation
182 return rsCreateAllocation(t);
197 return rsCreateAllocation(t);
210 return rsCreateAllocation(t);
224 return rsCreateAllocation(t);
236 return rsCreateAllocation(t);
249 return rsCreateAllocation(t);
  /frameworks/rs/driver/runtime/
rs_allocation.c 506 extern rs_allocation __attribute__((overloadable)) rsCreateAllocation(
648 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type,
650 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, usage, NULL);
653 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) {
654 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE,
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 354 // Define rsCreateElement, rsCreateType and rsCreateAllocation entry points
382 Allocation *rsCreateAllocation(::rs_type type,
409 android::renderscript::rs_allocation rsCreateAllocation(
    [all...]

Completed in 3584 milliseconds