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

  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptGraph.java 450 inputAllocation = inputInfo.createAllocation();
493 inputAllocation = inputInfo.createAllocation();
507 : script.getOutputInfo().createAllocation();
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/
rsProgramFragment.cpp 118 Allocation *constAlloc = Allocation::createAllocation(rsc, inputType.get(),
rsFont.cpp 522 mFontShaderFConstant.set(Allocation::createAllocation(mRSC, inputType.get(),
556 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
583 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
613 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(),
rsAllocation.h 111 static Allocation * createAllocation(Context *rsc, const Type *, uint32_t usages,
rsProgramVertex.cpp 206 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(),
rsAllocation.cpp 101 Allocation * Allocation::createAllocation(Context *rsc, const Type *type, uint32_t usages,
483 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT);
742 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mipmaps, (void*)ptr);
    [all...]
rsScriptGroup.cpp 234 Allocation * alloc = Allocation::createAllocation(rsc,

Completed in 289 milliseconds