Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 8 of 8) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DBlockingInputAllocation.java60 public static BlockingInputAllocation wrap(Allocation allocation) { in wrap()
156 private BlockingInputAllocation(Allocation allocation) { in BlockingInputAllocation()
DAllocationCache.java118 public synchronized void returnToCache(Allocation allocation) { in returnToCache()
166 public synchronized void returnToCacheIfNotNull(Allocation allocation) { in returnToCacheIfNotNull()
DScript.java225 void setInput(Allocation allocation) { in setInput()
249 void setOutput(Allocation allocation) { in setOutput()
DAllocationInfo.java62 public static AllocationInfo newInstance(Allocation allocation) { in newInstance()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIsObjectTest.java34 Allocation allocation; field in IsObjectTest
DSetObjectTest.java33 Allocation allocation; field in SetObjectTest
DClearObjectTest.java104 Allocation allocation = Allocation.createTyped(mRS, mIn.getType()); in testclearObjectAllocation() local
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_object.cpp107 sp<Allocation> allocation = Allocation::createTyped(mRS, mIn->getType()); in Java_android_cts_rscpp_RSObjectTest_testClearObjectAllocation() local