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

  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationInfo.java 247 * created with {@link #createAllocation()}.
412 public Allocation createAllocation() {
413 if (VERBOSE) Log.v(TAG, "createAllocation - for info =" + toString());
430 Allocation alloc = createAllocation();
  /frameworks/rs/
rsAllocation.cpp 102 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages,
483 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT);
782 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps, (void*)ptr);
    [all...]

Completed in 64 milliseconds