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

  /frameworks/rs/script_api/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...]
  /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...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
single_source_ref_count.rs 38 retValue = rsCreateAllocation(type);
61 return rsCreateAllocation(type);
single_source_alloc.rs 165 gAlloc = rsCreateAllocation(type);
384 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D)));
385 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\
387 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,\
389 _RS_ASSERT(rsIsObject(rsCreateAllocation(I32_3_2D,
394 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D,
396 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D,
398 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D,
400 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D,
402 _RS_ASSERT(!rsIsObject(rsCreateAllocation(I32_3_2D
    [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/script_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 420 extern rs_allocation __attribute__((overloadable)) rsCreateAllocation(
562 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type,
564 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE, usage, NULL);
567 rs_allocation __attribute__((overloadable)) rsCreateAllocation(rs_type type) {
568 return rsCreateAllocation(type, RS_ALLOCATION_MIPMAP_NONE,
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
find_region.rs 37 tmp = rsCreateAllocation(type);
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 346 // Define rsCreateElement, rsCreateType and rsCreateAllocation entry points
371 Allocation *rsCreateAllocation(::rs_type type,
395 android::renderscript::rs_allocation rsCreateAllocation(
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 370 // Define rsCreateElement, rsCreateType and rsCreateAllocation entry points
398 Allocation *rsCreateAllocation(::rs_type type,
425 android::renderscript::rs_allocation rsCreateAllocation(
    [all...]

Completed in 573 milliseconds