Home
last modified time | relevance | path

Searched refs:allocationGetType (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsMiscellaneousTests.cpp63 Type type2 = context->allocationGetType(allocation); in TEST_P()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.h58 Return<Type> allocationGetType(Allocation allocation) override;
H A DContext.cpp96 Return<Type> Context::allocationGetType(Allocation allocation) { in allocationGetType() function in android::hardware::renderscript::V1_0::implementation::Context
/aosp12/frameworks/rs/
H A DrsHidlAdaptation.cpp218 uint64_t typeRet = GetIContextHandle(context)->allocationGetType(_allocation); in AllocationGetType()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal84 allocationGetType(Allocation allocation) generates (Type type);