Searched refs:closureCreate (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsScriptTests.cpp | 470 Closure closure2 = context->closureCreate(kernelID, allocation /* returnValue */, fieldIDS2, in TEST_F() 531 Closure closure = context->closureCreate(kernelID, allocation /* returnValue */, fieldIDS, in TEST_F()
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 102 …Return<Closure> closureCreate(ScriptKernelID kernelID, Allocation returnValue, const hidl_vec<Scri…
|
D | Context.cpp | 510 Return<Closure> Context::closureCreate(ScriptKernelID kernelID, Allocation returnValue, const hidl_… in closureCreate() function in android::hardware::renderscript::V1_0::implementation::Context
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 807 closureCreate(ScriptKernelID kernelID, Allocation returnValue,
|